GNOME Bugzilla – Bug 327929
can't unload dbus plugin
Last modified: 2006-01-25 16:03:43 UTC
I tried to load the Xchat-gnome remote plugin and unload it but it won't unload properly. It says: " An error occured unloading /usr/lib/xchat-gnome/plugins/dbus.so " I have Ubuntu Dapper Drake Linux, with 0.60-2ubuntu6 version of dbus
IIRC that's a bug in dbus gtk binding that doesn't enable to unload the interface. So we can't do anything in xchat-gnome till this is not fixed
Not a bug, due to dbus-glib limitations we can't unload the plugin without a segfault. And as I understand it will not be fixed, that's a common problem of glib.
(In reply to comment #2) > Not a bug, due to dbus-glib limitations we can't unload the plugin without a > segfault. And as I understand it will not be fixed, that's a common problem of > glib. Should it be possible to display a proper message in the interface ? If not, users will continue to think that's a plugin bug and report it.
dbus plugin will be staticaly linked in the future (when I have time to do the change) and will be in src/common/.