(Help to) Provide a flatpak version of VMPK
Virtual MIDI controller for Linux, Windows and OSX
Brought to you by:
plcl
Hi,
I have submitted VMPK to flathub to have it distributed as a flatpak.
https://github.com/flathub/flathub/pull/855
The policy is to request upstream if they want to help.
This is the formal request.
Thanks a lot.
Let me know if you have questions.
OK. I've tried again, but not working.
Looks like the program is not able to access to the ALSA sequencer device node (/dev/snd/seq).
Following our conversation on Github ...
So, to start VMPK in openSuse leap 15.0 you need to do (from the command line)
$
unset ALSA_CONFIG_PATH; flatpak run net.sourceforge.VMPKAnd it starts and works correctly. The consequence is that the desktop menu item doesn't work. Just in case someone installs the package and complains about the same issue...
Last edit: Pedro Lopez-Cabanillas 2019-10-07
Ticket moved from /p/vmpk/feature-requests/61/
What do you mean by "menu icon" ?
Sorry: "desktop menu item", if your desktop has menus.
oh I see. The
.desktopfile doesn't know about the need to set the env.I have an idea.
The next build on flathub should have this working out of the box.
It does!