在终端输入
代码语言:javascript复制gsettings set com.canonical.Unity.Launcher launcher-position Bottom
如果遇到以下问题
代码语言:javascript复制Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applicat
输入这条命令
代码语言:javascript复制export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules/
再执行
代码语言:javascript复制gsettings set com.canonical.Unity.Launcher launcher-position Bottom
如果想还原,将Bottom换成Left即可
永久解决:
代码语言:javascript复制sudo gedit ~/.bashrc
添加最后一行在环境变量
代码语言:javascript复制export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules/
这样就OK啦