User Tools

Site Tools


blog:ubuntu_10.04_change_menu_button_alignments

Ubuntu 10.04 change menu button alignments

To move the menu buttons to the right side. Open gconf-editor

  • apps
    • Metacity
      • general“ → button_layout = “menu:minimize,maximize,close”

Move Ubuntu desktop window control buttons to the right:

gconftool-2 --set "/apps/metacity/general/button_layout" --type string "menu:minimize,maximize,close"

Switch back to desktop window control buttons to the left:

gconftool-2 --set "/apps/metacity/general/button_layout" --type string "close,minimize,maximize:"

Ref: http://www.linuxlookup.com/howto/move_ubuntu_window_control_buttons_left_right_side

~~LINKBACK~~

Discussion

Enter your comment. Wiki syntax is allowed:
   ____  _____   ___    ____  _      __
  / __/ / ___/  / _ \  / __/ | | /| / /
 / _/  / /__   / // / / _/   | |/ |/ / 
/___/  \___/  /____/ /_/     |__/|__/
 
blog/ubuntu_10.04_change_menu_button_alignments.txt · Last modified: 2011-07-03 07:35 by brb