From da4a23fcd0cde2e092b94fb5d85577a93cbeea6a Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Mon, 1 Jun 2026 20:12:01 +0100 Subject: [PATCH] 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. --- pkgs/by-name/jo/joplin-desktop/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/jo/joplin-desktop/package.nix b/pkgs/by-name/jo/joplin-desktop/package.nix index 285f44244769..444eecdda5cf 100644 --- a/pkgs/by-name/jo/joplin-desktop/package.nix +++ b/pkgs/by-name/jo/joplin-desktop/package.nix @@ -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" ]; }) ];