You are not logged in.
Pages: 1
I am having trouble getting firefox to read my GTK2 theme settings. Changing the font size effects everything but firefox. Here is a picture of what I am talking about:
Here is my .gtkrc-2.0
# -- THEME AUTO-WRITTEN DO NOT EDIT
include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc"
style "user-font"
{
font_name="Sans 8"
}
widget_class "*" style "user-font"
include "/home/justin/.gtkrc.mine"
# -- THEME AUTO-WRITTEN DO NOT EDIT
Offline
Solved this on my own by adding the following line to gtkrc-2.0:
gtk-font-name="Sans 8"
and then restarting X.
Offline
Solved this on my own by adding the following line to gtkrc-2.0:
gtk-font-name="Sans 8"
and then restarting X.
You could of justs gone to Edit->Preferences in firefox
Offline
You can't use the preferences dialog to change the font size of the bookmark and menu bar though.
Offline
Pages: 1