Skip to content

Commit 9e2d83f

Browse files
notimaginativeTheForce172
authored andcommitted
remove AppImage hack for broken Wayland in Qt5
1 parent 57dcc67 commit 9e2d83f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

qtfred/cmake/AppRun.in

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,4 @@
22
HERE=$(dirname $(readlink -f "${0}"))
33
export LD_LIBRARY_PATH=${HERE}/lib:$LD_LIBRARY_PATH
44

5-
# Qt5 doesn't work so well with Wayland for us so prefer the use of X11 unless
6-
# another backend is already specified
7-
# (NOTE: the -platform option will override this so we don't need to test for it)
8-
if [ -z "$QT_QPA_PLATFORM" ]; then
9-
export QT_QPA_PLATFORM="xcb;wayland"
10-
fi
11-
125
exec "${HERE}/bin/$<TARGET_FILE_NAME:qtfred>" "$@"

0 commit comments

Comments
 (0)