GNOME Bugzilla – Bug 636820
not enough log in Dbus connection
Last modified: 2011-08-21 10:24:18 UTC
I have a big bug on my pc for long time with an error in console: "DBus support could not be started. Disabling for this session." This error seems well known on internet but do not find solution because it is related to dbus but we have not enought information. So I modifiy the code in src/core/Banshee.services/Banshee.ServiceStack/DBusConnection: in the catch of public static bool Connect (string serviceName) - } catch { - Log.Warning ("DBus support could not be started. Disabling for this session."); + } catch (Exception e) { + Log.Exception ("DBus support could not be started. Disabling for this session.", e); It permit to get " System.DllNotFoundException: libsocket (in `NDesk.DBus')" So it is just because I need to install this lib.
confirming, this sounds like a change which would make bug reports better. Consider this my +1 to make the change.
commited to master