-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please package for .deb, .rpm and AUR as well #247
Comments
Hi I've used Hyprland before, this is not a problem with flatpaks, you might be missing |
And also, there's no reason why a Flatpak would be slower. I might add the app to the AUR but no promises |
For this software flatpak is ideal you using .rpm or .deb will make your system more complicated. |
You can easily build this project from source, just type meson setup _build
meson compile -C _build
sudo meson install |
I made a proper pkgbuild file, these are the instructions for installing Alpaca in Arch Linux mkdir Alpaca-build
cd Alpaca-build
curl -L -o PKGBUILD https://raw.githubusercontent.com/jeffser/Alpaca/main/PKGBUILD
makepkg -si The instructions are also in the README |
Forget about that, someone already uploaded Alpaca to the AUR, I'll send them a message so it gets updated |
Currently, |
I was checking out this package, could you make Ollama optional? it technically works without it and some people might want to run it inside a container or something |
Flatpaks are slow and do not respect the theming of the system at all, such as when using Alpaca on Hyprland, even though dark mode is set using xdg-desktop-portal, Alpaca runs in light mode. This is an issue inherent with flatpak apps, in that they don't follow theming sometimes. This can turn out to be a minor or major inconvenience for some who are uncomfortable with light themes. Instead, packaging them for .deb, .rpm and maybe even putting it up in the AUR might be helpful those people who do not like the slow loading times of flatpak apps.
/s
The text was updated successfully, but these errors were encountered: