[Wayland-bugs] [Bug 764413] Wayland: not fullscreenable gtk+ apps can be fullscreened
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Thu Apr 21 08:40:28 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=764413
--- Comment #9 from Olivier Fourdan <ofourdan at redhat.com> ---
Created attachment 326475
--> https://bugzilla.gnome.org/attachment.cgi?id=326475&action=edit
Test program
This simple reproducer is to demonstrate the need for attachment 325360
independently of the min/max addition to xdg-shell v6.
Even on X11, mutter will maximize windows that have a max size and a min size
set.
Basically, on X11, what mutter does is to check if the window is resizeable or
not. If the window is resizeable, it can be maximized or fullscreened, even if
the specified max size is actually smaller than the available workarea.
mutter reckons a window is not resizeable if min == max. If min < max, it can
be maximized for mutter (other window managers might behave differently, but
that's not the point here).
1. Save and build the attached program
2. Start a GNOME on X11 session
3. Run the reproducer in X11
Notice that the window cannot be resized manually to the full size of the
monitor, yet moving it toward the top edge of the monitor and mutter will
happily maximize the window.
Assuming this is the expected and desired behaviour, we need attachment 325360
in gtk+ to have the same in Wayland, even with the min/max size hint added to
xdg-shell (which have now been pushed in xdg-shell v6 btw).
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20160421/4ecfc53d/attachment-0001.html>
More information about the wayland-bugs
mailing list