Skip to content

Commit b5686e0

Browse files
authored
Add StartupWMClass
1 parent 0c2ac8b commit b5686e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

make-appimage.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ export DEPLOY_PIPEWIRE=1
1515
export DEPLOY_GSTREAMER=1
1616
export DEPLOY_OPENGL=1
1717
export DEPLOY_VULKAN=1
18+
# We default to Wayland's StartupWMClass here, as it's the most used on the Linux desktop.
19+
# X11's StartupWMClass is ViberPC, so that needs to be manually changed for X11 users,
20+
# or some automatic solution needs to be implemented for Qt apps, like it is implemented for Gtk apps here
21+
# https://github.com/pkgforge-dev/Anylinux-AppImages/blob/7765034a995ecd46e876d2d6360d8f411fa737ab/useful-tools/lib/gtk-class-fix.c
22+
export STARTUPWMCLASS=com.viber.Viber
1823
# Viber bundles those libs already
1924
export DEPLOY_QT=0
2025
export DEPLOY_QML=0

0 commit comments

Comments
 (0)