Comment 9 for bug 1389665

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

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?