-
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
New attached windows need to be placed #3676
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not fix the problem that I was having with cosmic-bg
because LayerSurfaceV1::configure()
happens before BasicWindowManager::place_new_surface()
. The surface has not yet been placed when we send the configure event
That sequence seems ... wrong. But I see it too:
|
Fixed now |
This makes it not crash 👍 But it doesn't make it work for |
… use 0 widths and height
I have fixed it with the latest commit @AlanGriffiths: |
:) |
I understand why that broke, working on a fix |
Oops! Pulled the rug out of another corner |
…g a committed size
bcd98f3
to
bb8b9d4
Compare
Mattermost comment that "That [latest commit] did not break me"
Not sure why (but I never tracked down the cause) this also seems to fix some intermittent yambar crashing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working well for me now 👍
Alternative to #3675