GNOME Bugzilla – Bug 616152
gsettings l10n tests fail
Last modified: 2010-04-19 13:40:30 UTC
/gsettings/l10n: ** ERROR:gsettings.c:604:test_l10n: assertion failed (str == "Unbenannt"): ("Unnamed" == "Unbenannt") Aborted (This is on ubuntu intrepid.) I need to add "setlocale (LC_ALL, "");" call before the bindtextdomain call to make this test work.
Created attachment 159054 [details] [review] Fix gsettings l10n tests failure Some systems apparently need another setlocale call before binding the textdomain. Bug #616152.
I've just added a global setlocale call now. Reopen if that doesn't fix things for you.