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:
K900
2025-03-15 20:33:34 +03:00
parent f288951e33
commit 6c12682c6d

View File

@@ -62,6 +62,8 @@ mkKdeDerivation {
gpsd
];
qtWrapperArgs = [ "--inherit-argv0" ];
# Hardcoded as QStrings, which are UTF-16 so Nix can't pick these up automatically
postFixup = ''
mkdir -p $out/nix-support