星期四, 十二月 29, 2011

在 Ubuntu 11.10 中安装 Linux Deepin translucency Gnome-shell theme

来源:
http://ubuntuguide.net/install-linux-deepin-translucency-theme-in-ubuntu-11-10-gnome-shell

Linux Deepin 是一个源自中国的 Ubuntu 定制发行版,刚刚发布 11.12 beta。它定制了一个 translucency gnome-shell theme。下面我们在 Ubuntu 11.10中安装这个主题,本方法同样试用于其它发行版。

1. 安装 git

sudo apt-get install git
mkdir git-project &&cd git-project

2. 下载 deepin-gs-theme 和 lazycat-gs-theme

git clone git://github.com/manateelazycat/deepin-gs-theme
git clone git://github.com/manateelazycat/lazycat-gs-theme
git clone git://github.com/manateelazycat/DGSE.git

3. 把上述 themes 移动到 ~/.themes

mv deepin-gs-theme/ ~/.themes/
mv lazycat-gs-theme/ ~/.themes/

把 DGSE 移动到 /usr/share/gnome-shell/extensions/

sudo mv DGSE /usr/share/gnome-shell/extensions/

4. 安装 Gnome Tweak Tool, 启用 theme and DGSE

sudo apt-get install gnome-tweak-tool

要切换主题,需要安装 gnome-shell-extensions-user-theme

sudo add-apt-repository ppa:webupd8team/gnome3
sudo apt-get update
sudo apt-get install gnome-shell-extensions-user-theme

两个 Ubuntu / Linux 截图工具

1. Area Screenshot

或许你已经使用过 GNOME Shell 默认屏幕录像工具(CTRL+ALT+SHIFT+R),那么也可以体会下这款提供高级截图功能的 GNOME Shell 扩展 Area Screenshot。
前往 Shell Extensions 即可安装 Area Screenshot,非常简单。
之后需要额外配置下快捷键,这里以推荐的 SUPER+PRINT (常见键盘上 SUPER 即是 WIN 键)为例:

key='/apps/metacity/global_keybindings/run_command_10'
gconftool-2 -s --type string "$key" 'Print'

之后当按下 SUPER+PRINT 组合键的时候就进入截图模式了。此时可以拖拽出一个矩形区域松开鼠标即可完成截图。亦可按下数字键 1 ~9启动倒计时器,代表等待 1~9 秒后再进行截图,过程中会在左下角读秒,从而实现对于普通截图工具做不到的弹出菜单截图。若再次按下 0 则关闭倒计时器。

截图默认保存在 $HOME/Pictures 目录下。

此外在截图完毕后还会尝试运行位于 $HOME/bin/ 下的名为 area-screenshot-post 的 Bash 脚本 ,于是可以自由定义截图后的行为

项目 Github 首页

2. 深度截图(deepinScrot)

update: 在下面找最新版的deb包

http://mirrors.ustc.edu.cn/deepin/pool/main/d/deepin-scrot/

首先,确保系统已经安装 python-Xlib 库文件和 pyhon-gtk2。如果您的系统还没有安装这两个文件,可以通过下面命令安装:


sudo apt-get install python-xlib python-gtk2
 
同时,下载深度截图源码包:

git clone git://github.com/lovesnow/deepin-scrot.git
 
下载完毕之后,切换到deepin-scrot 目录,然后在终端执行下面命令启动截图工具:

cd ./src && chmod 755 deepinScrot.py
./deepinScrot.py