mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
srb2: add startupWMClass to desktop item
Fixes an issue where the srb2 icon wasn't being used after launching the application.
This commit is contained in:
parent
f188bff3fd
commit
d7f3410393
@ -96,6 +96,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
desktopName = name;
|
||||
genericName = name;
|
||||
categories = [ "Game" ];
|
||||
startupWMClass = ".srb2-wrapped";
|
||||
})
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user