We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
StartupWMClass
2 parents 5e9c663 + e47c3d1 commit 3e8ad28Copy full SHA for 3e8ad28
pkgs/games/heroic/default.nix
@@ -87,6 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
87
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}}"
88
89
substituteInPlace "$out/share/heroic/flatpak/com.heroicgameslauncher.hgl.desktop" \
90
+ --replace-fail "StartupWMClass=Heroic" "StartupWMClass=heroic" \
91
--replace-fail "Exec=heroic-run" "Exec=heroic"
92
mkdir -p "$out/share/applications" "$out/share/icons/hicolor/scalable/apps"
93
ln -s "$out/share/heroic/flatpak/com.heroicgameslauncher.hgl.desktop" "$out/share/applications"
0 commit comments