-
Notifications
You must be signed in to change notification settings - Fork 18
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
There is no qsynth flatpak #52
Comments
but there's an AppImage instead ... |
I am already drafting it: flathub/flathub#2730 The flatpak will include pulseaudio and libinstpatch (for .DLS files) support, in addition to jack2. I will request your approval once again. Please answer there too. Thanks! |
I will propose a few changes, mainly to rename the desktop file as "org.rncbc.qsynth.desktop" and the appstream metadata as "org.rncbc.qsynth.xml" |
please do, you're welcome |
There is a problem with this code in src/qsynth.cpp:
Forcing the Qt XCB platform plugin prevents starting qsynth on systems having Wayland only. I'm quite sure that qsynth works well under Wayland, so... Do you accept a patch to remove the cited lines? |
not quite willing to indulge on this. in my pov. (i do wayland for some years now) and it should work either way. but you're free to make a special build for flatpak where that line is not included. |
The flatpak policy is that only patches included upstream should be included in a package. But anyway, my question is: what problem is addressed by this? The only problem I've found running qsynth under flatpak/wayland is a message that says:
It means that a widget was not allowed to steal the focus from another window, but that is not a big deal, IMO. |
as said, i have no problem with that and I'm running wayland for years now. if flatpak policy forbids that, then I'm getting more sure why I never liked that crap anyway. but that's just me :) ps. what about a feature branch (rightly named flatpak)? it would be upstream ntl.? :D |
OK, then the only option is to ship the flatpak with mandatory X11 only. By the way, I've been able to run the flatpak in Fedora 34 which is using pipewire, and qsynth is able to connect as a Jack client! |
you probably should also run it over pipewire-pulseaudio replacement. |
The flatpak has been reviewed and approved. Here is the repository: Note: it is 0.9.4, I will upgrade the version as soon as you release it. |
And, it is published! 🎉 https://flathub.org/apps/details/org.rncbc.qsynth Closing... |
My proposal is to add a qsynth flatpak to flathub:
https://flathub.org/apps/category/AudioVideo
The text was updated successfully, but these errors were encountered: