Skip to content

Commit

Permalink
[LW-10649] Fix the running app icon on Linux (missing StartupWMClass)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrus committed Aug 9, 2024
1 parent 7186a03 commit 95a3603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/internal/x86_64-linux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ in rec {
genericName = "Crypto-Currency Wallet";
categories = [ "Application" "Network" ];
icon = "INSERT_ICON_PATH_HERE";
startupWMClass = common.launcherConfigs.${cluster}.installerConfig.spacedName;
});

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

0 comments on commit 95a3603

Please sign in to comment.