码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu16.04如何将菜单移到屏幕下方

时间:2020-05-23 00:38:32      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:unit   src   ubunt   错误   app   family   set   ons   setting   

Ubuntu16.04如何将菜单移到屏幕下方

 

备注: 本篇博文是博主记录在Ubuntu(桌面版本)上如何改变菜单的位置而撰写的。给开发者或者阅者一种视觉上的效果。从而实现了Ubuntu桌面版本的简洁和高效的管理方式。经过正确验证后,此方法只适用于Ubuntu16.04以上版本。有兴趣的朋友可以进行参考。

 

移动到下方:

打开终端,输入命令:

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

 

效果图:

 技术图片

 

 

移动到左方:

打开终端,输入命令:

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

 

效果图:

技术图片

 

 

注意: 如果遇到错误

Glib-GIO-Message: Using the memory GSettings backend. Your settings will not be saved or shared with other applications.

 

在终端输入命令:

export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules/

 

然后再输入上方的命令移动到下方/移动到左方就可以了.

移动到下方:

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

移动到左方:

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

 

Ubuntu16.04如何将菜单移到屏幕下方

标签:unit   src   ubunt   错误   app   family   set   ons   setting   

原文地址:https://www.cnblogs.com/lyiwei/p/12940476.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!