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 636820 - not enough log in Dbus connection
not enough log in Dbus connection
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: general
git master
Other Linux
: Normal minor
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-12-08 22:11 UTC by olivier dufour
Modified: 2011-08-21 10:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description olivier dufour 2010-12-08 22:11:20 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.
Comment 1 David Nielsen 2010-12-13 13:44:31 UTC
confirming, this sounds like a change which would make bug reports better. Consider this my +1 to make the change.
Comment 2 olivier dufour 2011-08-21 10:24:18 UTC
commited to master