-
How to use GTK+ Theme with FVWMComputer/linux 2007. 12. 14. 01:35There 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
Then restart gdm.
include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc"
style "default"
{
font_name = "Malgun Gothic 12"
}
class "*" style "default"
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 .
'Computer > linux' 카테고리의 다른 글
Focus and mouse cursor follow new pop-up window in Fvwm (0) 2007.12.31 scim : new input method (0) 2007.12.13 aterm configuration (0) 2007.12.12