Merge pull request #1 from lat9nq/qt-xcb

AppRun: Set QT_QPA_PLATFORM at start of script
This commit is contained in:
lat9nq 2022-09-20 15:13:12 -04:00 committed by GitHub
commit 2bde0d486d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
AppRun
View file

@ -1,5 +1,10 @@
#!/bin/sh -e
# Force xcb platform for Qt applications
if [ -z "${QT_QPA_PLATFORM}" ]; then
export QT_QPA_PLATFORM=xcb
fi
# add your command to execute here
exec=