mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
chatzone-desktop: add startupWMClass
This commit is contained in:
parent
b0c5463525
commit
353590e227
1 changed files with 2 additions and 1 deletions
|
@ -35,12 +35,13 @@ stdenvNoCC.mkDerivation {
|
||||||
terminal = false;
|
terminal = false;
|
||||||
desktopName = "Chatzone";
|
desktopName = "Chatzone";
|
||||||
genericName = "Ozon corporate messenger";
|
genericName = "Ozon corporate messenger";
|
||||||
comment = "Mattermost Desktop application for Linux";
|
comment = "Chatzone Desktop application for Linux";
|
||||||
categories = [
|
categories = [
|
||||||
"Network"
|
"Network"
|
||||||
"InstantMessaging"
|
"InstantMessaging"
|
||||||
"Chat"
|
"Chat"
|
||||||
];
|
];
|
||||||
|
startupWMClass = "Chatzone";
|
||||||
mimeTypes = [ "x-scheme-handler/mattermost" ];
|
mimeTypes = [ "x-scheme-handler/mattermost" ];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue