Is there any KDE or Qt way to locate an executable using the root PATH.
Specifically, I want to run something which on my system is in /usr/sbin/,
calling it from a KAuth helper module running as root. KStandarDirs::findExe()
doesn't produce any result (the PATH variable doesn't seem to be set u
On Sunday 08 May 2011 18:35:42 David Jarvie wrote:
> Is there any KDE or Qt way to locate an executable using the root PATH.
> Specifically, I want to run something which on my system is in /usr/sbin/,
> calling it from a KAuth helper module running as root.
> KStandarDirs::findExe() doesn't produc
On Sunday 08 May 2011 18:46:46 Enda Cronnolly wrote:
> On Sunday 08 May 2011 18:35:42 David Jarvie wrote:
> > Is there any KDE or Qt way to locate an executable using the root PATH.
> > Specifically, I want to run something which on my system is in /usr/sbin/,
> > calling it from a KAuth helper mod
On 05/08/2011 11:35 AM, David Jarvie wrote:
> On Sunday 08 May 2011 18:46:46 Enda Cronnolly wrote:
>> On Sunday 08 May 2011 18:35:42 David Jarvie wrote:
>>> Is there any KDE or Qt way to locate an executable using the root PATH.
>>> Specifically, I want to run something which on my system is in /us