mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-25 23:11:02 +08:00
PUB:20141104 Cinnamon 2.4 Debuts With New Features, Here's How To Install It In Ubuntu
This commit is contained in:
parent
f1a6c3becb
commit
424e174d4f
@ -0,0 +1,72 @@
|
||||
Cinnamon 2.4 携新功能来袭
|
||||
================================================================================
|
||||
**上个周末,Linux Mint 为我们带来了新的气息,发布了 Cinnamon 桌面的一个新版本。**
|
||||
|
||||
[ Linux Mint 发布了其新 LTS 版本的第一个更新 17.1 ][1],它的易用 shell 的最新版本将是该发行版的重中之重。
|
||||
|
||||
![New Wallpaper Slideshow Feature](http://www.omgubuntu.co.uk/wp-content/uploads/2014/11/wallpaper-sildeshow-applet.jpg)
|
||||
|
||||
*新的墙纸幻灯片功能 *
|
||||
|
||||
### Cinnamon 2.4 新特性 ###
|
||||
|
||||
Cinnamon 2.4 带来了大量受欢迎的功能,包括改进了波兰语支持、降低内存占用,新的“隐私”和“提醒”设置和桌面墙纸幻灯片功能。
|
||||
|
||||
其[官方发布公告][2]里面主要提到了如下变化:
|
||||
|
||||
- Cinnamon 桌面启动时带有缩放动画
|
||||
- 通过代码审核修复了30个内存泄露问题
|
||||
- 使用‘Super+e’ 可以打开“home”文件夹
|
||||
- 桌面字体现在可以定制了
|
||||
- 去除了“退出对话框”的超时设置
|
||||
- 重新设计了“主题与背景”设置
|
||||
- 支持桌面幻灯片功能(增加了一个新的面板小应用来控制它)
|
||||
- 增加了“提醒与隐私”设置面板
|
||||
|
||||
![Some say Nemo is the best file manager for Linux](http://www.omgubuntu.co.uk/wp-content/uploads/2014/11/nemo-file-manager-24-750x368.jpg)
|
||||
|
||||
*有些人说 Nemo 是 Linux 上最好的文件管理器*
|
||||
|
||||
Nemo 文件管理器也做了如下改进:
|
||||
|
||||
- 重新设计了工具条
|
||||
- ‘nemo-emblems‘扩展支持为文件夹增加标志(emblems)
|
||||
- 边栏在鼠标移动上去时会有高亮效果
|
||||
- “智能动态书签区”放到边栏
|
||||
- 文件夹的颜色可以通过 nemo-folder-color-switcher 快速设置(还没有发布)
|
||||
|
||||
### 在 Ubuntu 中升级或安装 Cinnamon 2.4 ###
|
||||
|
||||
如果**你更在意稳定的话**就不要升级到 Cinnamon 2.4。新的 Cinnamon 在 Linux Mint 发布前一个月才释出,主要是为了测试、解决 bug 和搜集反馈。
|
||||
|
||||
不过要是你不在意的话,你可以使用如下的每夜构建 PPA 在 Ubuntu 14.04 LTS 和 Ubuntu 14.10 中安装Cinnamon 2.4:
|
||||
|
||||
sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-nightly
|
||||
|
||||
然后:
|
||||
|
||||
sudo apt-get update && sudo apt-get install cinnamon
|
||||
|
||||
如果你已经安装了(旧版本的) Cinnamon,我建议你运行下列命令来替代上面的安装命令。这会自动通过包管理器解决冲突的包依赖关系:
|
||||
|
||||
sudo apt-get update && sudo apt-get dist-upgrade
|
||||
|
||||
安装后如果不喜欢了,那也很容易,你可以使用如下命令将 Cinnamon 2.4 和它的一大堆配置统统移走:
|
||||
|
||||
sudo apt-get purge cinnamon
|
||||
|
||||
**如果你体验过了,请让我们知道你的意见,反馈到下面,最好带上一两张截屏!**
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.omgubuntu.co.uk/2014/11/install-cinnamon-2-4-ubuntu-14-04-lts
|
||||
|
||||
作者:[Joey-Elijah Sneddon][a]
|
||||
译者:[wxy](https://github.com/wxy)
|
||||
校对:[wxy](https://github.com/wxy)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[a]:https://plus.google.com/117485690627814051450/?rel=author
|
||||
[1]:http://blog.linuxmint.com/?p=2688
|
||||
[2]:http://segfault.linuxmint.com/2014/11/cinnamon-2-4/
|
@ -1,72 +0,0 @@
|
||||
Cinnamon 2.4 Debuts With New Features, Here’s How To Install It In Ubuntu
|
||||
================================================================================
|
||||
**Adding a pinch of spice to the weekend, Linux Mint has announced a new release of its Cinnamon desktop environment.**
|
||||
|
||||
![New Wallpaper Slideshow Feature](http://www.omgubuntu.co.uk/wp-content/uploads/2014/11/wallpaper-sildeshow-applet.jpg)
|
||||
|
||||
New Wallpaper Slideshow Feature
|
||||
|
||||
The latest version of the user-friendly shell will be the centrepiece of Linux Mint 17.1, [the first point release in the distro’s new LTS approach][1], due later this month.
|
||||
|
||||
### New In Cinnamon 2.4 ###
|
||||
|
||||
Cinnamon 2.4 comes with a raft of welcome features, improvements and overall polish, such as reduced memory usage, new ‘Privacy’ and ‘Notifications’ settings and desktop wallpaper slideshows.
|
||||
|
||||
The [official release notes][2] highlight some of the bigger changes, including:
|
||||
|
||||
- Cinnamon desktop starts with “zoom” animation
|
||||
- 30 memory leaks fixed as part of code review
|
||||
- ‘Super+e’ shortcut opens ‘Home’ folder
|
||||
- Desktop font can now be customised
|
||||
- Timeout in ‘Logout dialog’ has been removed
|
||||
- ‘Theme and Background’ settings redesigned
|
||||
- Background slideshow support (plus new panel applet controller)
|
||||
- ‘Notification and Privacy’ settings pane added
|
||||
|
||||
![Some say Nemo is the best file manager for Linux](http://www.omgubuntu.co.uk/wp-content/uploads/2014/11/nemo-file-manager-24-750x368.jpg)
|
||||
|
||||
Some say Nemo is the best file manager for Linux
|
||||
|
||||
The Nemo file manager also benefits from the following improvements:
|
||||
|
||||
- Redesigned toolbar
|
||||
- ‘nemo-emblems‘ extension supports adding emblems to folders
|
||||
- Sidebar hover highlight effects
|
||||
- ‘Smarter dynamic bookmark section’ in sidebar
|
||||
- Folder colours can be quickly configured using nemo-folder-color-switcher (not yet released)
|
||||
|
||||
### Upgrade to or Install Cinnamon 2.4 in Ubuntu ###
|
||||
|
||||
If **you favour stability you should not upgrade to Cinnamon 2.4 in Ubuntu** yet. New releases of Cinnamon arrive a month before Linux Mint for the specific purpose of testing, ironing out bugs and gathering feedback.
|
||||
|
||||
But if the above sounds more like a reason to try rather than avoid, Cinnamon 2.4 can be installed in Ubuntu 14.04 LTS and Ubuntu 14.10 using the following Cinnamon nightly PPA:
|
||||
|
||||
sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-nightly
|
||||
|
||||
Followed by:
|
||||
|
||||
sudo apt-get update && sudo apt-get install cinnamon
|
||||
|
||||
Already have Cinnamon installed? I’d advise running the following command in lieu of the one above. This will ensure that any package conflicts are automatically resolved by the package manager:
|
||||
|
||||
sudo apt-get update && sudo apt-get dist-upgrade
|
||||
|
||||
Installed and want shot? That’s easy enough; you can remove Cinnamon 2.4 and the bulk of its configuration files, dependencies and cruft by running this command:
|
||||
|
||||
sudo apt-get purge cinnamon
|
||||
|
||||
**If you try it out, let us know what you make of the changes in the comments below — and be sure to share a screenshot or two, too! **
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.omgubuntu.co.uk/2014/11/install-cinnamon-2-4-ubuntu-14-04-lts
|
||||
|
||||
作者:[Joey-Elijah Sneddon][a]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[a]:https://plus.google.com/117485690627814051450/?rel=author
|
||||
[1]:http://blog.linuxmint.com/?p=2688
|
||||
[2]:http://segfault.linuxmint.com/2014/11/cinnamon-2-4/
|
Loading…
Reference in New Issue
Block a user