Skip to content

Commit 95a3603

Browse files
committed
[LW-10649] Fix the running app icon on Linux (missing StartupWMClass)
1 parent 7186a03 commit 95a3603

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/internal/x86_64-linux.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ in rec {
355355
genericName = "Crypto-Currency Wallet";
356356
categories = [ "Application" "Network" ];
357357
icon = "INSERT_ICON_PATH_HERE";
358+
startupWMClass = common.launcherConfigs.${cluster}.installerConfig.spacedName;
358359
});
359360

360361
# On Windows/macOS, auto-update just launches the new installer, and exits the previous Daedalus.

0 commit comments

Comments
 (0)