ivan-hc / OBS-Studio-appimage

OBS Studio AppImage built on top of JuNest, the lightweight Arch Linux based distro that runs on top of any other Linux distro.
https://github.com/ivan-hc/ArchImage
18 stars 2 forks source link

qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in #4

Closed Prisoner709 closed 10 months ago

Prisoner709 commented 10 months ago

Ciao, i have the problem mentioned in this package. Qt5 plugin for wayland is installed. This terminal command resolve the problem: QT_QPA_PLATFORM=xcb obs-studio. I have tryed to insert this command in the Exec= line of the .desktop file, but i can't do it without losing the launcher in Gnome. How can I solve the problem? Or is it a problem that you can solve with an appimage update? Grazie.

ivan-hc commented 10 months ago
Exec=sh -c 'QT_QPA_PLATFORM=xcb obs-studio'

this should be the correct syntax in .desktop files

Prisoner709 commented 10 months ago

Grazie, the syntax work.