-
Notifications
You must be signed in to change notification settings - Fork 236
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
wlserver_set_xwayland_server_mode sets no mode to X now #571
Comments
Nvm, this is actually 100% consistent if you plug in after... Wonder if it's related to us setting the output info and calling |
Commenting out the Not sure how to properly fix it though and retain the property updating. |
Yeah this makes sense,
|
Hm. Maybe we can install a global filter and create one |
Sometimes when we call wlserver_set_xwayland_server_mode to try to get the first xwayland server to resize to the output size, we never find any resources that match the client of the xserver so it never gets updated.
if ( wl_resource_get_client( resource ) == client )
always returns false.Seems to persist across a instance of running gamescope. We either end up doing it every time or never.
I am not sure why yet. Maybe @emersion would have an idea?
The text was updated successfully, but these errors were encountered: