Search code examples
gnomegnome-3gnome-shell

Adding minimize and maximize buttons to windows in Gnome


I have added the minimize and maximize buttons as described here.
I tried both command line and GUI options.

They don't add...
And when in GUI I see a red marker stating "The key has no schema"

Does anybody know what to do?


Solution

  • Ok,

    gsettings set  org.gnome.shell.overrides button-layout ':minimize,maximize,close'
    

    Does the trick.