install-macbuntu-16_10.sh

办法如下下载install-macbuntu-16_10.sh文件得到install-macbuntu-16_10.sh,chmod +x install-macbuntu-16_10.sh赋予运行权限,./install-macbuntu-16_10.sh回车等待自动安装全部,安装完毕计算机重启登录用unity-tweak-tool激活主题图标等设置.

源文件如下内容“

#!/bin/bash

sudo add-apt-repository ppa:noobslab/macbuntu -y
sudo add-apt-repository ppa:noobslab/themes -y
sudo apt-get update

#Download Wallpapers MACOSX
cd /usr/share/backgrounds/
 sudo wget http://drive.noobslab.com/data/Mac/MacBuntu-Wallpapers.zip
  sudo unzip MacBuntu-Wallpapers.zip
sudo rm MacBuntu-Wallpapers.zip

gsettings set org.gnome.desktop.background picture-uri file:///usr/share/backgrounds/mbuntu-13.png
cd

#MacBuntu OS Y Theme, Icons and cursors:
sudo apt-get install macbuntu-os-icons-lts-v8 -y
sudo apt-get install macbuntu-os-ithemes-lts-v8 -y

#Slingscold (Alternative to Launchpad)
sudo apt-get install slingscold -y

#Albert Spotlight (Alternative to Mac Spotlight)
sudo apt-get install albert -y

#Plank Dock
sudo apt-get install plank -y
sudo apt-get install macbuntu-os-plank-theme-lts-v8 -y

#Replace 'Ubuntu Desktop' text with 'Mac' on the Panel
cd && wget -O Mac.po http://drive.noobslab.com/data/Mac/change-name-on-panel/mac.po
cd /usr/share/locale/zh_CN/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Mac.po;rm ~/Mac.po;cd

#Apple Logo in Launcher
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/

#Tweak Tools to change Themes & Icons:
sudo apt-get install unity-tweak-tool -y
sudo apt-get install gnome-tweak-tool -y

#Install Monochrome icons for Libreoffice:
sudo apt-get install libreoffice-style-sifr -y

#(Optional) Mac fonts:
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

#Apply MacBuntu Boot-screen/Splash:
sudo apt-get install macbuntu-os-bscreen-lts-v8 -y

#(Optional) Install MacBuntu theme for LightDM Webkit Greeter:
sudo apt-get install macbuntu-os-lightdm-lts-v8 -y

#reiniciar computador
reboot

样图:

上传附件在这里:

运行完毕重启计算机你会得到你想要的模样

祝你好运!!!

好像MAC OX X阿,漂亮,赞一个!!!

怎么操作的,我怎么搞不成?谢谢

“chmod +x install-macbuntu-16_10.sh赋予运行权限,./install-macbuntu-16_10.sh回车等待自动安装全部”这两步如何实现?

使用终端

:slight_smile:

thanks!

:slight_smile:

把楼主附件下载下来,然后把里面的这个chmod +x install-macbuntu-16_10.sh提取到任意位置,比如“下载”文件夹,保证网络畅通,然后在这个文件夹空白处,点击鼠标右键,在弹出菜单里点击“在终端打开”,然后在终端里输入“chmod +x install-macbuntu-16_10.sh”回车,然后输入“./install-macbuntu-16_10.sh”回车(这里好像要输个你的系统登录密码),然后就等,大概有两次提示需要你选择一个,第一次按“y”回车,第二次是安装完毕需要你选择主题之类的,你按个回车系统会自动重启,系统重启后在unity-tweak-tool配置一下就可以啦,楼主这个主题特别适合4k高分广色域屏幕,莹润如丝如绸,细腻似滴粉搓酥…

好东西啊,谢谢楼主了

为什么运行了你的脚本,然后打开unity-tweak-tool里面主题中没有macubuntu选项,icons中也没有macubuntu-icons。希望楼主指点一下!

你的系统版本和这个脚本不对应/这个脚本是为16.10打造使用的/如果你的版本过高是17.04对不起现在还没有相应的主题做出来,如果你的版本低于16.10请移步到我别的帖子参考,从13.04/我一直坚持更新每个版本/

我仔细看了下我的版本,是16.04。然后重新按照您的16.04脚本执行了下,结果如下,你看看:

底下的也出现了苹果的标志,通过unity-tweak-tool设置了theme以及icons。结果主题改变了,但是,图标还是这样?您知道是怎么回事儿吗?

自己看看手动复制粘贴命令不要运行脚本/安装图标主题看看/
sudo apt-get update
sudo apt-get install macbuntu-os-icons-lts-v7 -y
sudo apt-get install macbuntu-os-ithemes-lts-v7 -y

thanks

:slight_smile: