Public bug reported:

Binary package hint: conky

Following text in .conkyrc works wrong:
${top_mem mem_res 1}
Problem solved by change some strings in conky.c. Below conky.c.diff:
5982c5982
<                                                       
human_readable(cur->memu[obj->data.top.num]->rss,
---
>                                                       
> human_readable(cur->cpu[obj->data.top.num]->rss,
5986c5986
<                                                       
human_readable(cur->memu[obj->data.top.num]->vsize,
---
>                                                       
> human_readable(cur->cpu[obj->data.top.num]->vsize,

** Affects: conky (Ubuntu)
     Importance: Undecided
         Status: New

-- 
conky top_mem works wrong
https://bugs.launchpad.net/bugs/329789
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to