mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05: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.
This commit is contained in:
parent
2d3a06354e
commit
da4a23fcd0
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
icon = "joplin";
|
icon = "joplin";
|
||||||
comment = "Joplin for Desktop";
|
comment = "Joplin for Desktop";
|
||||||
categories = [ "Office" ];
|
categories = [ "Office" ];
|
||||||
startupWMClass = "@joplin/app-desktop";
|
startupWMClass = "joplin-app-desktop";
|
||||||
mimeTypes = [ "x-scheme-handler/joplin" ];
|
mimeTypes = [ "x-scheme-handler/joplin" ];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue