FS#5783 - gvim + gnome-vfs warning
|
Details
I've this error while opening a new tab in gvim on another
wm in console :
(gvim:22963): libgnomevfs-WARNING **: Failed to open session DBUS connection: Unable to determine the address of the message bus (try 'man dbus-launch' and 'man dbus-daemon' for help) Volume monitoring will not work. 22963: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 2873. This is normally a bug in some application using the D-Bus library. 22963: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 2873. This is normally a bug in some application using the D-Bus library. That's weird. This is like gvim is build with gnome-vfs . |
This task depends upon
Comment by Jan de Groot (JGC) -
Tuesday, 07 November 2006, 23:13 GMT
gvim uses the GTK+ fileselector, which in turn has a plugin for
gnomevfs because you installed libgnomeui. The message is very
clear: it tells you that you should run a DBUS session bus.