mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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;
|
||||
desktopName = "Chatzone";
|
||||
genericName = "Ozon corporate messenger";
|
||||
comment = "Mattermost Desktop application for Linux";
|
||||
comment = "Chatzone Desktop application for Linux";
|
||||
categories = [
|
||||
"Network"
|
||||
"InstantMessaging"
|
||||
"Chat"
|
||||
];
|
||||
startupWMClass = "Chatzone";
|
||||
mimeTypes = [ "x-scheme-handler/mattermost" ];
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue