Page 1 of 1
Strange conky issue
Posted: Fri Nov 27, 2020 3:53 pm
by WoodLark
I have a host computer (Dell Optiplex 7020, 32GB ram, BionicPup64) running Fossapup64 in a virtualbox. Both the host and guest have the same version of conky and the identical conkyrc files. Both also run compton. The resulting conky display is the same on both OS's EXCEPT the background is transparent in the virtualbox and opaque black on the host.
Re: Strange conky issue
Posted: Sat Nov 28, 2020 3:23 pm
by 666philb
hi @WoodLark ,
fossapup uses true transparency for conky whereas bionicpup uses fake transparency which sometimes doesn't work.
try resetting the wallpaper as this can spark it to life.
Re: Strange conky issue
Posted: Sat Nov 28, 2020 4:04 pm
by WoodLark
Changing the wallpaper didn't help, but at least I now know the cause. Thanks for the explanation!
Re: Strange conky issue
Posted: Sat Nov 28, 2020 4:08 pm
by 666philb
check that your conkyrc has these lines in bionicpup
Code: Select all
own_window yes
own_window_transparent yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
Re: Strange conky issue
Posted: Sun Nov 29, 2020 1:10 am
by WoodLark
666philb wrote: ↑Sat Nov 28, 2020 4:08 pm
check that your conkyrc has these lines in bionicpup
Code: Select all
own_window yes
own_window_transparent yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_type was set to "desktop". I changed it to "override", but still no change. Thanks for trying.