D9888: Make kdesu work when PWD is /usr/bin

2018-01-15 Thread Milian Wolff
mwolff updated this revision to Diff 25395. mwolff retitled this revision from "Let kdesu work when __PATH_SU or __PATH_SUDO are not defined" to "Make kdesu work when PWD is /usr/bin". mwolff edited the summary of this revision. mwolff added a subscriber: sitter. mwolff added a comment. cleanu

D9888: Make kdesu work when PWD is /usr/bin

2018-01-15 Thread Harald Sitter
sitter accepted this revision. sitter added inline comments. This revision is now accepted and ready to land. INLINE COMMENTS > suprocess.cpp:122 > > -QByteArray command; > -if (d->superUserCommand == QLatin1String("sudo")) { > -command = __PATH_SUDO; > -} else { > -

D9888: Make kdesu work when PWD is /usr/bin

2018-01-16 Thread Milian Wolff
This revision was automatically updated to reflect the committed changes. Closed by commit R299:86954e039463: Make kdesu work when PWD is /usr/bin (authored by mwolff). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D9888?vs=25395&id=25440#toc REPOSITORY R299 KDESu CHANGES SINCE LAST U