GNOME Bugzilla – Bug 504250
Allow specification of window title and documents fonts in index.theme
Last modified: 2007-12-21 19:47:04 UTC
GNOME [meta]themes support 3 keys in index.theme in order to specify the font (family and size) to use in applications (ApplicationFont), on desktop items (DesktopFont) and when a fixed width font is needed (MonospaceFont). But the Font section of Appearance capplet allows you to set up fonts for documents and window titles too. So, currently, if you want or have to specify font in theme (i.e. a11y *LargePrint themes), you will have a semi-configured enviroment Here is a patch to add keys for documents (DocumentsFont) and for window title (WindowtitleFont). The code is a simple cut and paste, just change the names.
Created attachment 101182 [details] [review] The proposed patch Add 2 new supported keys to X-GNOME-Metatheme section in index.theme: * DocumentsFont To set up documents fonts (gconf:/desktop/gnome/interface/document_font_name) * WindowtitleFont To set up windows title fonts (gconf:/apps/metacity/general/titlebar_font)
WindowtitleFont needs to become WindowTitleFont. Otherwise looks good.
Created attachment 101310 [details] [review] Updated patch Use WindowTitleFont as requested
Commited on trunk, thanks