如何在 Gnome3 的 Shell 中向右移动 Chrome 的按钮

Asa*_*ers 13 gnome window-buttons google-chrome

我在 Ubuntu 中从 Unity 切换到 Gnome Shell。现在 Chrome 在左侧有按钮,但我希​​望它们在右侧。如何在不切换到系统标题栏的情况下解决此问题?

我也尝试过 gconf-editor 并修改 apps>metacity>general>button_layout,但这没有任何区别。

Alv*_*vin 24

不会让我对所选答案添加评论

如果你使用

gconftool-2 --set /apps/metacity/general/button_layout --type string ":minimize,maximize,close"
Run Code Online (Sandbox Code Playgroud)

你会保留所有的按钮


reg*_*gan 11

这在 Gnome Shell 和 Chrome 15.0.874.120 中对我有用。从命令行尝试:

gconftool-2 --set /apps/metacity/general/button_layout --type string ":minimize,maximize,close"
Run Code Online (Sandbox Code Playgroud)