kdePackages.plasma-workspace: wrap with --inherit-argv0
kcminit_startup checks its own argv[0] to determine what mode to run in. Fixes #390179.
This commit is contained in:
@@ -62,6 +62,8 @@ mkKdeDerivation {
|
|||||||
gpsd
|
gpsd
|
||||||
];
|
];
|
||||||
|
|
||||||
|
qtWrapperArgs = [ "--inherit-argv0" ];
|
||||||
|
|
||||||
# Hardcoded as QStrings, which are UTF-16 so Nix can't pick these up automatically
|
# Hardcoded as QStrings, which are UTF-16 so Nix can't pick these up automatically
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
mkdir -p $out/nix-support
|
mkdir -p $out/nix-support
|
||||||
|
|||||||
Reference in New Issue
Block a user