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 0c2ac8b commit b5686e0Copy full SHA for b5686e0
make-appimage.sh
@@ -15,6 +15,11 @@ export DEPLOY_PIPEWIRE=1
15
export DEPLOY_GSTREAMER=1
16
export DEPLOY_OPENGL=1
17
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
23
# Viber bundles those libs already
24
export DEPLOY_QT=0
25
export DEPLOY_QML=0
0 commit comments