[Backport release-26.05] joplin-desktop: fix WMClass to match icon with open window (#528659)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-17 17:44:59 +00:00 committed by GitHub
commit 498e89b92b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -228,7 +228,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" ];
})
];