Ubuntu 12.04安装RabbitVCS
安装RabbitVCS
1. 添加RabbitVCS源
sudo add-apt-repository ppa:rabbitvcs/ppa
2. 更新
sudo apt-get update
3. 依次安装下列包
sudo apt-get install «packages»rabbitvcs-nautilus3 for the Nautilus 3.x extension (use this for Ubuntu 11.10, Oneiric Ocelot)
rabbitvcs-nautilus for the Nautilus 2.x extension(看情况如果一个安装失败,试试另一个)
rabbitvcs-thunar for the Thunar extensions(如果提示依赖"thunar-python">=0.3版本,请从这里下载)
rabbitvcs-gedit for the GEdit extension
rabbitvcs-cli for the command line launchers
4. 注销重新登录
启用RabbitVCS图标
终端下执行: gsettings set org.gnome.desktop.interface menus-have-icons true
(完)