Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 459836

Summary: app-admin/conky-1.9.0-r2 - {diskio,downspeed,upspeed}graph fail to use default_graph_height
Product: Gentoo Linux Reporter: Ted Marston <ted>
Component: Current packagesAssignee: Daniel Pielmeier <billie>
Status: RESOLVED FIXED    
Severity: normal CC: brenden, ted
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://sourceforge.net/p/conky/patches/208/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: This patch will corrects the bug
emerge --info =app-admin/conky-1.9.0-r2

Description Ted Marston 2013-03-01 09:08:18 UTC
app-admin/conky-1.9.0-r12 does not respect the default setting of default_graph_height and default_graph_width for {diskio,downspeed,upspeed}graph boxes. Upstream are completely re-writing conky in C++, it is not ready for release yet and a patch against their GIT head would be useless, so I am offering it here. The bug shows up whenever these boxes are used. They aleays come up as 25 pixels high and various widths, depending on the conky.conf file. 

Reproducible: Always

Steps to Reproduce:
1. enter into .conkyrc 
default_graph_size 300 52
TEXT
upspeedgraph{eth0}
2. run conky.
Actual Results:  
upspeedgraph is the wrong size

Expected Results:  
upspeedgraph should be 300x52 pixels (width x height)
Comment 1 Ted Marston 2013-03-01 09:12:10 UTC
Created attachment 340606 [details, diff]
This patch will corrects the bug
Comment 2 Ted Marston 2013-03-01 09:25:16 UTC
Created attachment 340614 [details]
emerge --info =app-admin/conky-1.9.0-r2
Comment 3 Daniel Pielmeier gentoo-dev 2013-03-05 16:33:52 UTC
Version 1.9.x is still maintained upstream. Can you please open a bug upstream so it gets into a maintenance release.
Comment 4 Daniel Pielmeier gentoo-dev 2013-10-25 14:39:08 UTC
+  25 Oct 2013; Daniel Pielmeier <billie@gentoo.org> conky-1.9.0-r3.ebuild,
+  +files/conky-1.9.0-default-graph-size.patch:
+  Add patch to fix default graph size. This fixes bug #459836. Thanks to Ted
+  Marston for the report and patch.