-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect behavior on Debian 9 with Gnome 3 #22
Comments
So do you confirm that the example window provided with this repository cannot be resized by dragging its borders or moved by dragging the top, large border ? Could you attach here a debug log generated while trying to move/resize the window ? |
Ah wait, I didn't realize your gnome version. Actually, this is a gnome bug that has been fixed in newer versions, see https://bugzilla.gnome.org/show_bug.cgi?id=781811 I believe you need at least gnome 3.24.3 to have the bugfix |
Yes, indeed after update to Gnome 3.26 it works better, but still there is problems in my project which uses |
As a rule of thumb:
|
Moved from here.
I am using Debian 9 with Gnome 3.22.3 on Wayland with HighDPI (resolution is 3840x2160 for 15'' display). When I launch example from
wayland-window
I am getting the following result:Click to expand
Also it does not get handled correctly in the overview mode (not sure how it's properly called):
Debug log:
Click to expand
Also it looks like
with_dimensions
,with_fullscreen
andwith_title
methods do not work at all. (tested in different application) Example window can not be resized or moved. Not sure if it'swinit
/wayland-window
problem or some bug on Debian side.The text was updated successfully, but these errors were encountered: