On Sunday 07 October 2007 09:55:27 pm Teruel de Campo MD wrote: > On Sun, 2007-10-07 at 18:11 -0500, Rajko M. wrote: > > On Sunday 07 October 2007 01:37:25 pm Teruel de Campo MD wrote: > > > opensuse 10.3 > > > KDE > > > thinkpad x40 > > > > > > Problem: clicking in smart does not start: > > > "Please enter administrative (root) password to conitnue > > > Command: --gui > > > Password: XXXXXXX > > > OK" > > > > > > "Command "--gui" not found" > > > > ... > > > > > Any clues? > > > > From console try: > > kdesu 'smart --gui' > > > > In KDE > Main Menu right click and select Menu Editor. > > Browse to menu item Smart and see that "Run as different user" is checked > > and "Username" is root. > > Rajko, > > Thanks, > > It is working now. I just use the whole thing in the command fields > > kdesu 'smart --gui' > > Before I had the default installation that was the same as 10.2 with > smart -gui in the command line > root as username > but for some reason some changes have occurred that produced the error. > Thank you again for your help > > Ciao > -=terry(Denver)=-
Thanks to Stefan's post now is clear that even if you enter this in Command field for menu item Smart: blah smart --gui instead of kdesu 'smart --gui' it will work. The bug is that KDE drops first string, so kdesu in: kdesu 'smart --gui' will be dropped and kdesu that is called because it is checked "Run as different user" will get 'smart --gui', remove quotes, ask for password and run: smart --gui The other way that works is to put: /usr/bin/smart --gui in Command field for Smart. -- Regards, Rajko. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
