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 327929 - can't unload dbus plugin
can't unload dbus plugin
Status: RESOLVED NOTABUG
Product: xchat-gnome
Classification: Other
Component: general
0.9
Other Linux
: Normal normal
: ---
Assigned To: xchat-gnome maintainers
xchat-gnome maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-21 00:38 UTC by rhymes
Modified: 2006-01-25 16:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description rhymes 2006-01-21 00:38:11 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
Comment 1 Olivier Le Thanh Duong 2006-01-21 01:56:34 UTC
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
Comment 2 Xavier Claessens 2006-01-24 18:35:12 UTC
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.
Comment 3 Guillaume Desmottes 2006-01-25 15:51:15 UTC
(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.
Comment 4 Xavier Claessens 2006-01-25 16:03:43 UTC
dbus plugin will be staticaly linked in the future (when I have time to do the change) and will be in src/common/.