Skip to content

Commit 53bfdb7

Browse files
authored
Add GTK_CLASS_FIX for StartupWMClass fix on Wayland
1 parent 91d629d commit 53bfdb7

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
@@ -16,7 +16,8 @@ export DEPLOY_GTK=1
1616
export GTK_DIR=gtk-4.0
1717
export ANYLINUX_LIB=1
1818
export DEPLOY_LOCALE=1
19-
export STARTUPWMCLASS=varia # For Wayland, this is 'io.github.giantpinkrobots.varia', so this needs to be changed in desktop file manually by the user in that case until some potential automatic fix exists for this
19+
export STARTUPWMCLASS=varia
20+
export GTK_CLASS_FIX=1
2021

2122
# Deploy dependencies
2223
quick-sharun /usr/bin/varia \

0 commit comments

Comments
 (0)