Entries Tagged as 'themes'
备忘2008-12-28
tint2 0.6编译依赖
libpango1.0-dev libglib2.0-dev libcairo2-dev libimlib2-dev libx11-dev x-dev
root主题跟一般用户不一样:
将~/.themes ~/.icons链接到/root下
gmlive:
libgtkmm-2.4-dev libglademm-2.4-dev
Gaia Nova主题不断显示没有装主题引擎(nnd,我怎么会没装这么常见的引擎!?):
http://ubuntuforums.org/showpost.php?p=6148824&postcount=14
style “unstyle”
{
engine “”
{
}
}
The style “unstyle” is meant to prevent Sodipodi from crashing while opening the Object-Style dialog. As you can see the engine “”’s are empty. And that is what Appearance Preferences is complaining about: “This theme will not look as intended because the required [...]
Categories: themes
用了Monaco字体
刚刚把等宽字体换成了monaco,并关闭了所有字体的内嵌点阵,看图
附:~/.fonts.conf配置
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig >
<match target="font" >
<edit mode="assign" name="embeddedbitmap" >
<bool>false</bool>
</edit>
</match>
</fontconfig>
使用git安装最新的compiz-fusion插件
原文地址:http://www.ubuntugeek.com/install-latest-plugins-for-compiz-fusion-from-git.html
既然不难就不翻译了
Install compiz-fusion plugins on Ubuntu with compiz-git.You need to follow this procedure to install
Download compiz-git using the following commands
In a terminal use the following commands
wget http://www.xs4all.nl/~mgj1/downloads/compiz-git-newest.tar.gz
tar xzf compiz-git-newest.tar.gz
You should now have a directory called compiz-git in your home-directory (or anywhere else where you ran these commands).
Install compiz from git
Go to a terminal and do
cd compiz-git
./compiz-git [...]
Categories: themes