From 14001b14fccca18e4ce86af02982c121c8825c6f Mon Sep 17 00:00:00 2001 From: Morgan Helton Date: Sun, 16 Mar 2025 21:35:32 -0500 Subject: [PATCH] kdePackages.kinfocenter: wrap with --inherit-argv0 --- pkgs/kde/plasma/kinfocenter/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/kde/plasma/kinfocenter/default.nix b/pkgs/kde/plasma/kinfocenter/default.nix index d9a0c171dbdb..c6849d94c93e 100644 --- a/pkgs/kde/plasma/kinfocenter/default.nix +++ b/pkgs/kde/plasma/kinfocenter/default.nix @@ -60,6 +60,8 @@ mkKdeDerivation { extraNativeBuildInputs = [ pkg-config ]; extraBuildInputs = [ libusb1 ]; + qtWrapperArgs = [ "--inherit-argv0" ]; + # fix wrong symlink of infocenter pointing to a 'systemsettings5' binary in # the same directory, while it is actually located in a completely different # store path