0

I have tried to move windows control buttons using gconf-editor. It worked partially; Now when windows are not maximied X/Minimize/Maximize buttons are on the right side, but as soon as the windows are maximized it goes back to right. What should I do?

Thanks

1 Answers1

-2

Try this on your terminal:

sudo su
rm -rf .gnome .gnome2 .gconf .gconfd .metacity

It will delete gnome configuration and resets everything !

kostandinangjellari
  • 1,123
  • 1
  • 10
  • 20
  • But I do not want to reset, because resetting will return everything to left side, I want windows controls to be on the right side, like in windows?

    Also using this command absolutely did nothing it just returned "root@my-computer-name"

    – Unrivalled confusion Apr 21 '14 at 11:13
  • 1
    -1 because: i) sudo is not needed here and sudo should be avoided unless it is actually necessary; and, more importantly ii) this will completely delete all configuration settings, not only the ones the OP wants changed. – terdon Apr 21 '14 at 11:21
  • Well I actually, reverted the change now everything is in left, I really wish ubuntu gave us an option to freely customize it. – Unrivalled confusion Apr 21 '14 at 11:52