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:
Jairo Llopis
2026-06-01 20:12:01 +01:00
parent 2d3a06354e
commit da4a23fcd0
+1 -1
View File
@@ -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" ];
})
];