Skip to content

Commit df68ddb

Browse files
authored
Add GTK_CLASS_FIX for StartupWMClass fix on Wayland
1 parent 7b2e041 commit df68ddb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

make-appimage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ export ICON=/usr/share/icons/hicolor/scalable/apps/com.github.rafostar.Clapper.s
1212
export DESKTOP=/usr/share/applications/com.github.rafostar.Clapper.desktop
1313
export DEPLOY_OPENGL=1
1414
export DEPLOY_GSTREAMER=1
15-
export STARTUPWMCLASS=clapper # For Wayland, this is 'com.github.rafostar.Clapper', so this needs to be changed in desktop file manually by the user in that case until some potential automatic fix exists for this
15+
export STARTUPWMCLASS=clapper
16+
export GTK_CLASS_FIX=1
1617

1718
sys_clapper_dir=$(echo /usr/lib/clapper-*)
1819
if [ -d "$sys_clapper_dir" ]; then

0 commit comments

Comments
 (0)