FS#45506 - Make the conky window transparent
Attached to Project:
Arch Linux
Opened by Didier R. (Zeph) - Tuesday, 30 June 2015, 11:50 GMT
Last edited by Gaetan Bisson (vesath) - Wednesday, 01 July 2015, 01:11 GMT
Opened by Didier R. (Zeph) - Tuesday, 30 June 2015, 11:50 GMT
Last edited by Gaetan Bisson (vesath) - Wednesday, 01 July 2015, 01:11 GMT
|
Details
Description:
after update conky package to version 1.10.0-1 it crashes with config : own_window_argb_visual = true X Error of failed request: BadMatch (invalid parameter attributes) Additional info: * conky 1.10.0-1 Steps to reproduce: * update conky to 1.10.0-1 Resolve: https://github.com/brndnmtthws/conky/issues/55 change PKGBUILD and switch ON BUILD_XDBE : add to cmake -D BUILD_XDBE=ON |
This task depends upon
Closed by Gaetan Bisson (vesath)
Wednesday, 01 July 2015, 01:11 GMT
Reason for closing: Implemented
Additional comments about closing: conky-1.10.0-2 in [extra]
Wednesday, 01 July 2015, 01:11 GMT
Reason for closing: Implemented
Additional comments about closing: conky-1.10.0-2 in [extra]
Comment by IMBJR (IMBJR) - Tuesday,
30 June 2015, 14:30 GMT
This will also resolve issues with flickering since that requires
the double_buffer configuration object which has been compiled out
for unknown reasons.
Comment by Gaetan Bisson (vesath) -
Tuesday, 30 June 2015, 17:02 GMT
Thanks for investigating this. Could you confirm that
conky-1.10.0-2 fixes this issue?
Comment by IMBJR (IMBJR) - Tuesday,
30 June 2015, 18:37 GMT
Conky 1.10.0-2 addresses my issues with double_buffer. Thanks.