mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] joplin-desktop: fix WMClass to match icon with open window (#528659)
This commit is contained in:
commit
498e89b92b
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ];
|
||||
})
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue