Skip to content

Commit 6c12682

Browse files
committed
kdePackages.plasma-workspace: wrap with --inherit-argv0
kcminit_startup checks its own argv[0] to determine what mode to run in. Fixes #390179.
1 parent f288951 commit 6c12682

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/kde/plasma/plasma-workspace/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ mkKdeDerivation {
6262
gpsd
6363
];
6464

65+
qtWrapperArgs = [ "--inherit-argv0" ];
66+
6567
# Hardcoded as QStrings, which are UTF-16 so Nix can't pick these up automatically
6668
postFixup = ''
6769
mkdir -p $out/nix-support

0 commit comments

Comments
 (0)