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 692834 - [PATCH] languages: Don't g_warning if there's no locale archive
[PATCH] languages: Don't g_warning if there's no locale archive
Status: RESOLVED FIXED
Product: gnome-desktop
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-01-29 21:15 UTC by Colin Walters
Modified: 2013-01-30 14:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-languages-Don-t-g_warning-if-there-s-no-locale-archi.patch (5.75 KB, patch)
2013-01-29 21:15 UTC, Colin Walters
accepted-commit_now Details | Review

Description Colin Walters 2013-01-29 21:15:21 UTC
Created attachment 234776 [details] [review]
0001-languages-Don-t-g_warning-if-there-s-no-locale-archi.patch

glibc supports both a mmapped database and subdirectories; currently
we g_warning if the mmapped database doesn't exist.  Don't do that,
since e.g. gnome-ostree (derived from OpenEmbedded) uses
subdirectories.

See http://lists.freedesktop.org/archives/systemd-devel/2013-January/007957.html
Comment 1 Rui Matos 2013-01-30 09:19:15 UTC
Review of attachment 234776 [details] [review]:

Looks fine. Please remove the trailing whitespace before pushing though.