-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
window resizing should not be allowed under readonly mode #2137
Comments
I assume you mean that the server-side window got resized, and this is then propagated to the other client. The desktop dimension of the server (the xvfb size) is not affected by window resizing. We need to:
|
2019-02-07 00:46:23: thiner commented
|
What you describe here is the same as your other ticket: #2136 So when I said:
That is not true of "start-desktop" servers, where we do resize the xvfb size to match the client's window size. And this one is actually easier to solve for desktop mode. |
The problem with the client side is that window managers are free to ignore the hints we give them.. We try our best, but this is going to be very hard to get working perfectly. @thiner: does that work well enough for you? |
Issue migrated from trac ticket # 2137
component: core | priority: major | resolution: worksforme | keywords: readonly dimension
2019-02-06 14:54:56: thiner created the issue
The text was updated successfully, but these errors were encountered: