Comment 33 for bug 366398

Revision history for this message
In , Andras Mantia (amantia) wrote :

Some tests:
- the problem isn't dbus, that is autolaunched, even if I kill the dbus processes, I will get new dbus processes, like:
root 12355 0.0 0.0 21128 904 ? Ss 11:09 0:00 /bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
root 12356 0.0 0.0 30224 844 ? S 11:09 0:00 dbus-launch --autolaunch d2f223773c984c89331a62fa493ee8fd --binary-syntax --close-stderr

- kdeinit4 will not start, that's the problem:
ps ux | grep kde
root 13136 0.5 1.0 211816 22192 ? Sl 11:11 0:00 /opt/kde4/bin/dolphin
root 13870 0.0 0.0 5284 812 pts/10 S+ 11:13 0:00 grep kde

The PATH contains kdeinit4.

Now the interesting is that "kdesu konqueror" works, it starts the kdeinit4 for root and after that kdesu dolphin works as well.Probably sometime in the past I run a root process that started kdeinit4, this is why it worked. Sorry for confusing you David.

Here is what I have after starting kdesu konqueror:

ps ux | grep kde
root 13888 0.5 0.0 50012 1544 pts/15 Ss+ 11:14 0:00 /bin/su root -c /opt/kde4/lib64/kde4/libexec/kdesu_stub -
root 13891 0.0 0.0 12232 736 pts/15 S+ 11:14 0:00 /opt/kde4/lib64/kde4/libexec/kdesu_stub
root 13894 20.6 1.5 398900 31908 ? Ssl 11:14 0:00 /opt/kde4/bin/konqueror
root 13898 0.7 0.2 142744 5308 ? Ss 11:14 0:00 kdeinit4: kdeinit4 Running... de
root 13902 3.2 0.5 175252 12004 ? S 11:14 0:00 kded4
root 13910 0.0 0.3 147784 6792 ? S 11:14 0:00 kdeinit4: kio_file [kdeinit] file local:/tmp/ksocket-root/klauncherT13899.slave-socket local:/tmp/ksocket-root/konquerorT13894.slave-socket
root 13911 0.0 0.3 147784 6788 ? R 11:14 0:00 kdeinit4: kio_file [kdeinit] file local:/tmp/ksocket-root/klauncherT13899.slave-socket local:/tmp/ksocket-root/konquerorX13894.slave-socket
root 13912 0.0 0.3 147784 6792 ? S 11:14 0:00 kdeinit4: kio_file [kdeinit] file local:/tmp/ksocket-root/klauncherT13899.slave-socket local:/tmp/ksocket-root/konquerorw13894.slave-socket
root 13914 0.0 0.0 5284 812 pts/10 S+ 11:14 0:00 grep kde
root 13916 0.0 0.3 147704 6804 ? S 11:14 0:00 kdeinit4: kio_file [kdeinit] file local:/tmp/ksocket-root/klauncherT13899.slave-socket local:/tmp/ksocket-root/konquerorb13894.slave-socket

"kdesu dolphin" doesn't output anything on the terminal...