Skip to content

Commit

Permalink
Fixed bug #6, explicitly set the QT platform for the shell
Browse files Browse the repository at this point in the history
#6

When a user with QT_QPA_PLATFORM=wayland in their environment runs this application, it crashes with qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in "". It might be a good idea to set this environment variable to xcb as in https://github.com/flathub/org.keepassxc.KeePassXC/pull/71/files.
  • Loading branch information
slouken committed Mar 8, 2021
1 parent 183cd1b commit 9845f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions com.valvesoftware.SteamLink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ finish_args:
- --device=all
- --env=LD_LIBRARY_PATH=/app/lib
- "--env=SDL_GAMECONTROLLERCONFIG_FILE=/var/data/Valve Corporation/SteamLink/controller_map.txt"
- --env=QT_QPA_PLATFORM=xcb
- --share=ipc
- --share=network
- --socket=pulseaudio
Expand Down

0 comments on commit 9845f4f

Please sign in to comment.