Merge pull request #578 from KayGuoWhu/master

翻译完成 by KayGuoWhu How to Upgrade to GNOME 3.10 in Ubuntu 13.10
This commit is contained in:
Xingyu.Wang 2013-12-16 05:41:21 -08:00
commit 2b01db663c
2 changed files with 101 additions and 100 deletions

View File

@ -1,100 +0,0 @@
[翻译中] by KayGuowhu
How to Upgrade to GNOME 3.10 in Ubuntu 13.10
================================================================================
![](http://www.omgubuntu.co.uk/wp-content/uploads/2013/09/header-bars.jpg)
**Ubuntu 13.10 ships with the GNOME 3.8 desktop available in its archives. While a dependable, stable and featured alternative to Unity, its also outdated.**
The newer version of the GNOME desktop was released back in September 2013 and comes with a raft of improved features, apps and usability tweaks. From hi-res screen support to new client-side decoration of app windows, GNOME 3.10 is a compelling upgrade.
The good news is that providing youre running Ubuntu 13.10, have a decent internet connection, and some command line aptitude (pun fully intended) you dont have to stick with a stale version of GNOME.
### How To Upgrade to GNOME 3.10 in Ubuntu 13.10 ###
For the benefit of the skim readers whose eyes dropped straight to the point Ill reiterate: you **need to be running Ubuntu 13.10 to install GNOME 3.10**.
First, lets add the GNOME 3 PPA to Ubuntus Software Sources. This can be done using a GUI but it is far easier to achieve using the command line.
Open a new *Terminal* window and enter the following command, entering your user password when asked:
sudo add-apt-repository ppa:gnome3-team/gnome3-next && sudo apt-get update
With the PPA added and our package list updated we can move on to installing GNOME 3.10 itself. To do this run the following command, again entering your user password when prompted:
sudo apt-get update && sudo apt-get install gnome-shell ubuntu-gnome-desktop
It can take a while for all the necessary packages and components to be fetched and installed, so try to be patient.
Midway through the installation a prompt will appear in the Terminal asking you to choose what display manager aka “login screen” should be used by default.
This decision is entirely up to you; both Ubuntus Unity Greeter and the **GNOME Display Manager** let you easily switch between desktop sessions (handy if you want to keep Unity or another desktop around) but only GDM offers GNOME-specific features such as lock-screen notifications.
When youre ready to decide make your selection using the up/down arrow keys and hit Enter/Return to confirm. The installation will then proceed.
### Adding The Extra Stuff ###
![](http://www.omgubuntu.co.uk/wp-content/uploads/2013/09/gnome-music.jpg)
GNOME 3.10 comes with some great new features, applications [including GNOME Weather, Music and Maps][1] and other miscellaneous changes. Because not all of these are considered stable enough to be included in the main GNOME 3 PPA we added earlier, youll need to make use of an additional pair of GNOME PPAs if you want to use them.
Now and its important youre aware of this some of the packages in these repositories are reported to have stability issues. Most of these will be minor i.e., the odd app crash or broken feature but the potential for more major issues, like making GNOME crash entirely, is possible.
Warning out of the way, open up a new tab in a Terminal and punch in the following:
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update && sudo apt-get dist-upgrade
To add some of the cool apps we mentioned earlier run:
sudo apt-get install gnome-weather gnome-music gnome-maps cheese gnome-documents
With that were done!
You may wish to log out and back in (remembering to select the GNOME session) to ensure that everything takes effect correctly.
### Minor Differences ###
If youve kept Unity installed alongside GNOME 3.10 then there are a few things youll need to note down.
First off, youll find **two entries for Online Accounts in System Settings**. The one with the key-themed icon is the Unity version, and the one with the plug emblem is GNOMEs.
Some apps will require you to add accounts to the Unity version (Shotwell, Gwibber, Empathy) and some to the GNOME one (Evolution, Documents, Contacts).
![](http://www.omgubuntu.co.uk/wp-content/uploads/2013/04/online-accounts.jpg)
The Notifications and Search entries are GNOME-specific, both letting you pick and choose which applications and sources are able to show notifications or appear in the Activities Overlay.
### Uninstalling GNOME 3.10 ###
So youve tried it and didnt like it. Now what?
Removing GNOME 3.10 is a fairly straightforward processing providing we use a command-line tool called PPA Purge. It can be found in the Ubuntu Software Center and is by far the easiest way to automatically remove and/or downgrade packages installed from PPAs.
- [Install PPA Purge from Ubuntu Software Center][2]
To use the tool well need to go back to the terminal and enter the following, taking care to look out for any prompts that may appear during the downgrade process.
sudo ppa-purge ppa:gnome3-team/gnome3-next
If you also added the optional extra PPAs you will also need to purge those as well:
sudo ppa-purge ppa:gnome3-team/gnome3-staging
sudo ppa-purge ppa:gnome3-team/gnome3
Once completed you should be left with the stock GNOME 3.8 desktop. If you dont want to keep GNOME Shell around at all you can proceed to remove it:
sudo apt-get remove gnome-shell ubuntu-gnome-desktop
Finally, manually remove any remaining applications that persist after downgrade (e.g., Epiphany and GNOME Documents), then reboot.
--------------------------------------------------------------------------------
via: http://www.omgubuntu.co.uk/2013/12/upgrade-gnome-3-10-ubuntu-13-10
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[1]:http://www.omgubuntu.co.uk/2013/09/gnome-3-10-released-with-new-apps-experimental-wayland-support
[2]:apt:ppa-purge

View File

@ -0,0 +1,101 @@
How to Upgrade to GNOME 3.10 in Ubuntu 13.10
================================================================================
![](http://www.omgubuntu.co.uk/wp-content/uploads/2013/09/header-bars.jpg)
**Ubuntu 13.10 在它的归档archives是这么翻译吗中搭载可用的GNOME 3.8桌面。 尽管对于Unity这是一个可靠稳定以及有特色的替代品但这个版本还是过时了。**
GNOME桌面的最新版本在2013年9月被发布了随之而来的是一系列改进的功能、应用程序和可用性的调整。从对高分辨率屏幕的支持到应用窗口上全新的客户端美化GNOME 3.10是一个引人注目的升级版本。
好消息是假设你正在运行Ubuntu 13.10拥有不错的网络连接和命令行功能一语双关那么你无需继续使用一个过时版本的GNOME。
### 在Ubuntu 13.10 上升级到GNOME 3.10 ###
为了那些关注点在我会重申的地方上的普通读者的利益skim未翻译你**需要运行Ubuntu 13.10来安装GNOME 3.10**.
首先让我们添加GNOME 3 的PPA到Ubuntu的软件资源中。这个操作可以使用图形界面完成但使用命令行会更容易归档一些。
打开一个新的*终端*窗口,键入下列命令,在被要求的时候输入你的用户密码:
sudo add-apt-repository ppa:gnome3-team/gnome3-next && sudo apt-get update
添加完PPA和更新包列表后我们就可以转向安装GNOME 3.10了。运行下列命令,当弹出提示时再次输入你的用户密码:
sudo apt-get update && sudo apt-get install gnome-shell ubuntu-gnome-desktop
获取并安装所有必要的包和部件会花一点时间,所以请耐心一点。
在安装过程中,在终端可能会弹出一个提示,要求你选择一种显示管理器,默认使用的是“登录窗口”。
这个决定完全取决于你UBuntu的Unity Greeter和**GNOME的显示管理器**都能让你很轻松地在桌面会话之间切换如果你想保持在Unity界面或者另一个桌面将很方便但仅仅只有GDM提供给GNOME特定的功能譬如锁屏通知。
当你准备好你的选择后,使用上下键选择,然后敲击‘确认\返回’键以确认选择。安装便会继续进行。
### 增加额外的功能 ###
![](http://www.omgubuntu.co.uk/wp-content/uploads/2013/09/gnome-music.jpg)
GNOME 3.10还有一些不错的新特性,应用-[包括GNOME天气音乐盒地图][1] 以及其它各种各样的改变。
因为并不是所有的特性都足够稳定以致于可以被包含在我们之前添加的GNOME 3 PPA中所以如果你想使用它们就需要利用到一对额外的GNOME PPA。
现在-你需要意识到很重要的是-在这些仓库里的一些包据说已经有了稳定的发行版。它们中的大部分是次要的譬如应用程序崩溃和损坏的特性。但对于更多主要的发行版来说像使得GNOME完全崩溃是有可能的。
除开这个警告,在终端里打开一个新的选项卡,输入下列命令:
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update && sudo apt-get dist-upgrade
为了添加一些之前提到的很酷的应用,运行这个命令:
sudo apt-get install gnome-weather gnome-music gnome-maps cheese gnome-documents
这样之后,就搞定了!
你可能会想先注销然后重新登录记得选择“GNOME”会话以确保改动都已经正确生效了。
### 细小的差别 ###
如果你在不卸载Unity的情况下安装GNOME 3.10,那么有一些注意事项你需要记下来。
首先,你会发现**在系统设置里“Online Accounts”有两个入口**。其中有key-themed不知道怎么翻译的图标是Unity版的另一个有插件符号的是GNOME版的。
一些应用程序可能会要求你往Unity中添加账户Shotwell, Gwibber, Empathy有一些可能是要求往GNOME中添加(Evolution, Documents, Contacts)。
![](http://www.omgubuntu.co.uk/wp-content/uploads/2013/04/online-accounts.jpg)
“通知”和“搜索”入口是GNOME指定的它们让你挑选哪些应用程序和资源能够显示通知或出现在活动区。
### 卸载GNOME 3.10 ###
既然你已经尝试了GNOME 3.10,但不喜欢它。这时该怎么办?
假设我们使用一个叫做“PPA Purge”的命令行工具那么移除GNOME 3.10 是一个相当简单的过程。这个工具可以在Ubuntu软件中心里找到是目前为止自动移除或降级从PPA安装的包的最容易的方法。
- [Install PPA Purge from Ubuntu Software Center][2]
为了使用这个工具,我们需要返回终端然后键入下面命令,要留意任何出现在降级过程中的提示。
sudo ppa-purge ppa:gnome3-team/gnome3-next
如果你也添加了其它可选的PPA你也需要清楚它们
sudo ppa-purge ppa:gnome3-team/gnome3-staging
sudo ppa-purge ppa:gnome3-team/gnome3
一旦完成你应该在GNOME 3.8 桌面中离开stock不知怎么翻译。如果你不再想保留GNOME Shell了你可以执行下列命令去卸载它
sudo apt-get remove gnome-shell ubuntu-gnome-desktop
最后手动移除任何在降级之后可能残留的应用程序譬如Epiphany and GNOME Documents然后重启。
--------------------------------------------------------------------------------
via: http://www.omgubuntu.co.uk/2013/12/upgrade-gnome-3-10-ubuntu-13-10
译者:[KAyGuoWhu](https://github.com/KayGuoWhu) 校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[1]:http://www.omgubuntu.co.uk/2013/09/gnome-3-10-released-with-new-apps-experimental-wayland-support
[2]:apt:ppa-purge