-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Offer Flatpak/Appimage package #203
Comments
It is a duplicate, but I wanted to bring the issue back on, since nothing happened since then. |
Hello @Redo11 Thank you for bringing this needs to the front. I've already dig into packaging OwlPlug as a Flatpak distribution. Most of the remaining work is on build automation to generates and upload release artifacts. There are more and more feedback from linux users over the years, so i'll try to prioritize this. |
Looking forward to testing OwlPlug on Arch, lmk when it's ready! |
Hello @derkrasseleo, Thanks for your help. I've created a pre-release build if you want to test it before the 1.26.0 release. Otherwise, the 1.26.0 should be released in February or March 2024. |
I just tried running the AppImage on Arch with Gnome, and it seems to work fine, although I couldn't see/select the Edit: I have an error: "installing plugin JC303 - Can't create installation directory" |
@derkrasseleo Thank you so much for testing ! 👍
Really strange issue, as it's should be the native file picker from the operating system. Maybe it's because hidden files (or files starting with
This prompt only appears if checkbox "Save downloaded plugins from remote Source in a dedicated directory" is not checked in Options tab.
This error is often linked to permission issues. I've seen some installation with restrictive permission set on |
I just tried running the 1.26.0 Appimage and got this error and a Dialog that says "Error during application context initialization"
Look like a dependency issue, but that shouldn't happen with an AppImage, right? |
@derkrasseleo Oops sorry, my mistake. I've introduced breaking changes between pre-release and release without handling the update properly. There is a If it does not fix the issue i will need the full stack-trace (probably bigger cause i can't see the root cause) |
Thank you, deleting |
Just a short update: running OwlPlug with sudo from cli, I successfully installed Squeezer. I also tried JC303 and Tunefish4, which seemed to install fine, but I get an error in ardour (scan failed, invalid ELF header). Andes and OctaSine install and work fine. It also crashes on BYOD when I scan my installed plugins with native discovery:
EDIT: Switching to "OwlPlug Scanner" fixed this. |
Hello ! Thanks for the feedback. I've noticed failures while scanning Tunefish4 plugin on linux few week ago too. I've opened an issue to investigate this: OwlPlug/owlplug-registry#153 OwlPlug scanner is more stable than the default one, great to see that it's seems to work well on linux. Most difficulties to enable it by default comes from Windows antivirus and macOS native security features (#138) |
Closing this issue as AppImage package is now available with OwlPlug 1.26.0 I've opened issue #234 to prepare distribution on AppImageHub. |
as mentioned in #175 , a distro independent packaging format would be appreciated.
A flatpak, where anyone can install it with one click anywhere, would be preferable, it also uses less space, but an appimage is also quite alright.
With newer systems in Flatpak, you need to worry less about sandboxing and virtualizing anything, you just need to use the permission system, which is quite simple.
Appimage is just the app with a runtime bundled, so it just runs what it needs, regardless of distro.
The text was updated successfully, but these errors were encountered: