zagortenay333 / conky_themes

A small collection of conky configs
624 stars 93 forks source link

View Problem #22

Closed mohammadayn closed 8 years ago

mohammadayn commented 8 years ago

Hi Why does it look like this and say "conky: Unable to load image '/home/mohammad/.cache/weather-1.png'"? screenshot from 2016-07-24 14-56-54

moraisaugusto commented 8 years ago

up!

zagortenay333 commented 8 years ago

Oh forgot bout this...

No clue. Are you on ubuntu and did you install conky-all?

moraisaugusto commented 8 years ago

Yes. I tried all suggestions here: http://askubuntu.com/questions/482490/harmattan-conky-on-14-04-with-variety-wallpaper-conky-border-stays-as-old-wallp

Seems a gtk problem .

zagortenay333 commented 8 years ago

This shouldn't have anything to do with GTK. So what distro are you on?

moraisaugusto commented 8 years ago

debian - testing Gnome 3.20

The problem with alignment I already fix. It's just to change the value of the first 'voffset' in .conkyrc of each theme. Now I'm trying to fix the blackboards.

zagortenay333 commented 8 years ago

That's a known issue #3 .

mohammadayn commented 8 years ago

Hi I use ubuntu-gnome 16.04, and installed conky-all.

zagortenay333 commented 8 years ago

Did you fix this? What is the output in the terminal?

soyuka commented 8 years ago

Same issue here:


conky: desktop window (ee) is root window
conky: window type - normal
conky: drawing to created window (0x2400001)
conky: drawing to double buffer
conky: forked to background, pid is 8597

Output:

conky

Using i3. conky-all installed, font installed

zagortenay333 commented 8 years ago

@soyuka you don't have the same problem. This issue is about him not having the image load. Gonna close this due to inactivity though.

soyuka commented 8 years ago

Though screenshots look exactly the same (pictures are loading to me but alignment has issues).

zagortenay333 commented 8 years ago

@soyuka Like I said, it's a known issue and has been reported #1 . There is no fix for it. Conky isn't really meant to be used the way I do it in Harmattan. It has a very poor integration of images and text. The bug has also been reported against conky as well , and I think it won't ever be fixed.

soyuka commented 8 years ago

Oh alright thanks! On Fri, 26 Aug 2016 at 00:17, zagortenay333 notifications@github.com wrote:

@soyuka https://github.com/soyuka Like I said, it's a known issue and has been reported #1 https://github.com/zagortenay333/Harmattan/issues/1 . There is no fix for it. Conky isn't really meant to be used the way I do it in Harmattan. It has a very poor integration of images and text. The bug has also been reported against conky as well , and I think it won't ever be fixed.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zagortenay333/Harmattan/issues/22#issuecomment-242560904, or mute the thread https://github.com/notifications/unsubscribe-auth/ABQr8zytUtshH2H7eE86LyiVPkZvrzzvks5qjhRigaJpZM4JTjKN .

arnaud-lecat commented 7 years ago

For me it was just a bad call of the JQ library. Here is how i fixed it

Replace all .weather[n] and .list[n] (where n is an index) by .weather.[n] and .list.[n]

This is how jq works. Hope it will work 4U !

tomtobac commented 7 years ago

I did what @jarod51 said but it keeps show in console:


conky: Unable to load image '/home/tom/.cache/weather-1.png'
sh: 1: jq: not found
``
cortexx commented 7 years ago

@tomtobac If dpkg -l jq command return nothing, you'll need to install JQ software. To do this : sudo apt install jq If JQ is already installed on your system, check if your PATH environment variable is OK and contain /usr/bin/.

tomtobac commented 7 years ago

I did and worked, Thanks! :)