Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View Problem #22

Closed
mohammadayn opened this issue Jul 24, 2016 · 17 comments
Closed

View Problem #22

mohammadayn opened this issue Jul 24, 2016 · 17 comments

Comments

@mohammadayn
Copy link

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
Copy link

up!

@zagortenay333
Copy link
Owner

Oh forgot bout this...

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

@moraisaugusto
Copy link

@zagortenay333
Copy link
Owner

zagortenay333 commented Aug 4, 2016

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

@moraisaugusto
Copy link

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
Copy link
Owner

That's a known issue #3 .

@mohammadayn
Copy link
Author

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

@zagortenay333
Copy link
Owner

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

@soyuka
Copy link

soyuka commented Aug 25, 2016

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
Copy link
Owner

@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
Copy link

soyuka commented Aug 25, 2016

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

@zagortenay333
Copy link
Owner

@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
Copy link

soyuka commented Aug 25, 2016

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 #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
#22 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABQr8zytUtshH2H7eE86LyiVPkZvrzzvks5qjhRigaJpZM4JTjKN
.

@arnaud-lecat
Copy link

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
Copy link

tomtobac commented Jun 3, 2017

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
Copy link

cortexx commented Jun 4, 2017

@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
Copy link

tomtobac commented Jun 4, 2017

I did and worked, Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants