Unlike other Linux distributions, Ubuntu has been using Unity as a desktop environment for years, and the most prominent feature of this environment is the Launcher Bar (Launcher) on the left side of the desktop. Starting with version 16.04, Ubuntu provides a command-line option to move the Launcher launcher to the bottom of the screen.
It is said that the addition of this new feature stems from the contribution of Chinese programmers, although I think Launcher is more reasonable on the left side of the screen. But the new features always have to be tried, and if you're interested in it, explore it together.
Tools/Materials
Method/Step
- 1
The traditional Unity desktop environment, with its Application Launcher container--launcher, has been firmly on the left side of the screen.
In fact, I always believe that the application launcher on the left is more reasonable, because the current low-resolution widescreen display is still the majority, in this screen, the lower the content, the more content, the more conducive to the display of the work object, such as the document, the table software will show more rows, Image processing software makes the area of the workspace larger.
- 2
Even in the Ubuntu settings center, you cannot find any settings for the mobile Launcher launcher.
Open the Settings window, in the "Appearance" section, there are options such as Launcher size, auto-hide, but no location options.
- 3
Press Ctrl + ALT + t keyboard key combination to bring up the terminal, enter the following command in the terminal:
Gsettings Set Com.canonical.Unity.Launcher launcher-position Bottom
Press ENTER.
The last Bottom in the command is the meaning of the bottom.
- 4
You will find the Launcher launcher, which has been moved to the bottom of the screen.
In addition to the location changes, Launcher other features and settings have not changed.
- 5
Pull up the terminal again and enter the following command:
Gsettings set Com.canonical.Unity.Launcher launcher-position left
Note either the Bottom in the previous step or the left in this step, the first letter is capitalized.
- 6
You will find the Launcher launcher back to the left of the screen.
If you change the last parameter of the above command to right, Launcher will not move anywhere. It appears that the above command can only switch the location of the Launcher between the left and the bottom of the screen.
END
Original address: http://jingyan.baidu.com/article/e52e36154e6af340c60c518c.html
Move the launcher on the left side of the Ubuntu16.04 desktop to the bottom of the screen