-
-
Notifications
You must be signed in to change notification settings - Fork 623
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
Stop walking window tree if we get zero #1745
Conversation
It looks like some of the child windows are zero, which causes the next call to XQueryTree to blow up.
✅ Deploy Preview for conkyweb canceled.
|
I'm going to test this locally because no It might be better to check whether conky is drawing on root (if that's your config) from code that's calling The reason that function was needed is because plasma created 2/3 nested nodes for conky with the following settings:
so there was no simpler way to check whether the cursor was over conky, because the window stored in globals points to the deepest descendant, and one of container windows is returned by I think it's also redundant to check for all three of EDIT: Checking it out now on plasma. XFCE worked fine (1 crash with weird setup; hard to reproduce). |
From the stack trace, it's calling
So if |
Calling The cause of the crash from the issues is in Calling |
Closing this in favour of #1748 |
It looks like some of the child windows are zero, which causes the next call to XQueryTree to blow up.
cc @Caellian