We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22be88 commit deab276Copy full SHA for deab276
1 file changed
make-appimage.sh
@@ -13,6 +13,8 @@ export DESKTOP=/usr/share/applications/re.fossplant.songrec.desktop
13
export DEPLOY_GTK=1
14
export GTK_DIR=gtk-4.0
15
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
18
19
# Deploy dependencies
20
quick-sharun /usr/bin/songrec
0 commit comments