您的位置:首页 > 其它

macos : mbuntu ,mac os theme of ubuntu

2018-03-20 10:16 375 查看
http://blog.csdn.net/w_k_l/article/details/76242311

最近重装了系统,当然了,windows已经被我给扼杀了,人生第一次装系统,不过觉得挺简单的,就是动动手,慢慢等。为什么装Ubuntu呢?原因很简单:记得一句话:数据为王,开源既王道。
现在就一个ubuntu系统,当然希望它很漂亮啦,个人喜欢简单美,所以并没有像网上有的做的那么复杂,如果感兴趣,自己可以试着玩玩,搞个Mac OS X主题风格,苹果的界面,logo 都是苹果的,但我并不喜欢那种页面,就懒得折腾。



一:安装方法
1. 设置软件源,这些源在国外,速度有点慢
sudo add-apt-repository ppa:noobslab/themes
sudo add-apt-repository ppa:noobslab/apps
sudo add-apt-repository ppa:docky-core/ppa
sudo apt-get update
1
2
3
4
2.安装Ubuntu tweak,用它来设置主题和图标
sudo apt-get install unity-tweak-tool
1
然后打开Unity Tweak Tool







2、安装 MacBuntu OS Y Theme、Icons 和 cursors:
安装命令:
sudo add-apt-repository ppa:noobslab/macbuntu
sudo apt-get update
sudo apt-get install macbuntu-os-icons-lts-v7
sudo apt-get install macbuntu-os-ithemes-lts-v7
1
2
3
4
卸载命令:
cd /usr/share/icons/mac-cursors && sudo ./uninstall-mac-cursors.sh
sudo apt-get remove macbuntu-os-icons-lts-v7 macbuntu-os-ithemes-lts-v7
1
2
3、安装 Slingscold(替代Launchpad)
sudo add-apt-repository ppa:noobslab/macbuntu
sudo apt-get update
sudo apt-get install slingscold
1
2
3
4、安装Albert Spotlight (替代 Mac Spotlight)
sudo add-apt-repository ppa:noobslab/macbuntu
sudo apt-get update
sudo apt-get install albert
1
2
3
5、安装 Plank Dock
sudo apt-get install plank
1
安装 Plank 主题:
sudo add-apt-repository ppa:noobslab/macbuntu
sudo apt-get update
sudo apt-get install macbuntu-os-plank-theme-lts-v7
1
2
3
安装 Ctrl + Right Click 选择主题。
卸载主题命令:
sudo apt-get autoremove plank macbuntu-os-plank-theme-lts-v7
1
6、将面板上的 ‘Ubuntu Desktop’ 文字替换 ‘Mac’
cd && wget -O Mac.po http://drive.noobslab.com/data/Mac/change-name-on-panel/mac.po cd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Mac.po;rm ~/Mac.po;cd
1
2
语言上如果是其他非英语语言,将 /en 做相应修改:
恢复原来的桌面文字命令:
cd && wget -O Ubuntu.po http://drive.noobslab.com/data/Mac/change-name-on-panel/ubuntu.po cd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Ubuntu.po;rm ~/Ubuntu.po;cd
1
2
3
7、启动器上苹果Logo
命令:
wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac/launcher-logo/apple/launcher_bfb.png sudo mv launcher_bfb.png /usr/share/unity/icons/
1
2
恢复图标:
wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac/launcher-logo/ubuntu/launcher_bfb.png sudo mv launcher_bfb.png /usr/share/unity/icons/
1
2
8、安装 Tweak tool 软件启用主题、图标等:
sudo apt-get install unity-tweak-tool
sudo apt-get install gnome-tweak-tool
1
2
9、配置 Mac 字体:
安装字体命令:
wget -O mac-fonts.zip http://drive.noobslab.com/data/Mac/macfonts.zip sudo unzip mac-fonts.zip -d /usr/share/fonts; rm mac-fonts.zip
sudo fc-cache -f -v
1
2
3
使用 Unity-Tweak-Tool, Gnome-Tweak-Tool 或 Ubuntu Tweak 软件更换字体。
10、修改启动界面:
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install macbuntu-os-bscreen-lts-v7
1
2
3
如果你喜欢 MBuntu 启动界面,你想恢复到 Ubuntu ,使用命令:
sudo apt-get autoremove macbuntu-os-bscreen-lts-v7
1
11、登陆迎宾界面:
注意安装这个东东有风险,如果你不是在意,建议不安装,安装这个仅仅适合于 Ubuntu Unity – Lightdm 和 Ubuntu Gnome – gdm,其他桌面环境有风险。
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install macbuntu-os-lightdm-lts-v7
1
2
3
卸载恢复命令:
sudo apt-get remove macbuntu-os-lightdm-lts-v7
1
至此,全部搞定!
而我的设置简单了很多:
安装Unity Tweak Tool :
sudo apt-get install unity-tweak-tool
1
完成后,打开Unity Tweak Tool ,界面如下:



Flatabulous主题
Flatabulous主题是一款ubuntu下扁平化主题,也是我试过众多主题中最喜欢的一个!最终效果如上述图所示。
执行以下命令安装Flatabulous主题:
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install flatabulous-theme
1
2
3
该主题有配套的图标,安装方式如下:
sudo add-apt-repository ppa:noobslab/icons
sudo apt-get update
sudo apt-get install ultra-flat-icons
1
2
3
安装完成后,打开unity-tweak-tool软件,修改主题和图标:



选择Icons ,修改图标:



至此,主题和图标修改完毕,我还修改了启动栏的位置,个人觉得放在下面挺好看的:



最简答的办法就是打开终端执行
gsettings set com.canonical.Unity.Launcher launcher-position Bottom
1
如果想回到默认位置,执行
gsettings set com.canonical.Unity.Launcher launcher-position Left
1
OK!美化先告一段落。希望大家可以玩的开心!
版权声明:本文为博主原创文章,未经博主允许不得转载。 http://blog.csdn.net/W_K_L/article/details/76242311
http://blog.csdn.net/Key_MQL/article/details/70651070

安装了ubuntu之后不喜欢ubuntu的主题?
没关系,可以换主题嘛~
我比较喜欢Mac os
那么今天就记录一下安装Macbuntu的过程~
1、添加macbuntu资源
sudo add-apt-repository ppa:noobslab/macbuntu

2、安装一个主题配置工具:unity-tweak-tools 
sudo apt-get install unity-tweak-tools
这时输入命令 unity-tweak-tools 就可以打开这个工具了,实际上现在使用这个工具你也可以把目前的主题美化的不错。自己探索吧~
3、安装mac窗口主题
sudo apt-get install macbuntu-os-ithemes-lts-v7
4、安装mac图标主题
sudo apt-get install macbuntu-os-icons-lts-v7
这时再次打开unity-tweak-tools,点击主题选择Macbuntu-os,你会发现现在所有的窗口已经变成mac os的样式了
然后点击图标 ,选择macbuntu-os,现在所有的图标也变成mac os的样式了
点击指针,选择Mac-cursors,现在鼠标指针也变成了mac os的样式

我们距离mac os还有一步
那就是底部的工具栏
5、实现底部工具栏我们需要安装一个叫做Docky的工具
依次输入以下命令
sudo add-apt-repository ppa:docky-core/ppa
sudo apt-get update
sudo apt-get install docky
这样就安装了Docky
输入Docky命令打开这个工具
我们需要对Docky进行一些简单的配置
首先勾上3D Background选项
然后在Theme里面选择一个比较喜欢的theme
看起来是不是更像mac os了?
6、接下来我们可以关闭左侧的unity启动器了。
可以使用我们刚刚安装的unity-tweak-to
7e73
ols 
在启动器里面可以隐藏左侧unity启动器

然后很多人都与到了这样一个问题,无法将程序的图标添加到Docky上
我们需要先打开我们想要放在Docky上的软件,这时看到这个软件图标已经在Docky上了,然后我们可以右击图标,选择固定到Docky

版权声明:本文为博主原创文章,未经博主允许不得转载。 http://blog.csdn.net/Key_MQL/article/details/70651070
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: