不知何故,面板移到了右侧。我该如何将其移回顶部?我尝试了右键单击、拖动等操作。
答案1
- 右键单击面板
- 选择“属性”
- 根据需要修改“方向”组合框
答案2
好的,@Adam 的回答给了我一个我需要的术语来引导我找到答案,即“Orientation”。以下是解决方案:
- 启动终端
- 类型:
gconf-editor
- 导航至 /apps/panel/toplevels/top_panel_screen0/orientation
- 双击调出“编辑”对话框
- 改成
right
top
还有一个...bottom_panel_screen0/orientation 也可以改变...可能你想要它bottom
。