You are not logged in.
Hi,
After upgrading to gnome 3.8, the background of my conky became black. I tried several options in conkyrc without success.
Both extra/conky and aur/conky-lua had been tried but none of them worked for me.
I heard there is aur package called conky-nvidia which can solve the problem for Nvidia user but I am running a intel video card with both SNA and UXA mode been tested.
Is there anybody experiencing the same bug or knowing the workaround?
Best regards,
Z. Xu
Offline
try this in your conkyrc
own_window yes
own_window_type normal
own_window_argb_visual yes
own_window_argb_value 255
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
Offline
Thanks very much for the reply.
I've already tried those two options in my conkyrc
own_window_argb_visual yes
own_window_argb_value 255
Indeed it changed the background of my conky into transparent. The problem was that the image loaded in conky became transparent as well, which was not so good as the conky looked extremely wired under bright wallpaper.
Offline
Thank you, worked very good.
Offline
Indeed it changed the background of my conky into transparent. The problem was that the image loaded in conky became transparent as well, which was not so good as the conky looked extremely wired under bright wallpaper.
please send me your image background so i try to fit it perfectly...
Offline
@notthesun:
Thank you very much for you attention. Here is the link of the image:
https://docs.google.com/file/d/0B9umbwU … sp=sharing
It served as the background of my conky, which should be something like this:
Offline
I've tried many option but no one works for your problem...at this time you can only set a dark background through argb value like this
own_window_argb_visual yes
own_window_argb_value 255 <--- decrase this to have dark background
own_window_transparent no
Offline
@notthesun:
Actually I did not see any change when modifying this number...
own_window_argb_value 255 <--- decrase this to have dark background
Anyway, thank you for your attention to this thread. I think this is a bug relating to the desktop rendering for conky. Hope it will fix by itself later some time.
Offline
try this in your conkyrc
own_window yes
own_window_type normal
own_window_argb_visual yes
own_window_argb_value 255
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
Thanks notthesun, your workaround with 'argb' help me fix my conky as well on gnome 3.8.
"Evolution is the nature's way of issuing upgrades".
__________________________________________________________
Arch_x64-Gnome-Shell ~ Arch-lts_x64-Xfce ~ LMDE_x64-Cinnamon
Offline
For me it not helps.
I using this - http://freeazy.deviantart.com/art/Conky … -186251285
Any ideas?
Offline
@notthesun:
Actually I did not see any change when modifying this number...notthesun wrote:own_window_argb_value 255 <--- decrase this to have dark background
Anyway, thank you for your attention to this thread. I think this is a bug relating to the desktop rendering for conky. Hope it will fix by itself later some time.
Maybe you have forgotten to set no in own_window_transparent option....
@Nebulosa post your conkyrc so i can help you...ever if i can!!
Offline
the issue is described here Each image is displayed with the wrong alpha layer.
Offline
@Nebulosa post your conkyrc so i can help you...ever if i can!!
Already did - this conkyrc
Offline
Already did - this conkyrc
if you want to use this conky you have to remove the image background and the icons then set this option in your conkyrc
own_window yes
own_window_type normal
own_window_argb_visual yes
own_window_argb_value 255
own_window_transparent no
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
Offline
Maybe you have forgotten to set no in own_window_transparent option....
You are right. I always set it to yes. Okey, now I can see the change. Thank you very much.
Offline