Skip to content

Commit deab276

Browse files
authored
Fix StartupWMClass (#3)
This is done for all GTK4 apps.
1 parent f22be88 commit deab276

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

make-appimage.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export DESKTOP=/usr/share/applications/re.fossplant.songrec.desktop
1313
export DEPLOY_GTK=1
1414
export GTK_DIR=gtk-4.0
1515
export DEPLOY_PIPEWIRE=1
16+
export STARTUPWMCLASS=re.fossplant.songrec # Default to Wayland's wmclass. For X11, GTK_CLASS_FIX will force the wmclass to be the Wayland one.
17+
export GTK_CLASS_FIX=1
1618

1719
# Deploy dependencies
1820
quick-sharun /usr/bin/songrec

0 commit comments

Comments
 (0)