10.04 Lucid Lynx

From JoeHacker

The page contains some quick fixes/changes for Ubuntu Lucid Lynx.

Move Title bar button layout back to the right

Lucid Lynx moved the buttons on the title bar from the right side of the window to the left. To get the buttons back to the old way do the following:

  1. Open gconf-editor using Alt-F2 or from a shell.
  2. Navigate to apps -> metacity -> general
  3. On the right pane, look for button_layout and change to menu:minimize,maximize,close

The ':' character in the button_layout value determines what is on the left and right of the title bar.

The command line to do this in one step is:

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