What is happening is that kcontrol/dateandtime/helper.cpp is missing:
// 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");
This was apparently added in a previous commit. Jonathon, can you confirm that adding the above to the patch is all that is needed?
What is happening is that kcontrol/ dateandtime/ helper. cpp is missing: "/usr/sbin: /usr/bin: /sbin:/ bin");
// 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(
This was apparently added in a previous commit. Jonathon, can you confirm that adding the above to the patch is all that is needed?