How to Move Unity Launcher to Bottom of Desktop in Ubuntu 16.04

Spread the love

Ubuntu 16.04 has been officially released by Canonical, and among several other features it also brings a couple of improvements that will definitely make users happy. Firstly, Unity Dash no longer shows online results by default, so there is no need to explicitly turn the feature off to make the search experience faster. And secondly, now you can actually move the Unity launcher from its default “left” position.

While that’s certainly good news, it’s worth pointing out that the ability to move the launcher is restricted – aside from the default “left” position, you can only move the launcher to the bottom. You still can’t put it on the right or at the top. But then again, it’s better than having no option at all. In this article we will discuss how you can access this new feature.

Ways to move the launcher

You can customize the position of your launcher in three different ways. Let’s discuss them one by one.

1. Using Unity Tweak Tool

If you’ve freshly downloaded Ubuntu 16.04, you’ll first have to download this tool, something which you can do by heading to Ubuntu Software (the new software center application) and searching for the tool by its name.

Once installed, open the Unity Tweak Tool.

Here, click the icon named “Launcher’ (the first icon in the ‘Unity’ row). The following window should open.

In this window select the “Bottom” radio button under the “Appearance” section. The moment you select that option, the Unity launcher will shift to the bottom of your computer screen.

2. Using Dconf-Editor

Another option is to use the “dconf Editor” tool. Like the Unity Tweak Tool, the dconf Editor tool can also be downloaded from the Ubuntu Software application.

Once downloaded and installed, open the app and head to the “com.canonical.Unity.Launcher” schema.

Click the “launcher-position” field and change its value from “left” to “bottom.” The moment you do this your launcher will be moved to the bottom of your screen.

3. Through command line

This is probably the easiest way and doesn’t require you to install any application. Simply open the terminal and type the following command:

gsettings set com.canonical.Unity.Launcher launcher-position Bottom

To pull it back to its default position, run the following command:

gsettings set com.canonical.Unity.Launcher launcher-position Left

Conclusion

Contrary to what many would think, changing the position of the Unity launcher through the command line is the easiest of all the ways mentioned above – you don’t have to download any separate software, plus the command is easy to remember as well.

As for the feature, it’s definitely a step in the right direction from Canonical, and we expect the company to also add the capability to move the launcher to the right and on the top in the upcoming Ubuntu releases.

Subscribe to our newsletter!

Our latest tutorials delivered straight to your inbox

Sign up for all newsletters.
By signing up, you agree to our Privacy Policy and European users agree to the data transfer policy. We will not share your data and you can unsubscribe at any time. Subscribe


Himanshu Arora

Himanshu Arora is a freelance technical writer by profession but a software programmer and Linux researcher at heart. He covers software tutorials, reviews, tips/tricks, and more. Some of his articles have been featured on IBM developerworks, ComputerWorld, and in Linux Journal.

Comments (3)