Mailinglist Archive: opensuse-bugs (6406 mails)

< Previous Next >
[Bug 220511] Unable to run nautilus as a root user.
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Sun, 1 Apr 2007 19:55:47 -0600 (MDT)
  • Message-id: <20070402015547.7B82DFE7@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=220511





------- Comment #10 from dliang@xxxxxxxxxx  2007-04-01 19:55 MST -------
The bug is caused by dbus package.
After I debugged the  dbus code, I found that nautilus is hung at the
_dbus_mutex_lock function( dbus-1.0.0/dbus/dbus-thread.c ). 
It seems that SU command do not make the dbus-session service to work well, 
we need to use `dbus-launch --auto-syntax` command to start dbus-session
service.

So my suggestion is: take three steps:
1. $su
2. $dbus-launch --auto-syntax
3. $nautilus


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

< Previous Next >