Skip to content

Commit b83f3e3

Browse files
authored
Add GTK_CLASS_FIX for StartupWMClass fix on Wayland
1 parent 824d9ca commit b83f3e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make-appimage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ export GTK_DIR=gtk-4.0
1818
export DEPLOY_GSTREAMER=1
1919
export DEPLOY_LOCALE=1
2020
export ANYLINUX_LIB=1
21-
export STARTUPWMCLASS=secrets # For Wayland, this is 'org.gnome.World.Secrets', so this needs to be changed in desktop file manually by the user in that case until some potential automatic fix exists for this
21+
export STARTUPWMCLASS=secrets
22+
export GTK_CLASS_FIX=1
2223
export PATH_MAPPING='/sbin/ldconfig:${SHARUN_DIR}/bin/ldconfig'
2324

2425
# Deploy dependencies

0 commit comments

Comments
 (0)