Skip to content

Commit 14001b1

Browse files
committed
kdePackages.kinfocenter: wrap with --inherit-argv0
1 parent 8490862 commit 14001b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/kde/plasma/kinfocenter/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ mkKdeDerivation {
6060
extraNativeBuildInputs = [ pkg-config ];
6161
extraBuildInputs = [ libusb1 ];
6262

63+
qtWrapperArgs = [ "--inherit-argv0" ];
64+
6365
# fix wrong symlink of infocenter pointing to a 'systemsettings5' binary in
6466
# the same directory, while it is actually located in a completely different
6567
# store path

0 commit comments

Comments
 (0)