kf5 frameworks autotest alters KDE4 desktop workspace settings?!

René J.V. Bertin rjvbertin at gmail.com
Wed Nov 11 14:45:49 UTC 2015


On Wednesday November 11 2015 14:49:57 David Faure wrote:

> qstandardpaths_mac.mm says
> QString QStandardPaths::writableLocation(StandardLocation type)
> {
>     if (isTestModeEnabled()) {
>         const QString qttestDir = QDir::homePath() + QLatin1String("/.qttest");
>         QString path;
>         switch (type) {
>         case GenericDataLocation:
>         case AppDataLocation:
>         case AppLocalDataLocation:
>             path = qttestDir + QLatin1String("/Application Support");
>             if (type != GenericDataLocation)
>                 appendOrganizationAndApp(path);
>             return path;

That's not ApplicationsLocation. That one only appears in translateLocation and doesn't get any specific treatment otherwise.

R.


More information about the Kde-frameworks-devel mailing list