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 332317 - remove g_warning about XSupportsLocale()
remove g_warning about XSupportsLocale()
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-02-23 12:33 UTC by Tim Janik
Modified: 2006-02-24 12:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to remove X locale warnings (1.29 KB, patch)
2006-02-23 12:34 UTC, Tim Janik
none Details | Review

Description Tim Janik 2006-02-23 12:33:09 UTC
some platforms don't have X locale support but are otherwise fully functional. also, Gdk has no hard dependency on the X locale functions, so the unconditional warnings about missing X locale support upon Gdk initialization should be removed.
Comment 1 Tim Janik 2006-02-23 12:34:11 UTC
Created attachment 59998 [details] [review]
patch to remove X locale warnings
Comment 2 Tim Janik 2006-02-23 12:35:57 UTC
forgot to mention, one such platform is the maemo desktop which does come with a specially tailored X server.
Comment 3 Matthias Clasen 2006-02-24 00:39:40 UTC
Looks fine to me.
Comment 4 Tim Janik 2006-02-24 12:31:02 UTC
Thu Feb 23 13:28:21 2006  Tim Janik  <timj@imendio.com>

        * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): remove unconditional
        warnings about missing X locale support. Gdk properly handles this
        situation anyway.