After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 390170 - missing dbus session prevents startup
missing dbus session prevents startup
Status: RESOLVED OBSOLETE
Product: nautilus
Classification: Core
Component: general
2.17.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-27 23:09 UTC by Christian Kirbach
Modified: 2007-10-19 21:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Christian Kirbach 2006-12-27 23:09:52 UTC
missing dbus prevents startup. can we consider this a bug?


gnome@dragonscale:~$ nautilus
GTK Accessibility Module initialized
Bonobo accessibility support initialized

(nautilus:6729): Liboobs-WARNING **: Failed to connect to socket /opt/gnome2/var/run/dbus/system_bus_socket: No such file or directory

Liboobs-CRITICAL **: OobsSession object hasn't connected to the bus, cannot register OobsObject
aborting...

(process:6729): GLib-CRITICAL (recursed) **: g_key_file_set_value: assertion `g_key_file_is_key_name (key)' failed
aborting...




===== BEGIN MILESTONES =====
0x8196978 2006/12/27 23:43:04.6545 (GLog): Failed to connect to socket /opt/gnome2/var/run/dbus/system_bus_socket: No such file or directory
0x8196978 2006/12/27 23:43:04.6552 (GLog): OobsSession object hasn't connected to the bus, cannot register OobsObject
0x8196978 2006/12/27 23:43:04.6553 (USER): debug log dumped due to signal 6
===== END MILESTONES =====
===== BEGIN RING BUFFER =====
0x8196978 2006/12/27 23:43:04.6545 (GLog): Failed to connect to socket /opt/gnome2/var/run/dbus/system_bus_socket: No such file or directory
0x8196978 2006/12/27 23:43:04.6552 (GLog): OobsSession object hasn't connected to the bus, cannot register OobsObject
0x8196978 2006/12/27 23:43:04.6553 (USER): debug log dumped due to signal 6
===== END RING BUFFER =====
Comment 1 Alex 2006-12-28 20:53:14 UTC
I get a similar error:

Liboobs-CRITICAL **: There was an unknown error communicating with the backends: Message did not receive a reply (timeout by message bus)
aborting...

(process:801): GLib-CRITICAL (recursed) **: g_key_file_set_value: assertion `g_key_file_is_key_name (key)' failed
aborting...

Not sure if it's related, but it's only the liboobs that is different.
Comment 2 Christian Kirbach 2007-04-20 20:52:57 UTC
it is the missing dbus-session, to be precisely

# dbus-launch nautilus

is a workaround.
Comment 3 Michal Majchrowicz 2007-04-20 22:29:54 UTC
If it would only affect running nautilus then it might not be a bug... But nautilus is specific application... Therefore this bug also affects all applications that use Open/Save dialogs. Just try running gedit/abiword/oowriter2 without dbus-session. Everything works till you try to open/save document :( In many situations it becomes really troublesome :(
Comment 4 Olav Vitters 2007-04-20 23:48:03 UTC
(In reply to comment #3)
> If it would only affect running nautilus then it might not be a bug... But
> nautilus is specific application... Therefore this bug also affects all
> applications that use Open/Save dialogs.

Ehr? Nautilus is not used for Open/Save dialogs.
Comment 5 Jürg Billeter 2007-04-21 07:04:28 UTC
I guess this should be moved to gnome-vfs...
Comment 6 Michal Majchrowicz 2007-04-21 09:18:20 UTC
I don't know whether it is connected with nautilus or not. I only know it affects these two things.
Comment 7 Christian Kirbach 2007-10-19 21:50:07 UTC
I cannot see this any more with current trunk