Files
nixpkgs/pkgs/kde/plasma/libksysguard/helper-path.patch
K900 667faeef7e kdePackages: Plasma 6.3 -> 6.4
- aurorae moved to its own library, move our patch there
- kwin-x11 is a copy of kwin(-wayland), but some bits removed
- ksystemstats and libksysguard need capabilities via helpers
2025-06-17 14:18:20 +02:00

13 lines
530 B
Diff

diff --git a/processcore/plugins/network/networkconstants.h.in b/processcore/plugins/network/networkconstants.h.in
index f4556252..23559401 100644
--- a/processcore/plugins/network/networkconstants.h.in
+++ b/processcore/plugins/network/networkconstants.h.in
@@ -2,6 +2,6 @@
namespace NetworkConstants {
-static const QString HelperLocation = QStringLiteral("@KDE_INSTALL_FULL_LIBEXECDIR@/ksysguard/ksgrd_network_helper");
+static const QString HelperLocation = QStringLiteral("/run/wrappers/bin/ksgrd_network_helper");
}