Results 1 to 5 of 5

Thread: REAL:LY Quick and Easy Title Bar Button Side Switching

  1. #1
    Join Date
    Jul 2006
    Location
    Pittsburgh, PA
    Beans
    130
    Distro
    Ubuntu Development Release

    REAL:LY Quick and Easy Title Bar Button Side Switching

    A ton of users are dissatisfied with the decision to change the buttons on the title bar, however, it's incredibly easy to change back and forth between the old (Karmic) look, and the new (Lucid Alpha) look. You do not have to be on Lucid to test out the new look. These commands work fine on Karmic and (probably) older, although I have only tested them on Karmic and Lucid.

    The fix is ridiculously simple. First, open up a terminal.

    If you want your Title Bar icons to look like they do in Karmic (RIGHT side), copy and paste the following code into the Terminal and press Enter:
    Code:
    gconftool-2 --set "/apps/metacity/general/button_layout" --type string ":minimize,maximize,close"
    If you want your Title Bar icons to look like they do in Lucid Alpha (LEFT side), copy and paste the following code into the Terminal and press Enter:
    Code:
    gconftool-2 --set "/apps/metacity/general/button_layout" --type string "maximize,minimize,close:"
    It really is that easy. You're done! Enjoy!

  2. #2
    Join Date
    Jun 2009
    Beans
    16

    Re: REAL:LY Quick and Easy Title Bar Button Side Switching

    i got this strange error:

    Error setting value: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)

    I am on ubuntu 9.10

  3. #3
    Join Date
    Jun 2009
    Location
    Cambridge, UK
    Beans
    9
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: REAL:LY Quick and Easy Title Bar Button Side Switching

    Cool tip, thanks!

    It's worth mentioning that on Karmic, your command will get rid of the application menu/icon (at the left end of the titlebar), which I believe is there by default.

    To prevent that, try this instead:
    Code:
    gconftool-2 --set "/apps/metacity/general/button_layout" --type string "menu:minimize,maximize,close"
    I don't know how this will behave on Lucid though, I only have Karmic.

  4. #4
    Join Date
    Jun 2007
    Beans
    2
    Distro
    Ubuntu Development Release

    Re: REAL:LY Quick and Easy Title Bar Button Side Switching

    works a treat, cheers!

    rawny: the menu: bit works fine too.

  5. #5
    Join Date
    Mar 2010
    Beans
    178
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: REAL:LY Quick and Easy Title Bar Button Side Switching

    Thank you!

    Worked like a charm

    I bookmarked this on the post day and upgraded to day
    ========================================
    "If people make the final decisions, let's invest in education, not technology. " - zefrank 03-28-06
    ========================================

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •