Results 1 to 4 of 4

Thread: change metacity button

  1. #1
    Join Date
    Jan 2005
    Location
    Signa, Florence
    Beans
    255
    Distro
    Hardy Heron (Ubuntu Development)

    Cool change metacity button

    I found a tutorial to change metacity window button position (minimize,maximize, colse) from the right position to the left position like window of macOSx
    Code:
    Question: the buttons for the window border being on the left,
    is that a theme thing or can that be configured somewhere?
    
    Answer: ( original tutorial by -fissy. )
    
    using the "run program" action or a terminal, start gconf by typing:
    
    gconf-editor
    
    and hitting enter.
    
    This program is a bit like the registry editor for windows.
    
    In the tree on the left you need to go to /apps/metacity/general/
    
    There is then a key in the right pane called "button_layout"
    
    edit this key so that it reads:
    
    CODE
    close,minimize,maximize:menu
    
    or
    CODE
    close,maximize,minimize:menu
    I hope that it will useful...

  2. #2
    Join Date
    Feb 2005
    Beans
    Hidden!

    Re: change metacity button

    Quote Originally Posted by lizardking
    I found a tutorial to change metacity window button position (minimize,maximize, colse) from the right position to the left position like window of macOSx
    Code:
    Question: the buttons for the window border being on the left,
    is that a theme thing or can that be configured somewhere?
    
    Answer: ( original tutorial by -fissy. )
    
    using the "run program" action or a terminal, start gconf by typing:
    
    gconf-editor
    
    and hitting enter.
    
    This program is a bit like the registry editor for windows.
    
    In the tree on the left you need to go to /apps/metacity/general/
    
    There is then a key in the right pane called "button_layout"
    
    edit this key so that it reads:
    
    CODE
    close,minimize,maximize:menu
    
    or
    CODE
    close,maximize,minimize:menu
    I hope that it will useful...
    Cool.

    Its a little awkward though, but its cool for PowerPC users. Again, I used to think I would never use an upper panel, and thats not the case with g-nome huh?

  3. #3
    Join Date
    Jan 2008
    Beans
    22
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: change metacity button

    It works in 10.04 alpha 3 too...

  4. #4
    Join Date
    Oct 2005
    Location
    in the Bitstream
    Beans
    415
    Distro
    Ubuntu Development Release

    Re: change metacity button

    Very true, especially note the colon position for the placement wrt to the corners!

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
  •