[frameworks-kinit] [Bug 363634] KF5 fails to load Windows executables located in the application bin directory

2016-08-25 Thread Jasem Mutlaq via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363634 Jasem Mutlaq changed: What|Removed |Added Resolution|--- |WORKSFORME Status|UNCONFIRMED

[frameworks-kinit] [Bug 363634] KF5 fails to load Windows executables located in the application bin directory

2016-06-14 Thread David Faure via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363634 David Faure changed: What|Removed |Added Assignee|fa...@kde.org |vonr...@kde.org -- You are receiving this mail b

[frameworks-kinit] [Bug 363634] KF5 fails to load Windows executables located in the application bin directory

2016-05-28 Thread Jasem Mutlaq via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363634 --- Comment #1 from Jasem Mutlaq --- 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/porta