GNOME Bugzilla – Bug 607727
gdm could show a warning when necessary fonts are not installed.
Last modified: 2010-01-27 16:58:28 UTC
GDM shows a locale in case: - setlocale is succeeded - gdm.mo is installed - fonts are installed I think it's useful for sysadmin or locale maintainers to show a warning when add_available_languages() is failed so that they notice fonts are not installed.
Created attachment 151987 [details] [review] Patch for gdm-language-chooser-widget.c Attached the patch.
I'm not sure a warning is right. it's perfectly legitimate to not want to support every language for a site deployment. Should probably be a debugging message though.
Comment on attachment 151987 [details] [review] Patch for gdm-language-chooser-widget.c I commmited a modified form of this.