6

I have installed Ubuntu Gnome 14.04

The problem is :

Nautilus(I think it called "Files" in gnome-shell) has no Minimize/Maximize button !

I have enabled gnome-tweak-tool -> Windows -> Maximized/Minimized, but Nautilus has not Minimize/Maximize buttons!

enter image description here

Any ideas?

Hamed Kamrava
  • 2,335
  • 11
  • 34
  • 49
  • did you follow this workaround http://askubuntu.com/questions/125765/how-do-i-add-minimize-maximize-buttons-to-gnome-shell-windows – JoKeR Jun 11 '14 at 09:37
  • Yes I did, but problem doesn't solved – Hamed Kamrava Jun 11 '14 at 09:45
  • I just logged into Gnome-shell using dconf as instructed in answer 2 works right away. Oh yeah, pardon, but you meant Nautilus also :-) let me check next – JoKeR Jun 11 '14 at 09:48
  • I exactly did instructed in answer 2 it works fine for all windows but nautilus ! – Hamed Kamrava Jun 11 '14 at 09:51
  • maybe I'm blind but I don't see that option for nautilus maybe it's not possible at the moment, there's decoration for nautilus too as you can see in org.gnome.nautilus but I don't see option to edit with. – JoKeR Jun 11 '14 at 09:57
  • 1
    You can always press Alt+ Space to bring up window menu, and select minimize. – No Time Dec 15 '14 at 02:55

5 Answers5

2

hm... Actually there's an option for minimize/maximize it's kinda hidden, when you click on nautilus top panel you get:

enter image description here

I'll add more solutions, when/if I find.

JoKeR
  • 6,972
  • 9
  • 43
  • 65
  • 2
    I know that, not interesting... – Hamed Kamrava Jun 11 '14 at 10:18
  • oh :-) ok, I didn't know you already know that. – JoKeR Jun 11 '14 at 10:18
  • 3
    so, I did some deep research including Gnome official sources, and currently it's not possible to do with Gnome 3.10+ only the way like on the screenshot, not even adding extensions will help you to add minimize/maximize buttons. Only if you install/replace to other file browser. I guess this be fixed but it's a question to Gnome developers. – JoKeR Jun 11 '14 at 13:51
1

Solved mine with

gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close"

gsettings is a command line tool, by using it we are setting the property of desktop window manager's button layout to ":minimize,maximize,close" which will then have all three buttons instead of only close i.e a cross button

  • A little explanation would be useful. What does the command do, why it will work..etc. – Ron Jan 26 '16 at 17:51
  • Worked. Quick add: gsettings get org.gnome.desktop.wm.preferences button-layout to show what you currently have – savageGoat Sep 02 '22 at 10:07
0

enter image description here

On 20.04

Change or remove the shortcut for settings->toggle maximization state

Gulzar
  • 210
0

So I just noticed that you used tweak tool but didn't notice you are asking about Nautilus. As far as I know after I did some research before that you can't do that. You can look on this extension or you can try Nemo. I personally use keyboard shortcuts to navigate.

OdinRW
  • 632
0

Install Elementary theme (ftom Elementary OS). This will move close button to the left corner and appear maximize in right.

You will get like this:

But if you select other themes after Elementary theme, layout don't save and will back to default in the next log in. I think, it possible to copy layput settings from Elementary theme and put it in any other.

Eric Carvalho
  • 54,385