From 69654e65a6bd1ccc8dc53f0c368aab8bda5a4a22 Mon Sep 17 00:00:00 2001
From: wxy <xingyu.wang@gmail.com>
Date: Wed, 9 Oct 2013 21:09:26 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=EF=BC=9AHow=20To=20Hide=20Ub?=
 =?UTF-8?q?untu=2013.04=20Unity=20Launcher=20In=205=20Easy=20Steps?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../Choosing a Journaling File System.md      |  3 +-
 ...tu 13.04 Unity Launcher In 5 Easy Steps.md | 81 +++++++++++++++++++
 ...tu 13.04 Unity Launcher In 5 Easy Steps.md | 81 -------------------
 3 files changed, 82 insertions(+), 83 deletions(-)
 create mode 100644 published/How To Hide Ubuntu 13.04 Unity Launcher In 5 Easy Steps.md
 delete mode 100644 translated/How To Hide Ubuntu 13.04 Unity Launcher In 5 Easy Steps.md

diff --git a/published/Choosing a Journaling File System.md b/published/Choosing a Journaling File System.md
index 61e04c58d8..3f24bb8539 100644
--- a/published/Choosing a Journaling File System.md	
+++ b/published/Choosing a Journaling File System.md	
@@ -223,13 +223,12 @@ via: http://www.linuxlinks.com/article/20130927180305497/JournalingFileSystems.h
 
 本文由 [LCTT][] 原创翻译,[Linux中国][] 荣誉推出
 
-译者:[flsf][] 校对:[Caroline][],[wxy][]
+译者:[flsf][] 校对:[Caroline][]
 
 [LCTT]:https://github.com/LCTT/TranslateProject
 [Linux中国]:http://linux.cn/portal.php
 [flsf]:http://linux.cn/space/flsf01
 [Caroline]:http://linux.cn/space/14763
-[wxy]:http://linux.cn/space/wxy
 
 [1]:ftp://ftp.kernel.org/pub/linux/kernel/people/sct/ext3/
 [2]:http://oss.sgi.com/projects/xfs/
diff --git a/published/How To Hide Ubuntu 13.04 Unity Launcher In 5 Easy Steps.md b/published/How To Hide Ubuntu 13.04 Unity Launcher In 5 Easy Steps.md
new file mode 100644
index 0000000000..e1a16aa9fd
--- /dev/null
+++ b/published/How To Hide Ubuntu 13.04 Unity Launcher In 5 Easy Steps.md	
@@ -0,0 +1,81 @@
+简单5步隐藏Ubuntu13.04 Unity 启动器
+=============================
+
+
+最近这几天,我在研究和学习[conky][1]。当做它的截屏时,我被unity启动器频繁遮挡住屏幕截图难住了。突然间我问自己,有没有一种办法可以默认隐藏unity启动器(只在需要的时候才出现)?我google了一圈,发现通过系统设置选项可以很容易做到。因此,今天我不会讨论一个特定的应用而是来讨论一个有用的方法,一定会对其他Ubuntu用户很有帮助。
+
+![](http://mylinuxbook.com/wp-content/uploads/2013/09/unity-launcher-main.png)
+
+*我的Ubuntu桌面上的Unity启动器截图*
+
+
+**提示** - 文章中所有的操作都在Ubuntu 13.04测试通过
+
+## Ubuntu 13.04隐藏Unity启动器步骤 ##
+
+步骤:
+
+
+**第1步**
+
+在主菜单点击 **System Settings(系统设定)** 选项。
+
+![](http://mylinuxbook.com/wp-content/uploads/2013/09/unity-launcher-1.png)
+
+
+**第2步**
+
+在系统设定中,点击 **Appearance(外观)** 选项。
+
+![](http://mylinuxbook.com/wp-content/uploads/2013/09/unity-launcher-2.png)
+
+**第3步**
+
+现在,进入标题为'Behavior(行为)'的标签中。
+
+![](http://mylinuxbook.com/wp-content/uploads/2013/09/unity-launcher-3.png)
+
+**第4步**
+
+打开右上方的单选按钮。
+
+![](http://mylinuxbook.com/wp-content/uploads/2013/09/unity-launcher-5.png)
+
+![](http://mylinuxbook.com/wp-content/uploads/2013/09/unity-launcher-4.png)
+
+
+**第5步**
+
+在完成上一步后,unity启动器已经默认隐藏。它只有在鼠标接触到屏幕最左边时才会出现。调整启动器的灵敏度。根据你的需求调整滑动条(如下图所示):
+
+![](http://mylinuxbook.com/wp-content/uploads/2013/09/unity-launcher-5-1.png)
+
+这是当我完成所有步骤(上面所列)后的桌面截图.
+
+![](http://mylinuxbook.com/wp-content/uploads/2013/09/unity-launcher-7.png)
+
+*我的Ubuntu桌面上的Unity启动器截图*
+
+
+
+**重点**
+
+我也想把unity启动器放在桌面底部(就像Apple的Mac那样),但是从Ubuntu 12.04开始就无法改变启动器的位置。像许多其他用户一样,我也有点失望。不管怎么说,如果你想了解更多,你可以读[Ubuntu论坛上的详细讨论][2].
+
+如果你知道任何在Ubuntu 13.04上改变unity启动器位置的非官方途径(一个应用或者插件),请分享给我们。
+
+---
+
+via: http://mylinuxbook.com/hide-unity-launcher-ubuntu-13-04/
+
+本文由 [LCTT][] 原创翻译,[Linux中国][] 荣誉推出
+
+译者:[flsf][] 校对:[Caroline][]
+
+[LCTT]:https://github.com/LCTT/TranslateProject
+[Linux中国]:http://linux.cn/portal.php
+[flsf]:http://linux.cn/space/flsf01
+[Caroline]:http://linux.cn/space/14763
+
+[1]:http://conky.sourceforge.net/
+[2]:http://ubuntuforums.org/showthread.php?t=2147537
diff --git a/translated/How To Hide Ubuntu 13.04 Unity Launcher In 5 Easy Steps.md b/translated/How To Hide Ubuntu 13.04 Unity Launcher In 5 Easy Steps.md
deleted file mode 100644
index cb1e78301d..0000000000
--- a/translated/How To Hide Ubuntu 13.04 Unity Launcher In 5 Easy Steps.md	
+++ /dev/null
@@ -1,81 +0,0 @@
-简单5步隐藏Ubuntu13.04 Unity 启动器
-================================================================================
-
-最近这几天,我在研究和学习conky.当捕获屏幕截图时,我被unity启动器频繁遮挡住屏幕截图难住.突然间我问自己,有没有一种办法可以默认隐藏unity启动器(只在需要的时候才出现)?我google了一圈,发现通过系统设置选项可以很容易做到.因此,今天,我不会讨论一个特定的应用而是来讨论一个有用的方法,一定会对其他Ubuntu用户很有帮助.
-
-![](http://mylinuxbook.com/wp-content/uploads/2013/09/unity-launcher-main.png)
-
-*我的Ubuntu桌面上的Unity启动器截图*
-
-
-**注意** - 文章中所有的指令都在Ubuntu 13.04测试通过
-
-## Ubuntu 13.04隐藏Unity启动器步骤 ##
-
-
-步骤:
-
-
-**第1步**
-
-在主菜单点击 **System Settings(系统设定)** 选项.
-
-![](http://mylinuxbook.com/wp-content/uploads/2013/09/unity-launcher-1.png)
-
-
-**第2步**
-
-在系统设定中,点击 **Appearance(外观)** 选项.
-
-![](http://mylinuxbook.com/wp-content/uploads/2013/09/unity-launcher-2.png)
-
-**第3步**
-
-现在,进入标题为'Behavior(行为)'的标签中.
-
-![](http://mylinuxbook.com/wp-content/uploads/2013/09/unity-launcher-3.png)
-
-**第4步**
-
-打开右上方的单选按钮.
-
-![](http://mylinuxbook.com/wp-content/uploads/2013/09/unity-launcher-5.png)
-
-![](http://mylinuxbook.com/wp-content/uploads/2013/09/unity-launcher-4.png)
-
-
-**第5步**
-
-在完成上一步后,unity启动器已经默认隐藏.它只有在鼠标碰触屏幕最左边时才会出现.调整启动器的灵敏度,根据你的需求调整滑动条(如下图所示)
-
-![](http://mylinuxbook.com/wp-content/uploads/2013/09/unity-launcher-5-1.png)
-
-这是当我完成所有步骤(上面所列)后的桌面截图.
-
-![](http://mylinuxbook.com/wp-content/uploads/2013/09/unity-launcher-7.png)
-
-*我的Ubuntu桌面上的Unity启动器截图*
-
-
-
-**重点**
-
-我也想把unity启动器放在桌面底部(就像Apple的Mac那样),但是从Ubuntu 12.04开始就无法改变启动器的位置.像许多其他用户一样,我也有点失望.不管怎么说,如果你想阅读更多关于这个,你可以读[Ubuntu论坛上的详细讨论][1].
-
-如果你知道任何在Ubuntu 13.04上改变unity启动器位置的非官方途径(一个应用或者插件),请分享给我们.
-
-
---------------------------------------------------------------------------------
-via: http://mylinuxbook.com/hide-unity-launcher-ubuntu-13-04/
-
-本文由 [LCTT][] 原创翻译,[Linux中国][] 荣誉推出
-
-译者:[flsf][] 校对:[Caroline][]
-
-[LCTT]:https://github.com/LCTT/TranslateProject
-[Linux中国]:http://linux.cn/portal.php
-[flsf]:http://linux.cn/space/flsf01
-[Caroline]:http://linux.cn/space/14763
-
-[1]:http://ubuntuforums.org/showthread.php?t=2147537 
-