热门标签 | HotTags
当前位置:  开发笔记 > 运维 > 正文

Ubuntu安装Mac皮肤

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

如果是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: http://sourceforge.net/projects/macbuntu/ github: https://github.com/ChinaLuo/Mac_Ubuntu/ 如果实在是下不下来的话,给一个网盘的分享: http://pan.baidu.com/share/link?shareid=2123817563&uk=1158831200
目前看来,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 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 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 
 Mac OS backgrounds 
 Mac OS 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 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 backgrounds correctly, You should do it yourself manually. But 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/" 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 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 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 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 terminal and type the following commands: 

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



推荐阅读
  • Linuxchmod目录权限命令图文详解在Linux文件系统模型中,每个文件都有一组9个权限位用来控制谁能够读写和执行该文件的内容。对于目录来说,执行位的作用是控制能否进入或者通过 ... [详细]
  • 在Docker中,将主机目录挂载到容器中作为volume使用时,常常会遇到文件权限问题。这是因为容器内外的UID不同所导致的。本文介绍了解决这个问题的方法,包括使用gosu和suexec工具以及在Dockerfile中配置volume的权限。通过这些方法,可以避免在使用Docker时出现无写权限的情况。 ... [详细]
  • 学习SLAM的女生,很酷
    本文介绍了学习SLAM的女生的故事,她们选择SLAM作为研究方向,面临各种学习挑战,但坚持不懈,最终获得成功。文章鼓励未来想走科研道路的女生勇敢追求自己的梦想,同时提到了一位正在英国攻读硕士学位的女生与SLAM结缘的经历。 ... [详细]
  • Webmin远程命令执行漏洞复现及防护方法
    本文介绍了Webmin远程命令执行漏洞CVE-2019-15107的漏洞详情和复现方法,同时提供了防护方法。漏洞存在于Webmin的找回密码页面中,攻击者无需权限即可注入命令并执行任意系统命令。文章还提供了相关参考链接和搭建靶场的步骤。此外,还指出了参考链接中的数据包不准确的问题,并解释了漏洞触发的条件。最后,给出了防护方法以避免受到该漏洞的攻击。 ... [详细]
  • 本文介绍了Linux系统中正则表达式的基础知识,包括正则表达式的简介、字符分类、普通字符和元字符的区别,以及在学习过程中需要注意的事项。同时提醒读者要注意正则表达式与通配符的区别,并给出了使用正则表达式时的一些建议。本文适合初学者了解Linux系统中的正则表达式,并提供了学习的参考资料。 ... [详细]
  • Ubuntu 9.04中安装谷歌Chromium浏览器及使用体验[图文]
    nsitionalENhttp:www.w3.orgTRxhtml1DTDxhtml1-transitional.dtd ... [详细]
  • imx6ull开发板驱动MT7601U无线网卡的方法和步骤详解
    本文详细介绍了在imx6ull开发板上驱动MT7601U无线网卡的方法和步骤。首先介绍了开发环境和硬件平台,然后说明了MT7601U驱动已经集成在linux内核的linux-4.x.x/drivers/net/wireless/mediatek/mt7601u文件中。接着介绍了移植mt7601u驱动的过程,包括编译内核和配置设备驱动。最后,列举了关键词和相关信息供读者参考。 ... [详细]
  • 成功安装Sabayon Linux在thinkpad X60上的经验分享
    本文分享了作者在国庆期间在thinkpad X60上成功安装Sabayon Linux的经验。通过修改CHOST和执行emerge命令,作者顺利完成了安装过程。Sabayon Linux是一个基于Gentoo Linux的发行版,可以将电脑快速转变为一个功能强大的系统。除了作为一个live DVD使用外,Sabayon Linux还可以被安装在硬盘上,方便用户使用。 ... [详细]
  • 本文主要讨论了在xps15上安装双系统win10和MacOS后,win10无法正常更新的问题。分析了可能的引导问题,并提供了解决方法。 ... [详细]
  • Centos7.6安装Gitlab教程及注意事项
    本文介绍了在Centos7.6系统下安装Gitlab的详细教程,并提供了一些注意事项。教程包括查看系统版本、安装必要的软件包、配置防火墙等步骤。同时,还强调了使用阿里云服务器时的特殊配置需求,以及建议至少4GB的可用RAM来运行GitLab。 ... [详细]
  • 本文介绍了在Hibernate配置lazy=false时无法加载数据的问题,通过采用OpenSessionInView模式和修改数据库服务器版本解决了该问题。详细描述了问题的出现和解决过程,包括运行环境和数据库的配置信息。 ... [详细]
  • 树莓派Linux基础(一):查看文件系统的命令行操作
    本文介绍了在树莓派上通过SSH服务使用命令行查看文件系统的操作,包括cd命令用于变更目录、pwd命令用于显示当前目录位置、ls命令用于显示文件和目录列表。详细讲解了这些命令的使用方法和注意事项。 ... [详细]
  • Metasploit攻击渗透实践
    本文介绍了Metasploit攻击渗透实践的内容和要求,包括主动攻击、针对浏览器和客户端的攻击,以及成功应用辅助模块的实践过程。其中涉及使用Hydra在不知道密码的情况下攻击metsploit2靶机获取密码,以及攻击浏览器中的tomcat服务的具体步骤。同时还讲解了爆破密码的方法和设置攻击目标主机的相关参数。 ... [详细]
  • Python语法上的区别及注意事项
    本文介绍了Python2x和Python3x在语法上的区别,包括print语句的变化、除法运算结果的不同、raw_input函数的替代、class写法的变化等。同时还介绍了Python脚本的解释程序的指定方法,以及在不同版本的Python中如何执行脚本。对于想要学习Python的人来说,本文提供了一些注意事项和技巧。 ... [详细]
  • 本文介绍了在Linux下安装Perl的步骤,并提供了一个简单的Perl程序示例。同时,还展示了运行该程序的结果。 ... [详细]
author-avatar
亦惜缘2
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有