From bce620c9dcb25a4e603b22ead5c004b053dae7bf Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Fri, 28 Aug 2015 10:16:38 -0500 Subject: [PATCH 1/2] hwclock --- kcms/dateandtime/helper.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/kcms/dateandtime/helper.cpp b/kcms/dateandtime/helper.cpp index cec5ab8..fc4a6b9 100644 --- a/kcms/dateandtime/helper.cpp +++ b/kcms/dateandtime/helper.cpp @@ -48,10 +48,6 @@ #include #endif -// We cannot rely on the $PATH environment variable, because D-Bus activation -// clears it. So we have to use a reasonable default. -static const QString exePath = QLatin1String("/usr/sbin:/usr/bin:/sbin:/bin"); - int ClockHelper::ntp( const QStringList& ntpServers, bool ntpEnabled ) { int ret = 0; @@ -227,7 +223,7 @@ int ClockHelper::tzreset() void ClockHelper::toHwclock() { - QString hwclock = KStandardDirs::findExe("hwclock", exePath); + QString hwclock = "@hwclock@"; if (!hwclock.isEmpty()) { KProcess::execute(hwclock, QStringList() << "--systohc"); } -- 2.5.0