Ubuntu Netbook Remix maximizes all windows I open, including dialog windows (e. g. find dialog). That's frustrating. Is there a way to change the default behaviour?
Asked
Active
Viewed 608 times
2 Answers
1
Yes, you have to disable maximus.
Go to system->preferences->sessions and disable it or open a terminal and execute:
sudo apt-get remove maximus
in order to uninstall it.
mrucci
- 9,868
- 3
- 31
- 31
-
Thank you for your answer. But, first, I found it under System -> Startup Applications -> Startup Programs. Second, it didn't work as I expected. Now windows are not maximized at all, the way like UNR does it by default, hiding the window title. I'd like to leave that maximize feature, but I don't want it to maximize all windows I open. Is it possible? – codeholic Feb 26 '10 at 16:36
-
It seems that maximus has an exclude list. Take a look here: http://albertsq.blogspot.com/2008/09/maximus-configuration.html – mrucci Feb 26 '10 at 16:54
-
For me, it's more comfortable to just maximize windows I want than to configure every single window that maximus maximizes improperly. – codeholic Feb 26 '10 at 17:07