From 1c1dbe9651e97978f7a836d1aa17d382d3c91e50 Mon Sep 17 00:00:00 2001 From: Ales Huzik Date: Thu, 28 Jan 2021 09:51:00 +1100 Subject: [PATCH] Add StartupWMClass to the desktop file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is necessary so that GNOME and others window managers can associate the application window with the launcher icon. Without StartupWMClass, GNOME dock would display another icon for the application when it’s launched instead of adding a dot to show the app is running to the already existing one. --- snapper-gui.desktop | 1 + 1 file changed, 1 insertion(+) diff --git a/snapper-gui.desktop b/snapper-gui.desktop index 33ddbde..a667bf3 100644 --- a/snapper-gui.desktop +++ b/snapper-gui.desktop @@ -2,6 +2,7 @@ Name=Snapper GUI Comment=Frontend for snapper snapshot manager Exec=snapper-gui +StartupWMClass=snappergui Icon=drive-harddisk Terminal=false Type=Application