brndnmtthws / conky

Light-weight system monitor for X, Wayland (sort of), and other things, too
https://conky.cc
GNU General Public License v3.0
7.17k stars 615 forks source link

[Bug]: Downspeedgraph and upspeedgraph are not working in a LUA file #1307

Closed johnvranos closed 1 year ago

johnvranos commented 1 year ago

Possible bug of Conky 1.11 - 1.15

Good evening,

Congratulations for Conky, it is a very nice tool.

I have been using a Conky widget, named Lean Conky:

https://github.com/jxai/lean-conky-config

It is using downspeedgraph and upspeedgraph in a file named main.lua.

These two features work well up to version 1.10 of Conky. In versions 1.11 and later these features do not work.

downspeedgraph and upspeedgraph work OK in conky.conf, but not when used in that LUA source code file.

So I thought, perhaps it is a bug of the latest versions of Conky.

Version

1.11 - 1.15 have the bug, so I am using version 1.10

Which OS/distro are you seeing the problem on?

Linux (other)

Conky config

No response

Stack trace

No response

Relevant log output

No response

johalaoui commented 1 year ago

Hello,

This will help you https://github.com/brndnmtthws/conky/pull/1315. You will need to build conky from main and set store_graph_data_explicitly = false in conky.conf.

johnvranos commented 1 year ago

Not working with Conky 1.15.

I use Manjaro Linux, a rolling release, so I am waiting for Conky version 1.16 to become available in it soon.

johnvranos commented 1 year ago

Hello,

This will help you #1315. You will need to build conky from main and set store_graph_data_explicitly = false in conky.conf.

I tested it with Conky 1.17, and it works.

Thank you very much.