-
Notifications
You must be signed in to change notification settings - Fork 500
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
Constant error messages in some window managers #52
Comments
I'm myself a fvwm user and I encounter the same issue frequently, too. It usually happens on moving/resizing windows (probably related to fvwm's geometry window, and fvwm is calling Compton will not check if a window still exists or is still mapped when operating, and it recognizes a window as destroyed/unmapped only when it gets its
|
OK, thanks for the explanation. |
- Try to improve the performance of color inversion by applying clipping region during color inversion. (#75) - Validate pixmap on window unmap/destruction. Probably slightly helpful for #52. - Change the design of unmap_win() and destroy_win(), a bit. - Add warning message to help messages about features disabled at compile time, instead of dropping their description completely. (#85) - Silence some warnings. Code clean-up.
from #154:
any progress? i still get
proposition: |
It would have been great to have this information on the manual page! If I guess it's better to have the explanation in this bug instead of nowhere, though. I'm copying a fragment of error messages below in case it makes other people easier to find this while googling for the error messages:
Seeing the explanation above, I think all of these should be ignored. I'm using Xfwm4 version 4.16.1 in case it makes a difference. |
When I start compton (with no options), it constantly prints error messages like this:
[ 0.03 ] error 9 (BadDrawable) request 153 minor 4 serial 163
[ 0.03 ] error 9 (BadDrawable) request 153 minor 4 serial 170
[ 0.03 ] error 9 (BadDrawable) request 153 minor 4 serial 179
[ 0.03 ] error 9 (BadDrawable) request 153 minor 4 serial 188
[ 0.05 ] error 177 (BadPicture) request 153 minor 8 serial 225
[ 0.05 ] error 177 (BadPicture) request 153 minor 8 serial 231
The "error 9" messages only occur at the beginning, the rest are all "error 177". Compton seems to be working fine other than these messages, but perhaps they indicate an underlying problem?
I've tried it with fvwm 2.6.5, both with my normal config and a null config. I also tried with e16 1.0.11, which gave the same results. Openbox 3.5.0 did not produce the error messages. This happens on multiple machines, one with NVidia graphics and another with Intel.
I'm using commit c7ca345.
The text was updated successfully, but these errors were encountered: