mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-23 21:20:42 +08:00
Translated:20140529 Add Windows Like Bottom Taskbar In Ubuntu Unity 14.04.md
This commit is contained in:
parent
56411cf515
commit
a7f86665a6
@ -1,40 +0,0 @@
|
||||
Translating by GOLinux ...
|
||||
Add Windows Like Bottom Taskbar In Ubuntu Unity 14.04
|
||||
================================================================================
|
||||
![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2014/05/Windows_Taskbar_ubuntu.jpeg)
|
||||
|
||||
Some new users switching to Ubuntu from Windows may find the default Unity interface a little overwhelming. Most of the Windows users as well as some non-Gnome 3, non-Unity Linux users might miss the bottom taskbar in Ubuntu. We all know that [drag and drop in Unity][1] is not very user friendly feature.
|
||||
|
||||
Whatever may be your reason, if you want a bottom panel in Ubuntu, [tint2][2] is your man.
|
||||
|
||||
### Add bottom taskbar in Ubuntu 14.04 ###
|
||||
|
||||
Open a terminal (Ctrl+Alt+T) and use the following command:
|
||||
|
||||
sudo apt-get install tint2
|
||||
|
||||
This will install tint2. You can run it by typing tint2 in terminal but that’s not how we are going to use it. That won’t serve the purpose at all. What we need to do here is to add tint2 as a start up program. Which means each time you boot in to Ubuntu, you’ll find the taskbar at the bottom of the desktop.
|
||||
|
||||
#### How to run tint2 at start up ####
|
||||
|
||||
Open Unity Dash (press Windows key) and search for Startup Applications.
|
||||
|
||||
![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2014/01/Startup_Applications_Ubuntu.jpeg)
|
||||
|
||||
Open **Startup Applications**. In there click on **Add** to add a new program to start up. You can name it something meaningful, in command type **tint2** and click **Add**. **Close** it to save it. The picture below should be helpful:
|
||||
|
||||
![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2014/05/Windows_Like_Taskbar_Ubuntu.jpeg)
|
||||
|
||||
That’s it. Logout and login back and you will find the taskbar at the bottom, as shown in the first most picture. Like [Conky][3], tint2 can be configured great deal but for that you’ll have to edit the configuration files. But even if you leave it as it is, it just works. Have you tried it already? How is/was your experience with tint2?
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://itsfoss.com/add-windows-like-bottom-taskbar-in-ubuntu-unity-14-04/
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:http://itsfoss.com/drag-drop-files-ubuntu-1404-unity/
|
||||
[2]:https://code.google.com/p/tint2/
|
||||
[3]:http://conky.sourceforge.net/
|
@ -0,0 +1,37 @@
|
||||
在Ubuntu Unity 14.04中添加Windows风格的底部任务栏
|
||||
================================================================================
|
||||
![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2014/05/Windows_Taskbar_ubuntu.jpeg)
|
||||
|
||||
一些从Windows转到Ubuntu的新用户可能发现,在Ubuntu下默认的Unity界面占据了一切。大多数Windows用户,也包括一些非Gnome 3用户和一些非Unity Linux用户也许在Ubuntu中看不到底部任务栏。我们都知道,[Unity中的拖放操作][1]对用户不是很友好。
|
||||
|
||||
不管出于什么原因,如果你在Ubuntu中想要个底部面板,那么[tint][2]就是你的菜。
|
||||
|
||||
### 在Ubuntu 14.04中添加底部任务栏 ###
|
||||
打开终端(Ctrl+Alt+T),然后输入下面的命令:
|
||||
|
||||
sudo apt-get install tint2
|
||||
|
||||
这样就把tint2安装好了。你可以在终端中输入tint2来运行它了,但这不是我们想要干的活,因为我们的目的根本不在于此。在此,我们需要让tint2来开机启动,这样每次启动Ubuntu的时候,它都会在桌面底部恭候你了。
|
||||
|
||||
#### 怎样让tint2开机启动? ####
|
||||
打开Unity Dash(按下Windows键吧),然后搜索启动程序。
|
||||
|
||||
![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2014/01/Startup_Applications_Ubuntu.jpeg)
|
||||
|
||||
打开**启动程序**,在那儿猛戳**添加**按钮,你就可以添加一个新的开机启动程序了。你可以给它起个好认的名字,那命令那栏输入**tint2**,然后猛戳**添加**,然后继续猛戳**关闭**来保存。如果我说得不够清楚,还是看看下面的图片吧,它应该很直观了:
|
||||
|
||||
![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2014/05/Windows_Like_Taskbar_Ubuntu.jpeg)
|
||||
|
||||
好了。赶快注销并重新登录进去看看吧,任务栏会乖乖地在下面等着你了。第一张图片看到了吗?就是那个样子的。像[Conky][3]一样,tint2也能进行大量配置,但要进行深度配置,你得修改配置文件了。就算你很懒惰,安好了啥都不做,那它也会干得很好了。你已经试过了?你感觉tint2怎么样呢?
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://itsfoss.com/add-windows-like-bottom-taskbar-in-ubuntu-unity-14-04/
|
||||
|
||||
译者:[GOLinux](https://github.com/GOLinux) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:http://itsfoss.com/drag-drop-files-ubuntu-1404-unity/
|
||||
[2]:https://code.google.com/p/tint2/
|
||||
[3]:http://conky.sourceforge.net/
|
Loading…
Reference in New Issue
Block a user