如果是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. 转:fortios 5.4后门植入

    提示: 1.经过实验,fortios 5.4 beta4也是可以的. 2.在实验时,选择先下载fortios 5.2(做了快照),再升级5.4,则虚拟机挂载需要选择FortiGate-VM-disk1 ...

  2. Java 获取JVM内存和物理内存信息

    package com.sysinfo; public class MonitorInfo { /** jvm可使用内存. */ private long totalMemory; /** jvm剩余 ...

  3. Spring Boot高级

    Spring Boot高级内容概要一.Spring Boot与缓存二.Spring Boot与消息三.Spring Boot与检索四.Spring Boot与任务五.Spring Boot与安全六.S ...

  4. 服务器Tomcat WAS JBoss

    做任何web项目,都离不开服务器,有钱的公司用WebSphere.WebLogic,没钱公司用nginx+tomcat,不要小瞧nginx+tomcat麻雀虽小,五脏俱全. 服务器的知识,在笔试.面试 ...

  5. Spring 概念详解

    一.Spring的IoC(Inversion of Control). 这是Spring中得有特点的一部份.IoC又被翻译成“控制反转”,也不知道是谁翻译得这么别扭,感觉很深奥的词.其实,原理很简单, ...

  6. [USACO 2018 Open Gold] Tutorial

    Link: 传送门 A: 对于每一条分割线,设本不应在其左侧的个数为$x$ 重点要发现每次一来一回的操作恰好会将一对分别应在左/右侧的一个数从右/左移过去 这样就转直接用树状数组求出最大的$x$即可 ...

  7. JAVA EE 项目常用知识 之AJAX技术实现select下拉列表联动的两种用法(让你真正理解ajax)

    ajax 下拉列表联动的用法. ajax的定义: AJAX 是一种用于创建快速动态网页的技术. 通过在后台与服务器进行少量数据交换,AJAX 可以使网页实现异步更新.这意味着可以在不重新加载整个网页的 ...

  8. JavaScript中的with语句

    执行环境的类型有两种:全局执行环境和局部执行环境(函数执行环境). 1.全局执行环境的变量对象是window对象,是JS代码开始运行时的默认环境.全局执行环境的变量对象始终都是作用域链中的最后一个对象 ...

  9. python实现多播数据的发送和接收

    在项目中,YS私有协议用到多播技术,在验证其安全特性时用到python去发送多播包,在此做个记录. 多播服务器用于向多播组发送多播数据包,其实现代码如下: #coding:utf-, import s ...

  10. 发一个比trace功能更强大debug工具,MonterDebugger

    经常看到兄弟说trace不出东西啊,这样给你调试会带来很多不便:加入说我们需要将运行时的debug信息和之前某个版本的进行比对:又加入说我们需要在运行时通过debug动态调整显示对象的属性:查看当前整 ...