Created attachment 123293 [details] terminal output of flatpak run org.kde.ktouch SUMMARY ktouch fails to run when launched with flatpak run org.kde.ktouch . Traditionally packaged version, however, works fine. STEPS TO REPRODUCE 1. flatpak run org.kde.ktouch from terminal or execute .desktop OBSERVED RESULT ktouch crashes without reaching gui. Output is attached. EXPECTED RESULT ktouch launches. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Linux 5.3.6-arch1-1-ARCH KDE Plasma Version: Plasma 5.17 KDE Frameworks Version: 5.63.0 Qt Version: 5.13.1
Hm, on my computer the flatpak version just launches fine. So I am left to guesswork here. Can please try to run KTouch with: flatpak run --device=dri org.kde.ktouch and report back if this works?
With `flatpak run --device=dri org.kde.ktouch` the application launches just fine. If it helps I also attached that output. Since it seems to be dri related, it may be of use to know that I am running a Nvidia gpu with proprietary drivers.
Created attachment 123294 [details] terminal output of flatpak run --devices=dri org.kde.ktouch
Thanks for the response. Under Flatpak, applications are sandboxed and need to request permissions to access certain hard- and software components. With '--device=dri' you gave the permission to use OpenGL. I will add this to the Flatpak manifest of KTouch, so with next update it will works out of the box. I have no idea why it I don't need this on my system, though.
New build is available for download at flathub.