There are a ugly font size and a default theme of Pidgin, Gedit, and firefox .....
with FVWM
In .fvwmrc file,
AddToFunc StartFunction
+ I Module FvwmAnimate
+ I Module FvwmButtons
+ I Module FvwmAuto 500 Raise Nop
+ I Module FvwmBacker
+ I Exec exec xsetbg -fullscreen ~/Photos/background/result.jpg
+ I Test (Init) Exec exec gnome-settings-daemon --sm-disable
can handle GTK+ theme and font size well.
But, I don't want to execute gnome-settings-daemon with FVWM.
Create ~/.gtkrc-2.0 file and add the following line
include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc"
style "default"
{
font_name = "Malgun Gothic 12"
}
class "*" style "default"
Then restart gdm.
Clearlooks is a theme name which I want to use.
Malgun Gothic is the font name.
They were installed in my Ubuntu. The font size 12 can make the more ugly font size
of the firefox. The old post can solve this problem
2007/08/27 - [computer/linux] - Firefox ugly font size with Xfce4 .