kdePackages.kinfocenter: wrap with --inherit-argv0 (#390557)

authored by K900 and committed by GitHub c4929d0e 8744abec

+2
+2
pkgs/kde/plasma/kinfocenter/default.nix
··· 60 extraNativeBuildInputs = [ pkg-config ]; 61 extraBuildInputs = [ libusb1 ]; 62 63 # fix wrong symlink of infocenter pointing to a 'systemsettings5' binary in 64 # the same directory, while it is actually located in a completely different 65 # store path
··· 60 extraNativeBuildInputs = [ pkg-config ]; 61 extraBuildInputs = [ libusb1 ]; 62 63 + qtWrapperArgs = [ "--inherit-argv0" ]; 64 + 65 # fix wrong symlink of infocenter pointing to a 'systemsettings5' binary in 66 # the same directory, while it is actually located in a completely different 67 # store path