On Friday 21 September 2007 20:58, Basil Chupin wrote:
> Rajko M. wrote:
> > On Thursday 20 September 2007 02:31:43 am Albert Straßenberger wrote:
> >> Hi,
> >>
> >> I updated kdebase to 3.5.7-89.1.i586.rpm from software.opensuse.org and
> >> get now the same error described in the bug. (kde bugtracking)
> >>
> >> xxxxxxxx:~$ kdesu -c smart --gui
> >> kdesu: Unbekannte Option "--gui".
> >> kdesu: Benutzen Sie den Parameter "--help", um die verfügbaren Optionen
> >> zu sehen
> >> xxxxxxxx:~$ kdesu --version
> >> Qt: 3.3.8
> >> KDE: 3.5.7 "release 78.1"
> >> KDE su: 1.0
> >>
> >> Albert
> >
> > kdesu -c 'smart --gui'
> > will do what you want.
>
> Could you please tell me in which control file the above entry should go?
>
> Cheers.
It is the way to invoke 'smart --gui' from normal user konsole.
According to the man page (openSUSE 10.2):
<quote>
SYNOPSIS
kdesu [-c] [-d] [-f file] [-i icon name] [-n] [-p priority] [-r] [-s]
[-t] [-u user] [--nonewdcop] [command [arg1] [arg2] [...]]
....
-c program
This specifies the program to run as root. It has to be passed in
one argument. So if, for example, you want to start a new file
manager, you would enter at the prompt:
kdesu -c kfm -sw
</quote>
Where the text and example don't tell the same.
The example is based on SYNOPSIS, and text tells:
kdesu -c 'kfm -sw'
which is how it actually works.
--
Regards,
Rajko.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]