[KDE/Mac] Thoughts on standard directories in Qt5 - QStandardPaths

Marko Käning mk-lists at email.de
Tue Dec 9 07:43:02 UTC 2014


Hi Ian,

On 09 Dec 2014, at 06:08 , Ian Wadham <iandw.au at gmail.com> wrote:
> Try the following patch, in the Bovo repository:

the patch you’re suggesting isn’t necessary anymore, as Anuj took already care of
that in October:
---
c1b67f01        (Aron Boström   2007-10-18 23:14:08 +0000       43)    QString themePath = QString("themes/%1/").arg(m_path);
fda00e4b        (Anuj Pahuja    2014-09-28 14:36:30 +0530       44)            themePath = QStandardPaths::locate(QStandardPaths::DataLocation, themePath);
—

I am puzzled thought, that themePath is initialised by QString and then overwritten
by QSP::locate. Is that intended? What am I missing here?

So, I guess the problems observed are due to my environment setup when running
the OSX/CI-built apps here. (See my discussion with Ben in “KF5 Kate and QSP”.)

Will have a look at this evening.

Greets,
Marko


More information about the kde-mac mailing list