mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-01 13:14:42 +00:00
- 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
13 lines
530 B
Diff
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");
|
|
|
|
}
|