GNOME Bugzilla – Bug 547826
Whitelist languages not known by fontconfig
Last modified: 2008-08-14 20:04:21 UTC
Currently gdm does not show languages that fontconfig does not have any knowledge about. Attaching patch to allow them, so minority language groups are not forced to wait for a fontconfig release before gdm shows their language if they have already translated everything... This was suggested by mclasen in response to user requests on fedora. Patch not tested.
Created attachment 116605 [details] [review] patch Requires: fontconfig >= 2.6.0
looks good to me! Thanks for working on this. I was thinking about dropping the function entirely.
Hope I didn't break anything :). 2008-08-14 Behdad Esfahbod <behdad@gnome.org> Bug 547826 – Whitelist languages not known by fontconfig * configure.ac: Require fontconfig >= 2.6.0 * gui/simple-greeter/gdm-language-chooser-widget.c (language_has_font): Accept language if FcLangGetCharSet() returns NULL on it.