** Description changed:

+ Install unity 3.8.14 from natty-proposed. Then logout and login again in the 
session
+ Test case:
+ - Compile the attached test program
+ - Run the program with the following $ values replaced with values for your 
screen: ./test $width_of_screen $height_of_screen
+ -> Window should not maximise automatically as it has a maximium size set 
that is lower than the size it would be if it were maximised by unity
+ 
  Unity automatically maximizes application windows that take up more that
  75% of the screen when they are launched. It doesn't check the maximum
  size of the window when doing this. This means the window is undecorated
  but remains at its original size.
  
  This is a problem for applications that don't support resizing like SDL
  windows if the SDL_RESIZABLE flag is not set.
  
  Attached is a sample SDL program which demonstrates the problem.
  
  I also found a memory leak  in PluginAdapter::MaximizeIfBigEnough() when
  tracking this issue. win_wmclass is not freed if the method exits early.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/769781

Title:
  Unity maximizes windows that don't support resize on launch

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to