joplin-desktop: fix WMClass to match icon with open window
In GNOME, when opening Joplin Desktop, the app displays a weird icon, detached from the app icon.
This commit is contained in:
@@ -224,7 +224,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
icon = "joplin";
|
||||
comment = "Joplin for Desktop";
|
||||
categories = [ "Office" ];
|
||||
startupWMClass = "@joplin/app-desktop";
|
||||
startupWMClass = "joplin-app-desktop";
|
||||
mimeTypes = [ "x-scheme-handler/joplin" ];
|
||||
})
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user