>
> Hi,
>
> when I open Dolphin in superuser mode I get following error
>
>
> Code:
> --------------------
> could not start process can not talk to Klauncher: The name
> org.kde.klauncher was not provided by any .service file
> --------------------
>
>
> I badly need this to work…
>
> Please provide me the solution
>
> Regards,
> Anant
>
>
I have seen this also and was thinking of filing a bug later, will not advise you on the dangers of running apps as root ( but unless you know what you are doing then you can seriously bork your system, totally bad form dontcherknow )
I personally do not like Dolphin so I either use konqueror super user or krusader superuser.
However the majority of the time I drop to a console ( Ctrl+Alt+F1 and Alt+F7 to get back to X ) and either use mc or the command line, more powerful that way and I always remember that I am in su.
This seems to be a recurring theme in the Forum. I too thought of a bug report but so far have been too busy with other bugs. Why don’t you do that and let us know what happens?
And Dolphin is driving me nuts too, much prefer Konqueror but thought I was just being reactionary. Nice to know someone else is crazed too.
Found /usr/bin/xhost, but the + flag won’t work with it.
REBELBASE:/home/wilson # /usr/bin/host
Usage: host -aCdlriTwv] -c class] -N ndots] -t type] -W time]
-R number] -m flag] hostname [server]
-a is equivalent to -v -t ANY
-c specifies query class for non-IN data
-C compares SOA records on authoritative nameservers
-d is equivalent to -v
-l lists all hosts in a domain, using AXFR
-i IP6.INT reverse lookups
-N changes the number of dots allowed before root lookup is done
-r disables recursive processing
-R specifies number of retries for UDP packets
-s a SERVFAIL response should stop query
-t specifies the query type
-T enables TCP/IP mode
-v enables verbose output
-w specifies to wait forever for a reply
-W specifies how long to wait for a reply
-4 use IPv4 query transport only
-6 use IPv6 query transport only
-m set memory debugging flag (trace|record|usage)
Thanks so much snakedriver I was quite frustrated before your fix.
I have some interesting things to report:
If in a console I enter su to become root and then visudo, the sudoer file opens in Kwrite on my KDE4 in 11.1. I don’t have any idea why (maybe vi not installed so it defaults) and then I edit it like you said but in the Kwrite text editor. It works. Most interesting!
For some strange reason I don’t need the bit with “xhost+”. Instead:
When I copy the KDE Superuser Konqueror from the Menu to the Desktop, it works like in KDE3. Just fine now, 1 click, one password and Konqueror superuser is up.
To get a superuser vesion of Dolphin I copy an ordinary Dolphin icon to the Desktop, R-click and open the Properties → Application → Advanced → Run as different user (make it root). So now I have superuser Dolphin by clicking an icon! Woo Hoo maybe I keep this KantanKerous KDE a day or two more!
> When I run xhost+, I get Command Not Found. Even as SU.
and
> Found /usr/bin/xhost, but the + flag won’t work with it.
>
> REBELBASE:/home/wilson # /usr/bin/host
> Usage: host -aCdlriTwv] -c class] -N ndots] -t type] -W time]
> -R number] -m flag] hostname [server]
One important property of the command line is that you have
to type in the commands exactly as given. Every character
counts. Omitting a space here or an x there will not do.
“xhost+” is not the same as “xhost +”, and “/usr/bin/host”
is not the same as “/usr/bin/xhost”.
Enter the command exactly as snakedriver has given it to
you (but without the quotation marks) and it will work.