GNOME Bugzilla – Bug 66556
user-font doesn't work.
Last modified: 2004-12-22 21:47:04 UTC
When specified user-font by theme-selector-capplet, theme-selector-capplet have generated 'font' in .gtkrc. but GTK+ already has 'fontset' in /etc/gtk/gtkrc*, and GTK+ gives priority to 'fontset' over 'font'. so that GTK+ has ignored user-font in .gtkrc. theme-selector-capplet should be generate 'fontset' instead of 'font'.
Created attachment 6191 [details] [review] I have a patch
Possibly related with Bug 62682 (http://bugzilla.gnome.org/show_bug.cgi?id=62682) I cannot understand why it affects specific locales only. The problematic locales are not only the non-(iso-8859-1) locales.
GTK+ doesn't have gtkrc for iso-8859-1 ONLY by default. it means even if current theme-selector-capplet set an user font by 'font', it will works. Also for locates without iso-8859-1, if didn't generate those locales correctly by localedef or specified the locales which nothing is, it will also works since glibc handle as same locale C.
Commited. Thanks.