Ubuntu – Conky transparancy and refresh issue

14.04compizconkygnometransparency

I recently upgraded from 12.04 tot 14.04, gnome flashback Compiz.
Conky tranparant behaves abnormally now and I can't fix it.

Transparency turned off, conky acts normally.
Transparency turned on, it is as if upon each refresh, the previous layer isn't removed, so they stack onto eachother.

See screenshots:

no transparency:

enter image description here

transparant:

enter image description here

normal:

enter image description here

I've tried all sorts of combinations of the relevant section in .conkyrc but to no avail…

Relevant lines in .conkyrc:

## Create own window in instead of using desktop?
#
own_window yes
own_window_transparent yes
#own_window_type normal
own_window_type override
own_window_class conky-semi
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
####
## Some distros also require the following 2 lines.
#
#own_window_argb_visual yes
#own_window_argb_value 0

I've recently noticed it's variable: it always does this right after startup or 'conky' in terminal, but after a while it stops (so conky's normal), but then after a variable time interval, the 'stacking' starts again…

NB the more I look at it, the more I think it could be a window compositing or window manager and NOT a conky issue. Strange, because apart from the conky refresh issue, the system is running flawlessly (so far…)

Thanks for any help

Best Answer

I've run into same problem. Transparency does not work with window_type override. And window_type desktop disappears on show_desktop. I've come up with this config for ubuntu 14.04 with unity and compiz

own_window_type panel own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

Related Question