Skip to content
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

maximization goes wrong with MS Windows clients #3533

Closed
totaam opened this issue Apr 28, 2022 · 1 comment
Closed

maximization goes wrong with MS Windows clients #3533

totaam opened this issue Apr 28, 2022 · 1 comment
Labels
bug Something isn't working client win32 MS Windows OS

Comments

@totaam
Copy link
Collaborator

totaam commented Apr 28, 2022

Here with Firefox:

client   4 @06.514 configure event: current size=(1013, 645), new size=(16384, 150), backing=gtk3.CairoBacking(ImageSurface(1013, 645) : size=(1013, 645), render_size=(1013, 645)), iconified=False
window client properties updates: {'encoding.render-size': (16384, 150)}

This is very similar to #2714.
It seems that the new maximized dimension is 16384 - which is high enough to cause problems and too low to trigger the counter measures we added previously.

$ xpra info | grep size-constraints
windows.10.size-constraints.base-size=(563, 150)
windows.10.size-constraints.gravity=1
windows.10.size-constraints.maximum-size=(16384, 16384)
windows.10.size-constraints.minimum-size=(563, 150)
@totaam totaam added bug Something isn't working client win32 MS Windows OS labels Apr 28, 2022
@totaam
Copy link
Collaborator Author

totaam commented Apr 28, 2022

Same fix as #2714

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working client win32 MS Windows OS
Projects
None yet
Development

No branches or pull requests

1 participant