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 656196 - gnome-shell crashes due to g_date_time_format not supporting %OI %OM
gnome-shell crashes due to g_date_time_format not supporting %OI %OM
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: i18n
2.28.x
Other Linux
: Normal critical
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-08-09 09:04 UTC by muayyad alsadi
Modified: 2011-08-13 19:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description muayyad alsadi 2011-08-09 09:04:13 UTC
gnome-shell replaces the Date.toLocaleFormat with this function

and some locales uses %OI %OM which are not supported by g_date_time_format

for more information check this

http://developer.gnome.org/glib/2.29/glib-GDateTime.html#g-date-time-format

https://bugzilla.redhat.com/show_bug.cgi?id=728889

http://pubs.opengroup.org/onlinepubs/007908799/xsh/strftime.html
Comment 1 Matthias Clasen 2011-08-13 19:54:31 UTC
support for these modifiers has been added in GLib 2.29 already.