存档
-
在KDE下配置GTK+程序的外观
以前有个包叫gtk-qt-engine,装了之后可以让GTK+程序看上去更符合KDE的style。比如像firefox这些程序,在KDE下原本是很丑陋的。 [code lang="bash"]$ aptitude show gtk-qt-engine[/code] The GTK-Qt Theme Engine (also known as gtk-qt-engine) is a GTK+ 2 theme engine that calls Qt 4 to do the actual drawing. This makes your GTK+ 2 applications look almost like real Qt 4 applications and gives you a more unified desktop experience. 装了这个东西,在KDE的“显示”配置里便会多出一页GNOME相关的选项。 今天发现在Kubuntu 9.04里已经没有gtk-qt-engine,执行“apt-get install gtk-qt-engine”才知道已经被kcm-gtk替代。 [...]
2009年11月28日 | 归档于 Linux