-
Notifications
You must be signed in to change notification settings - Fork 103
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
Libreoffice Impress slideshow doesn't fullscreen correctly #3116
Comments
From the logs, libreoffice impress seems to be doing |
The immediate problem isn't having a max size set, but that the client is committing buffers of the smaller size. This affects both the "presentation" window and the "presenter's view" window. Here's the first:
|
This is weird:
We set the size to fullscreen: Where is the logic in that?! |
For contrast, glmark2-wayland submits buffers of the expected size:
|
Here's what happens with Mutter:
|
Now, I remember changing some logic that repeatedly sent configure events when buffers were an unexpected size because it caused "ping pong" with apps that tried to resize. But, in this case, persisting seems to be what works. |
And, indeed, reverting #3042 does "fix" this problem |
No description provided.
The text was updated successfully, but these errors were encountered: