Merge pull request #152 from Vic020/master

翻译完成“How to Install the iOS..”
没事,还是要以工作为重,谢谢您。
This commit is contained in:
Xingyu.Wang 2013-10-12 18:28:49 -07:00
commit 026bc5c5d0
2 changed files with 59 additions and 47 deletions

View File

@ -1,47 +0,0 @@
How to Install the iOS 7 Icons in Ubuntu 13.04 and Ubuntu 13.10
================================================================================
**This is a small and simple tutorial that will help you install all the Icons from the new iOS 7 operating system from Apple into your Ubuntu 12.04, 13.04, and 13.10.**
![](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)
The installation of icons might not seem like much, but its actually a very important part of the ecosystem. You wouldn't recognize Ubuntu so easily if Canonical didnt use the same type of icons in every release, with only small differences.
It used to be difficult to install themes, icons, and mouse cursors, but things got a lot easier over the years. To get a new set of icons installed, you only need to run a few commands from a terminal.
Before we begin, you need to heed a small word of caution. The PPA presented in this article will only work for Ubuntu 12.04. This is because this icon set, the only one which correctly replicates the models from iOS 7, is made for elementary OS, which in turn is based on Ubuntu 12.04.
This being said, the icons can also be installed for Ubuntu 13.04 and Ubuntu 13.10, with a slightly different approach.
You will also need another piece of software that must be used to enable the icons. We recommend GNOME Tweak Tool, but there are a few others available if you really wish it.
To install GNOME Tweak Tool just run the following command in a terminal:
sudo apt-get install gnome-tweak-tool
You will find the application in Ubuntu under the name of Tweak Tool.
In order to get the PPA and icon in your Ubuntu 12.04 operating system, you only need to run a few commands in a terminal near you:
sudo add-apt-repository ppa:elementary-br/projects
sudo apt-get update
sudo apt-get install ieos7-icons
For Ubuntu 13.04 and Ubuntu 13.10, you will have to manually download the files and also install it from a terminal:
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
If by any chance you will find that the deb installation stops for whatever reason, just run `sudo apt-get install -f` find any dependency issues and finish the job.
This pack only holds about 300 icons, so you might find that a few of the applications on your operating systems still retain the old look.
Enjoy your iOS 7 icons!
--------------------------------------------------------------------------------
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/) 荣誉推出
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)

View File

@ -0,0 +1,59 @@
如何在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)