https://bugs.kde.org/show_bug.cgi?id=363634
--- Comment #1 from Jasem Mutlaq <mutla...@ikarustech.com> --- Followup. This is how Qt find the executables: https://github.com/RSATom/Qt/blob/master/qtbase/src/corelib/io/qstandardpaths.cpp#L518 Specifically, it just uses: QByteArray pEnv = qgetenv("PATH"); In emerge/portage, there is already a 20130714.patch file which modifies QStandardPaths to include unix-type location (.e.g share) on Windows, but it doesn't address the executable issue. Perhaps it should be patched as well so that if searches inside the application's own directory first? -- You are receiving this mail because: You are watching all bug changes.