Menu

#434 Conky 1.9.0 and execigraph

open
nobody
None
5
2012-12-17
2012-12-17
Anonymous
No

Hello, this is my specs

Conky 1.9.0 compiled Mon Dec 17 13:56:04 BRST 2012 for Linux 3.5.0-19-generic (x86_64)
(installed via apt-get)

Linux 3.5.0-19-generic #30-Ubuntu SMP Tue Nov 13 17:48:01 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
(it's Mint 14)

I am trying to create a graph from a value but I want to update it every 60 seconds instead the default... So I tried to use execigraph which fits that description... The problem is that execgraph works with the command but execigraph does not...

Here's a very simple example to reproduce the problem:
${execgraph echo 50}
${execigraph 1 echo 50}

The first one works, the second one does not, the graph remains empty

Discussion

  • Anonymous

    Anonymous - 2012-12-17
    • summary: Conk 1.9.0 and execigraph --> Conky 1.9.0 and execigraph
     
  • Anonymous

    Anonymous - 2012-12-18

    Hello,

    I'm not a C programmer but I had a look on the code and I noticed that core.c calls scan_execgraph_arg for execigraph and there's no specific function to interpret execigraph configuration...

    Because of that, ${execigraph 10 echo 100} tries to execute the command "10 echo 100"... It doesn't understand that the initial 10 is the interval.

    I hope this helps to find the problem and I apologize in advance for my English.

     

Log in to post a comment.