TranslateProject/translated/How to Install the iOS 7 Icons in Ubuntu 13.04 and Ubuntu 13.10.md
2013-10-13 08:53:46 +08:00

59 lines
2.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

如何在Ubuntu中用上iOS 7的图标
================================================================================
**这个简单的教程将会教你如何在你的Ubuntu12.04、13.04、13.10上使用高端大气上档次的苹果iOS 7系统新图标。**
![](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)
上面是效果图安装完的图标虽然看起来有些不像。但是对于Ubuntu的每一次发行版都使用相同的图标来说这已经让我们的审美得到升华了。
以前在Ubuntu安装主题、图标甚至是鼠标光标那叫一个麻烦但是近几年这事变得容易多了。想要安装新的图标只需要输入几条命令就行。
在开始之前请注意一下。本文使用的PPA(Personal Package Archives)只能在Ubuntu 12.04上运行。这是因为在复制iOS的图标时候是在Ubuntu 12.04版本上建立的。
当然正如开始提到的这些图标可以在Ubuntu 13.04 和 Ubuntu 13.10上使用,只是需要改变一点小小的操作。
除此之外你需要一个小软件使这些图标生效。我们推荐使用GNOME Tweak Tool当然你也可以根据自己的习惯选择。
下面教程开始:
打开终端安装GNOME Tweak Tool
sudo apt-get install gnome-tweak-tool
你会发现这个软件在Ubuntu下是以Tweak Tool命名的。
安装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
如果你发现deb包安装失败无论什么原因只需要运行
sudo apt-get install -f
修复完依赖关系,再次运行:
sudo dpkg -i ieos7-icons_0.1-0~13~ubuntu12.04.1_all.deb
这个图标集大概有300个所以有些应用程序的图标还是老样子。
享受你的新图标吧!
--------------------------------------------------------------------------------
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/) 荣誉推出
译者:[Vic___](https://github.com/vic020) 校对:[校对者ID](https://github.com/校对者ID)