如果是ubuntu的PC版,在稳定性方面的要求不是非常高,而又想换换界面养养眼,像我一般只用我的Ubuntu12.04来写写代码,娱乐娱乐的,可以试试Ubuntu的Mac皮肤。

好了,废话不多说,上图:

桌面:

资源管理器:

菜单:

安装过程:
1.直接用命令行:
wget http://sourceforge.net/projects/macbuntu/files/macbuntu-10.04/v2.0/Macbuntu-10.04.tar.gz/download 


tar zxvf Macbuntu-10.04.tar.gz 


sudo ./install.sh
根据提示安装完,就可以搞定。
2.下载安装包手动安装:
sourceforge:
github:
如果实在是下不下来的话,给一个网盘的分享:

目前看来,macubuntu还算稳定,各项功能都很正常。
Mac_Ubuntu 


 Version: 1.0 


 Project page: 
https://github.com/ChinaLuo/Mac_Ubuntu


 Gnome-Look: 


 Author: chinesedragon, luoshupeng 


 Email: 
luoshupeng@gmail.com


 Homepage: 
http://my.oschina.net/chinesedragon/blog

Copyright (c) 2012 luoshupeng

MAC_UBUNTU - Mac OS X Transformation Pack Based On Macbuntu. 


 Similar to Mac4Lin but dedicated to the Ubuntu Linux. 


 It can also be used in other OS based on Debian/GTK. 


 Package includes all necessary system components to mimic Mac OS X appearance on Ubuntu Linux.

Include 


 * Paw-OSX and Paw-Ubuntu Plymouth themes 


 * Macbuntu sound theme 


 * Macbuntu GTK theme based on GTK Leopard 


 * Macbuntu-Icons based on Mac4Lin and Faenza Icons 


 * Macbuntu-Cursors based on Shere Khan X 


 * Mac OS X backgrounds 


 * Mac OS X fonts

Configuration 


 * Metacity 


 * Window theme 


 * Backgrounds 


 * Cursors 


 * Icons 


 * Top panel

Featured 


 * Firefox theme Vfox3_Basic 


 * Firefox theme MacOSX 


 * Thunderbird theme Leopard Mail-Default-Aqua 


 * Chrome theme GTK Leopard Chrome Theme

Attention! 


 This is a Beta version, some things might not work properly. 


 Script significantly changes the desktop. 


 Not compatible with Ubuntu Netbook Edition.

Running scripts with root privileges is dangerous, if you do not trust the software or you are unsure about the origin of this software, please do not install. 


 Macbuntu guarantee the safe code only if the application comes from this address 
https://github.com/ChinaLuo/Mac_Ubuntu

Note! 


 This scripts will do not set the Mac OS X backgrounds correctly, You should do it yourself manually. But i copyed the backgrouns image to /usr/share/backgrounds/, you can choose backgrounds images via "system settings -> appearance" or other methods.

== Install ==

1. How to install Macbuntu?

Attention! 


 Prompt is displayed in this file, just to be able to quickly locate interesting commands. 


 Please do not copy the prompt character $, because the terminal will display an error, for example: 


 the displayed command is "$ cd /tmp/Mac_Ubuntu-12.04/" but the real is "cd /tmp/Mac_Ubuntu-12.04/" a command without prompt

1.1 Clicker method

Go to Macbuntu download page 


https://github.com/ChinaLuo/Mac_Ubuntu/downloads


 and get the version 1.0 of Mac_Ubuntu 12.04. 


 After the download has completed, extract the archive and run the install.sh file as a regular user (not root). 


 The best way to do that, drag the install.sh file and drop it to opened terminal window. 


 Press Enter. 


 Follow the instructions

1.2 Command line method

Open a terminal and type the following commands:

$ wget 
https://github.com/downloads/ChinaLuo/Mac_Ubuntu/Mac_Ubuntu-12.04.tar.gz
 -O /tmp/Mac_Ubuntu-12.04.tar.gz 


 $ tar xzvf /tmp/Mac_Ubuntu-12.04.tar.gz -C /tmp 


 $ cd /tmp/Mac_Ubuntu-12.04/ 


 $ ./install.sh

or

$ wgethttps://github.com/downloads/ChinaLuo/Mac_Ubuntu/Mac_Ubuntu-12.04.tar.gz  -O /tmp/Macbuntu-10.10.tar.gz && tar xzvf /tmp/Mac_Ubuntu-12.04.tar.gz -C /tmp && cd /tmp/Mac_Ubuntu-12.04/ && ./install.sh

Follow the instructions

== Uninstall == 


 2. How to remove Macbuntu? 


 2.1 Clicker method 


 Open Nautilus, then go to your home directory and press Ctrl+H to show hidden files. Go to .macubuntu/12.04-1.0/ folder. 


 After that run the uninstall.sh file as a regular user (not root). 


 The best way to do that, drag the uninstall.sh file and drop it to opened terminal window. 


 Press Enter. 


 Follow the instructions

2.2 Command line method 


 Open a terminal and type the following commands:

$ cd ~/.macubuntu/12.04-1.0/ 


 $ ./uninstall.sh 


 or 


 $ cd ~/.macubuntu/12.04-1.0/ && ./uninstall.sh

Ubuntu安装Mac皮肤的更多相关文章

  1. Mac OS、Ubuntu 安装及使用 Consul

    Consul 概念(摘录): Consul 是 HashiCorp 公司推出的开源工具,用于实现分布式系统的服务发现与配置.与其他分布式服务注册与发现的方案,比如 Airbnb 的 SmartStac ...

  2. ubuntu下安装Vmare Workstation,并安装mac补丁

    最近想学习一下关于ios方面的开发,但是苦于自己的电脑已经装了两个系统:一个win7,一个ubuntu.两系统均装在物理硬盘上,不想格盘,所以装个虚拟机玩玩.决定使用Vmare Workstation ...

  3. Win10平台下通过VMware虚拟机安装Win7、Ubuntu、Mac

    1.安装VMware14.1.1 下载地址:https://download.csdn.net/download/jasonczy/10611423 产品秘钥: CG54H-D8D0H-H8DHY-C ...

  4. TensorFlow 安装官方教程:Ubuntu 安装,Mac OS X 安装,Windows 安装

    从我的使用体验来看  Ubuntu 是最好的, Mac 没有显卡,后期跑大项目比较鸡肋,Windows 安装各种依赖各种坑.Ubuntu 安装 TensorFlow 方便,后面安装  TensorFl ...

  5. Debian系列Linux/Ubuntu 安装软件

    wps(http://community.wps.cn/download/) 优客天气(https://launchpad.net/indicator-china-weather/+download) ...

  6. ubuntu 安装python,easy_install和pip

    ubuntu12.04默认安装的python为 ms@ubuntums:~$ pythonPython 2.7.3 (default, Aug 1 2012, 05:16:07) 我需要用python ...

  7. ubuntu 安装输入法(fcitx)

    目前搜狗输入法是基于fcitx框架下的,所以我们得安装fcitx才行 首要得卸载Ubuntu默认的ibus输入法:sudo apt-get remove ibus 然后添加fcitx的nightlyP ...

  8. 【Linux探索之旅】第一部分第四课:磁盘分区,并完成Ubuntu安装

    内容简介 1.第一部分第四课:磁盘分区,并完成Ubuntu安装 2.第一部分第五课预告:Unity桌面,人生若只如初见 磁盘分区 上一课我们正式开始安装Ubuntu了,但是到了分区的那一步,小编却戛然 ...

  9. 深度学习框架-caffe安装-Mac OSX 10.12

    p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px ".PingFang SC"; color: #454545 } p.p2 ...

随机推荐

  1. python之md5模块

    python的md5模块使用非常简单,包括以下几个函数: md5.new([arg]) 返回一个md5对象,如果给出参数,则相当于调用了update(arg) md5.updte(arg) 用stri ...

  2. C# CreateProcess的测试

    很奇怪的一个现象,在C#中使用Process来启动进程,启动文件名必须是系统指定的扩展名.EXE,而我使用原生的Win32API ::CreateProcess ()并没有这个限制,以后遇到类似的问题 ...

  3. 转:初探Windows Fuzzing神器----Winafl

    转:http://www.tuicool.com/articles/j2eqym6 小结:找到感兴趣的函数,计算偏移,自动化fuzz. 这是一篇客座文章,作者是乌云二进制漏洞挖掘白帽子 k0shl . ...

  4. POJ1958 Strange Towers of Hanoi [递推]

    题目传送门 Strange Towers of Hanoi Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 3117   Ac ...

  5. 在CentOS6或RHEL6恢复上ext4文件系统误删除的文件

    首先说明: [root@CentOS6 ~]# rm -rf / //这条命令不可以执行 [root@CentOS6 ~]# rm -rf /* //这条命令可以执行,别去试 ext4文件系统上误删除 ...

  6. Linux基础系列-Day2

    基础命令(文件内容管理) 1.cat:在当前终端显示文本文件内容 格式:cat [文件路径] -n 从1开始对所有输出的行数编号 -b 和-n相似,只不过对于空白行不编号:2.head:从文件内容开头 ...

  7. Xamarin Android真机测试报错

    Xamarin Android真机测试报错   Xamarin Android真机测试报错,错误信息为INSTALL_CANCELLED_BY_USER.出现这个错误,通常都是真机上开发者选项设置错误 ...

  8. 【BZOJ 2646】【NEERC 2011】flight

    http://www.lydsy.com/JudgeOnline/problem.php?id=2646 夏令营alpq654321讲课时说这道题很简单但并没有几个人提交,最近想复习一下线段树,脑袋一 ...

  9. 【递推】【DFS】【枚举】Gym - 101246C - Explode 'Em All

    网格里放了一些石块,一个炸弹能炸开其所在的行和列.问炸光石块至少要几个炸弹. 枚举不炸开的行数,则可以得出还要炸开几列. 为了不让复杂度爆炸,需要两个优化. 先是递推预处理出f(i)表示i的二进制位中 ...

  10. 误改sudoers的访问权限后的修复

     sudo: /etc/sudoers is mode 0777, should be 0440"问题的解决方法 ubuntu进入单用户模式,修改sudoers权限,修改root密码 1.重 ...