Answers to: How do I move the Minimize, Maximize and Close buttons in Ubuntu Lucid back to where they used to be?http://linuxexchange.org/questions/83/how-do-i-move-the-minimize-maximize-and-close-buttons-in-ubuntu-lucid-back-to-where-they-used-to-be<p>You may have noticed the Minimize, Maximize and Close buttons in Ubuntu 10.04 Lucid Lynx have moved from the upper right to the upper left of a given window. The order of them has also changed. How do you get them back to where they were in previous Ubuntu versions?</p>enSun, 23 May 2010 02:51:00 -0400Answer by FewClueshttp://linuxexchange.org/questions/83/how-do-i-move-the-minimize-maximize-and-close-buttons-in-ubuntu-lucid-back-to-where-they-used-to-be/686<p>Everyone is working too hard at this. Simply right click in the desktop area, select change desktop background and using the themes tab, change to any theme. Immediately your window controls will be where you are used to having them. </p>FewCluesSun, 23 May 2010 02:51:00 -0400http://linuxexchange.org/questions/83/how-do-i-move-the-minimize-maximize-and-close-buttons-in-ubuntu-lucid-back-to-where-they-used-to-be/686Answer by fgerbighttp://linuxexchange.org/questions/83/how-do-i-move-the-minimize-maximize-and-close-buttons-in-ubuntu-lucid-back-to-where-they-used-to-be/468<p>Use ubuntu-tweak from <a href="http://ubuntu-tweak.com/" rel="nofollow">http://ubuntu-tweak.com/</a> and select "Window Manager Settings -> Window Titlabar Button Layout -> Right".</p>fgerbigTue, 11 May 2010 10:58:29 -0400http://linuxexchange.org/questions/83/how-do-i-move-the-minimize-maximize-and-close-buttons-in-ubuntu-lucid-back-to-where-they-used-to-be/468Answer by jeremyhttp://linuxexchange.org/questions/83/how-do-i-move-the-minimize-maximize-and-close-buttons-in-ubuntu-lucid-back-to-where-they-used-to-be/84<p>To get the buttons back to where they were previously, do the following:</p> <pre><code>$ gconf-editor</code></pre> <p>Navigate to: <code>apps -> metacity -> general</code><br> Edit the <strong>button_layout</strong> key to: <code>menu:minimize,maximize,close</code></p> <p>Note that if you prefer the command line to a GUI editor, you can also issue the following command:</p> <pre><code>$ gconftool-2 --set /apps/metacity/general/button_layout --type string menu:minimize,maximize,close</code></pre> <p>--jeremy</p>jeremyFri, 16 Apr 2010 16:44:53 -0400http://linuxexchange.org/questions/83/how-do-i-move-the-minimize-maximize-and-close-buttons-in-ubuntu-lucid-back-to-where-they-used-to-be/84