Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 663402 - net-analyzer/nload-0.7.4 speed graph rendering issue
Summary: net-analyzer/nload-0.7.4 speed graph rendering issue
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL: https://github.com/rolandriegel/nload...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-08-12 01:06 UTC by Andrey
Modified: 2018-08-26 07:28 UTC (History)
3 users (show)

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


Attachments
Bug screenshot (43690763-bfd1158a-98dd-11e8-9f5e-7f4f3c10b66c.png,37.38 KB, image/png)
2018-08-12 01:06 UTC, Andrey
Details
emerge --info (emerge.info,15.05 KB, text/plain)
2018-08-12 01:06 UTC, Andrey
Details
build.log after PR 9543 (build.log.xz,3.05 KB, application/x-xz)
2018-08-12 05:08 UTC, Andrey
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey 2018-08-12 01:06:06 UTC
Created attachment 543120 [details]
Bug screenshot

The network speed graph (especially with high bandwidth utilization) makes the surrounding text slide to the left during graph updates.
(see the screenshot attached)

This is fixed in master branch in commit
8a93886 "Eliminate flicker on some terminals like rxvt (thanks to Alex Wilson)"

However, there is no release with this fix yet,
so I'd like to propose to backport the patch to 0.7.4.
(which is trivial and fixes the problem)
Comment 1 Andrey 2018-08-12 01:06:53 UTC
Created attachment 543122 [details]
emerge --info
Comment 2 Andrey 2018-08-12 02:21:52 UTC
Please, see the proposed pull request
https://github.com/gentoo/gentoo/pull/9543
for details
Comment 3 Andrey 2018-08-12 05:08:44 UTC
Created attachment 543126 [details]
build.log after PR 9543
Comment 4 Larry the Git Cow gentoo-dev 2018-08-26 07:28:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbbbabdd395d8f63c97262c70cd240eb2f66398b

commit fbbbabdd395d8f63c97262c70cd240eb2f66398b
Author:     Andrey Mazo <ahippo@yandex.com>
AuthorDate: 2018-08-12 02:11:12 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-08-26 07:18:42 +0000

    net-analyzer/nload: patch to fix text sliding effect
    
    Apply the following patch from upstream:
    8a93886 "Eliminate flicker on some terminals like rxvt (thanks to Alex Wilson)"
    
    This fixes network utilization graph rendering issue.
    (the text on the right side of the screen
    slides to the left together with graph updates)
    
    Closes: https://bugs.gentoo.org/663402
    Closes: https://github.com/gentoo/gentoo/pull/9543
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 ...0.7.4-Eliminate-flicker-on-some-terminals.patch | 26 ++++++++++++++++++++++
 net-analyzer/nload/nload-0.7.4-r1.ebuild           |  1 +
 2 files changed, 27 insertions(+)