mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
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.
(cherry picked from commit da4a23fcd0)
This commit is contained in:
committed by
github-actions[bot]
parent
81ad4742c4
commit
b562bcf9fe
@@ -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" ];
|
||||
})
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user