Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
530 B
Diff
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
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");
}