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 554953 - make module resident
make module resident
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: atkbridge
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Li Yuan
Li Yuan
Depends on:
Blocks:
 
 
Reported: 2008-10-04 02:47 UTC by Matthias Clasen
Modified: 2008-11-10 03:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.08 KB, patch)
2008-10-04 02:48 UTC, Matthias Clasen
committed Details | Review

Description Matthias Clasen 2008-10-04 02:47:10 UTC
With the new xsettings-based module loading, modules which can't handle being
unloaded would better make themselves resident, else we risk the whole session
dying when gnome-settings-daemon dies, or the user accidentally toggles one of
the gconf keys backing the xsetting.
Comment 1 Matthias Clasen 2008-10-04 02:48:41 UTC
Created attachment 119900 [details] [review]
patch
Comment 2 Matthias Clasen 2008-11-09 18:37:49 UTC
Ping. We really need this. Otherwise, toggling the gconf key means instant death-of-the-whole-desktop
Comment 3 Li Yuan 2008-11-10 03:23:41 UTC
Sorry, I must have missed the bug report mail.


2008-11-10  Li Yuan  <li.yuan@sun.com>

        * atk-bridge/bridge.c: (g_module_check_init):
        * configure.in:
        Bug #554953.
        Patch from Matthias Clasen. Make atk-bridge resident.