-
Notifications
You must be signed in to change notification settings - Fork 26
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
Closing window raises exception #9
Comments
Ah, cool, this is a better testcase than what I'm using. I'm implementing #3 right now which I suspect is related, but I have no idea why the tests pass for us and Travis... |
I had hoped one of these would catch #9 with a simpler testcase, but apparently not. Might as well add them anyway.
So I think I've implemented #3 reasonably correctly (actually there is still a small bug, but I think for most cases it should Just Work). I'll give qtile another try tomorrow, but if you get the itch, master might work. |
It looks like there is still some cases that come up running qtile that break the new |
Hmm, even with #12, this doesn't seem to be fixed |
Ok, I will take a look over the weekend. I haven't actually looked at this at all, I was just hoping it was related to #3. Wishful thinking, it seems. |
Ok, I think (in this particular case) that it might not actually have been an xcffib bug, but a qtile bug. See qtile/qtile@6577649 I merged that into the cffi branch and these particular errors went away. I'm still working on some of the others, but I think they might all just be synchronization errors. Maybe it is time to tag a release of xcffib... |
If that explanation looks reasonable to you, I'll close this and tag an xcffib and then try and fix up the cairocffi patch. Then we can get on with debugging the systray problem with an eye toward cairocffi. |
Yeah, that sounds good, it works for me without throwing those errors with that commit. |
Running qtile from the cffi branch, closing a window throws the following exception:
The text was updated successfully, but these errors were encountered: