Skip to content

Ubuntu 12.04变身Mac

update: 12.04 is not as stable as expected, especially when using customized themes. upgrade to 12.10 if you can

update 2: 12.10删除了Unity 2D模式,虚拟机中运行不宜使用unity桌面

以前做过一个视频,介绍如何把Ubuntu 11.04改造成Mac风格,其中使用的Macbuntu工具包是针对Gnome 2系列的,在Ubuntu 11.10以及以后的版本中就不再适用了。

现在想要再尝试将Ubuntu 12.04改造成Mac风格。下面是一个用到的命令的汇总,其中我也会安装Gnome 3,从而在桌面环境上有更多的选择。

注意:以#开头的行为注释;命令需要root权限。

1. 安装需要的PPA

#for Gnome 3
add-apt-repository ppa:gnome3-team/gnome3
add-apt-repository ppa:ricotz/testing

#for cairo-dock
add-apt-repository ppa:cairo-dock-team/ppa

#for ubuntu tweak
add-apt-repository ppa:tualatrix/ppa

# for Mac Lion theme
add-apt-repository ppa:noobslab/themes

apt-get update

 

2. 可选项,下载/安装墙纸,图标

#下载并解压,Mac风格墙纸
wget -O wallpaper.zip http://goo.gl/crcxvMac
图标,用于替换现有图标:
wget -O apple-logo.zip http://goo.gl/NZyKc
sudo unzip apple-logo.zip -d /usr/share/unity/5/
#光标风格
wget -O mac-cursors.zip http://goo.gl/eYtho
unzip mac-cursors.zip -d /usr/share/icons/
rm mac-cursors.zip
cd /usr/share/icons/mac-cursors
chmod +x install-mac-cursors.sh uninstall-mac-cursors.sh
./install-mac-cursors.sh

安装相关软件

#Gnome 3及工具

apt-get install gnome-shell gnome-shell-extensions gnome-tweak-tool

#dock及插件

apt-get install cairo-dock cairo-dock-plug-ins

# ubuntu tweak —

apt-get install ubuntu-tweak

#图标及主题

apt-get install mac-os-lion-icons-v2
apt-get install mac-os-lion-theme-v2

#compiz管理器

apt-get install compizconfig-settings-manager

安装后使用Tweak tool来更改图标及相关主题
本文参考了此链接:http://www.noobslab.com/2012/06/mac-os-x-lion-theme-for-ubuntu.html

Avatar

专业Linux/Unix/Windows系统管理员,开源技术爱好者。对操作系统底层技术,TCP/IP协议栈以及信息系统安全有强烈兴趣。电脑技术之外,则喜欢书法,古典诗词,数码摄影和背包行。

No comments yet.

Leave a Reply

SidebarComments (0)