After upgrading to Ubuntu 21.10, most new windows are always opening maximized. E.g. any file manager window, the text editor, etc.
Is there any way to revert this setting?
After upgrading to Ubuntu 21.10, most new windows are always opening maximized. E.g. any file manager window, the text editor, etc.
Is there any way to revert this setting?
The window manager of Ubuntu desktop has a feature where large windows are automatically maximized. To turn that behaviour off, run the following command:
gsettings set org.gnome.mutter auto-maximize false
org > gnome > mutter
, "auto-maximize", toggle off. (This is in 22.04.)
– Dɑvïd
Sep 19 '22 at 09:29
I found a workaround: During the Ubuntu login screen after booting the PC, I select first my user name, then in the lower right corner the gear icon and select "Ubuntu on xorg" or something.
After that, windows work correctly again. This also happens to fix some other issues, like "raise on hover" not working correctly.