Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
how do i change the font in applications?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
simianmiscreant
n00b
n00b


Joined: 03 Aug 2004
Posts: 63

PostPosted: Thu Aug 26, 2004 12:36 am    Post subject: how do i change the font in applications? Reply with quote

like the size firefox uses for the menus at the top (file, edit...), thunderbird, or gaim. thanks in advance.
Back to top
View user's profile Send private message
soda_popstar
Apprentice
Apprentice


Joined: 03 May 2003
Posts: 177

PostPosted: Thu Aug 26, 2004 1:51 am    Post subject: Reply with quote

For Firefox/Thunderbird, go here to find out how.

For Gaim and all other GTK+ applications,
Code:
emerge gtk-theme-switch
, then run "switch2" to change fonts and themes.
Back to top
View user's profile Send private message
aslocum
Apprentice
Apprentice


Joined: 28 May 2004
Posts: 217
Location: Germany, Frankfurt

PostPosted: Thu Aug 26, 2004 10:41 am    Post subject: Reply with quote

switch2 works well for the most gtk/gnome apps, but not for firefox (for me)
i had a similar problem and changed the .gtkrc* files in my home folder like this:

Code:
root@gentoo-aslocum\:cat .gtkrc-2.0

#my gtk theme set by switch2
include "/usr/share/themes/Lilacurve/gtk-2.0/gtkrc"

#font set from switch2
style "user-font"
{
  font_name="Bitstream Vera Sans 8"
}
widget_class "*" style "user-font"

include "/home/aslocum/.gtkrc.mine"

#added by me
gtk-font-name="Bitstream Vera Sans 8"


i have edited .gtkrc, .gtkrc.mine, .gtkrc-2.0 and .gtkrc-1.2-gnome2 just for sure :)
no problems and fine fonts :)
_________________
Dell Latitude d610 1.6Ghz 1GB
gcc-4.0.3 2.6.15-no3
Reiser4
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum