Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 459836 - app-admin/conky-1.9.0-r2 - {diskio,downspeed,upspeed}graph fail to use default_graph_height
Summary: app-admin/conky-1.9.0-r2 - {diskio,downspeed,upspeed}graph fail to use defaul...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Daniel Pielmeier
URL: https://sourceforge.net/p/conky/patch...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-03-01 09:08 UTC by Ted Marston
Modified: 2013-10-25 14:39 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
This patch will corrects the bug (conky-1.9.0-teds-graph-size.patch,746 bytes, patch)
2013-03-01 09:12 UTC, Ted Marston
Details | Diff
emerge --info =app-admin/conky-1.9.0-r2 (emerge --info.gz,2.81 KB, application/x-gzip)
2013-03-01 09:25 UTC, Ted Marston
Details

Note You need to log in before you can comment on or make changes to this bug.
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.