-
Notifications
You must be signed in to change notification settings - Fork 9
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
Sending the USR1 signal causes Xquartz to crash #29
Comments
With one quick look it seems to be working with the command |
I just had another look at this and interestingly doing |
I can confirm this myself, lets see what the problem is. EDIT: The crash appears only with X11 support enabled. One of the two Also, seems to me that the one crashing first is conky, then Xquartz. |
Hi! Update on the problem: I think that disabling XDamage support makes the problem disappear. Please recompile with |
That seems to have fixed it for me. Thanks so much for working on this! |
No problem!!! Glad it helped! |
We now disable XDamage support by default to allow SIGUSR1 to be handled properly without having Xquartz or conky crash.
When sending conky the USR1 signal, which is meant to have conky reload the config file, causes Xquartz to crash, which then causes conky to crash and exit.
The text was updated successfully, but these errors were encountered: