sxhong 发表于 2005-5-3 00:56:30

装了一个eclipse3.0.2,可界面好丑?

装了一个eclipse3.0.2,可打开的时候界面好丑呀,还伤眼睛,怎么回事呀?

wall_john 发表于 2005-5-10 16:11:23

其实不丑

是因为gtk中界面外观metacity中的主题问题,在magiclinux中只有一个qt主题。
解决方法,从fedora中找一个主题安装
rpm -Uvh --force redhat-artwork-0.96-1.i386.rpm
然后设置~/.gtkrc-2.0这个gtk配置文件:
# This file was written by KDE
# You can edit it in the KDE control center, under "GTK Styles and Fonts"

include "/usr/share/themes/Bluecurve/gtk-2.0/gtkrc"

style "user-font"
{
      font_name="SimSun 9"
}
widget_class "*" style "user-font"

gtk-theme-name="Bluecurve"
gtk-icon-theme-name="Bluecurve"
gtk-font-name="SimSun 9"

wall_john 发表于 2005-5-10 16:17:15

贴图2

贴图2

wall_john 发表于 2005-5-10 16:38:40

rpm -Uvh --force --nodeps redhat-artwork-0.96-1.i386.rpm

jackey 发表于 2005-5-11 04:59:26

haha, i saw cutedict *^_^*

gashero 发表于 2005-5-12 20:06:34

哦!真的好漂亮哦。

sunmoon1997 发表于 2005-5-12 20:32:07

rpm -ivh http://www.magiclinux.org/dev/rc3/cd2/RPMS/XFCE-4.2/gtk-xfce-engine-2.2.5-2mgc.i686.rpm

echo 'style "user-font"
{
font_name="Tahoma, SimSun 9"
}
class "*" style "user-font"

gtk-font-family="Tahoma, SimSun 9"
include "/usr/share/themes/Xfce/gtk-2.0/gtkrc"
' > /etc/gtk-2.0/gtkrc
页: [1]
查看完整版本: 装了一个eclipse3.0.2,可界面好丑?