FS#44239 - [conky] patch for FS#44187 break png transparency

Attached to Project: Arch Linux
Opened by Gianpiero (4javier) - Wednesday, 18 March 2015, 11:54 GMT
Last edited by Gaetan Bisson (vesath) - Wednesday, 18 March 2015, 16:15 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Gaetan Bisson (vesath)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Until yesterday I had on my root window a png Arch logo with transparent background. After last conky update a white background is shown. I had already set "own_window_argb_visual true", and today I tried also "own_window_argb_value 0" with no luck.


Additional info:
Conky 1.9.0-5
Imlib2 1.4.6-3

I think those are the interesting lines of my conf file

double_buffer yes
background yes
draw_shades no
own_window yes
own_window_argb_visual true
own_window_argb_value 0
own_window_class Conky
own_window_hints undecorate,below,sticky,skip_taskbar,skip_pager
own_window_type desktop
own_window_transparent yes
${image /home/javier/dati/immagini/tango-arch.png -p 350,200}

This is stdout in debug mode

conky -DDc ~/conky/base.conf
DEBUG(0) [conky.c:5343]: reading contents from config file '/home/javier/conky/base.conf'
DEBUG(1) [core.c:1225]: no templates to replace
Conky: forked to background, pid is 2286
javier@archbox ~ $
Conky: desktop window (27a) is root window
DEBUG(0) [x11.c:240]: Found ARGB Visual
Conky: window type - desktop
Conky: drawing to created window (0x1000002)
Conky: drawing to double buffer
DEBUG(0) [imlib2.c:198]: Drawing image '/home/javier/dati/immagini/tango-arch.png' at (350,200) scaled to 0x0, caching interval set to 0 (with -n opt 0)
DEBUG(0) [imlib2.c:198]: Drawing image '/home/javier/dati/immagini/tango-arch.png' at (350,200) scaled to 256x256, caching interval set to 0 (with -n opt 0)
DEBUG(0) [imlib2.c:198]: Drawing image '/home/javier/dati/immagini/tango-arch.png' at (350,200) scaled to 256x256, caching interval set to 0 (with -n opt 0)
DEBUG(0) [imlib2.c:198]: Drawing image '/home/javier/dati/immagini/tango-arch.png' at (350,200) scaled to 0x0, caching interval set to 0 (with -n opt 0)


Last line is flooding the terminal. (my conky refresh interval is set to 1 sec)
This task depends upon

Closed by  Gaetan Bisson (vesath)
Wednesday, 18 March 2015, 16:15 GMT
Reason for closing:  Fixed
Additional comments about closing:  conky-1.9.0-6 in [extra]

Loading...