https://bugs.kde.org/show_bug.cgi?id=361973
--- Comment #10 from Ilya V. Portnov <port...@bk.ru> --- "Suspected" part of that commit is + #ifdef Q_OS_LINUX + qputenv("XDG_DATA_DIRS", QFile::encodeName(KoResourcePaths::getApplicationRoot() + "/share") + ":" + qgetenv("XDG_DATA_DIRS")); +#else + qputenv("XDG_DATA_DIRS", QFile::encodeName(KoResourcePaths::getApplicationRoot() + "/share")); +#endif + //qDebug() << "Setting XDG_DATA_DIRS" << qgetenv("XDG_DATA_DIRS"); In my environment, I have XDG_DATA_DIRS not set. -- You are receiving this mail because: You are watching all bug changes.