GNOME Bugzilla – Bug 647901
'Utility' windows auto-resize on screen edges.
Last modified: 2011-05-16 14:17:05 UTC
I came across this when using GIMP. When you drag one of the toolbox or properties type windows (which to my knowledge are considered utility windows by Mutter) to the sides or top of the screen, the normal split or maximize actions occur. It just seems undesirable to have the gimp toolbox take up half of the screen, rather than one just being able to place it on the edge of their monitor.
Created attachment 186213 [details] [review] window: don't allow side-by-side tiling of non-maximizable windows If a window is not maximizable, then that probably means it looks dumb at very large sizes. Even if its hints would allow you to manually resize it to a large size, don't allow automatically tiling it to half the screen.
when will the above be implemented so I can confirm the issue is resolved? I still have the problem.
poke
Review of attachment 186213 [details] [review]: Code looks good - I'd still double-check with Jon if he's OK with that before pushing.
(In reply to comment #4) > Review of attachment 186213 [details] [review]: > > Code looks good - I'd still double-check with Jon if he's OK with that before > pushing. Don't think this needs UI review.
Attachment 186213 [details] pushed as 64e6b77 - window: don't allow side-by-side tiling of non-maximizable windows