TranslateProject/published/201310/How to Install the iOS 7 Icons in Ubuntu 13.04 and Ubuntu 13.10.md

60 lines
2.5 KiB
Markdown
Raw Normal View History

2013-10-14 00:01:09 +08:00
如何在Ubuntu 13.04和13.10上安装iOS 7的图标
==================================
2013-10-13 08:53:46 +08:00
2013-10-14 00:01:09 +08:00
**这个简单的教程将指导你如何在你的Ubuntu 12.04、13.04和13.10上安装苹果iOS 7操作系统的所有图标。**
2013-10-13 08:53:46 +08:00
2013-10-14 00:01:09 +08:00
![](http://i1-news.softpedia-static.com/images/news2/How-to-Install-the-iOS-7-Icons-in-Ubuntu-13-04-and-Ubuntu-13-10-387709-2.jpg)
2013-10-13 08:53:46 +08:00
上面是效果图安装的图标虽然并不多但是对于外观的改进来讲却是重大提高。如果Canonical没有在每一个发行版中使用差异甚小的同类图标那你就不太容易分辨出Ubuntu。
2013-10-13 08:53:46 +08:00
以前在Ubuntu安装主题、图标甚至是鼠标光标那叫一个麻烦但是近几年这事变得容易多了。想要安装新的图标只需要输入几条命令就行。
在开始之前请注意一下。本文使用的PPA(Personal Package Archives)只能在Ubuntu 12.04上运行。这是因为在复制iOS的图标时候是在Ubuntu 12.04版本上建立的。
当然正如开始提到的这些图标可以在Ubuntu 13.04 和 Ubuntu 13.10上使用,只是需要改变一点小小的操作。
2013-10-14 00:01:09 +08:00
除此之外你需要一个小软件使这些图标生效。我们推荐使用GNOME Tweak Tool但是如果你喜欢的话还有几个其他软件可供选择。
2013-10-13 08:53:46 +08:00
下面教程开始:
打开终端安装GNOME Tweak Tool
sudo apt-get install gnome-tweak-tool
你会发现这个软件在Ubuntu下叫做Tweak Tool。
2013-10-13 08:53:46 +08:00
安装PPA然后更新一下
sudo add-apt-repository ppa:elementary-br/projects
sudo apt-get update
Ubuntu 12.04安装iOS图标
sudo apt-get install ieos7-icons
Ubuntu 13.04、Ubuntu 13.10安iOS装图标
wget -c https://launchpad.net/~elementary-br/+archive/projects/+files/ieos7-icons_0.1-0~13~ubuntu12.04.1_all.deb
sudo dpkg -i ieos7-icons_0.1-0~13~ubuntu12.04.1_all.deb
2013-10-14 00:01:09 +08:00
如果你发现deb包安装失败无论什么原因只需要运行
2013-10-13 08:53:46 +08:00
2013-10-14 00:01:09 +08:00
sudo apt-get install -f
2013-10-13 08:53:46 +08:00
2013-10-14 00:01:09 +08:00
修复完依赖关系,再次运行:
2013-10-13 08:53:46 +08:00
2013-10-14 00:01:09 +08:00
sudo dpkg -i ieos7-icons_0.1-0~13~ubuntu12.04.1_all.deb
2013-10-13 08:53:46 +08:00
2013-10-14 00:01:09 +08:00
这个图标集大概有300个所以你的操作系统中的部分应用程序图标还是老样子。
2013-10-13 08:53:46 +08:00
享受你的新图标吧!
---
2013-10-13 08:53:46 +08:00
via: http://news.softpedia.com/news/How-to-Install-the-iOS-7-Icons-in-Ubuntu-13-04-and-Ubuntu-13-10-387709.shtml
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
2013-10-14 00:01:09 +08:00
译者:[Vic___](https://github.com/vic020) 校对:[carolinewuyan](https://github.com/carolinewuyan)