Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 236056 - [PATCH] elogv incorrectly displays logs if rxtv-unicode background is set to black
Summary: [PATCH] elogv incorrectly displays logs if rxtv-unicode background is set to ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-28 19:03 UTC by fctk86
Modified: 2009-05-03 17:34 UTC (History)
1 user (show)

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


Attachments
elogv-urxvt.patch (elogv-urxvt.patch,469 bytes, text/plain)
2008-11-01 11:21 UTC, Luca Marturana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fctk86 2008-08-28 19:03:28 UTC
elogv fails to correctly display the list of logs if rxvt-unicode (or xterm) background is set to black instead of white.

here a screenshot of elogv on a black background: http://img82.imageshack.us/img82/5732/blackfz9.png; here instead a screenshot on a white background: http://img397.imageshack.us/img397/7518/whitekz6.png

my .Xdefaults file:

URxvt*geometry: 80x24
URxvt*background: black
URxvt*foreground: grey
URxvt*cursorColor: yellow
URxvt*jumpScroll: true
URxvt*scrollBar: false
URxvt*scrollTtyOutput: false
URxvt*saveLines: 10000
URxvt*mouseWheelScrollPage: false
URxvt*cursorBlink: false
URxvt*font: xft:dejavusansmono-11:style=book
Xcursor.theme: Silver
Comment 1 Luca Marturana 2008-11-01 11:21:34 UTC
Created attachment 170443 [details]
elogv-urxvt.patch

Hi

Thanks for the report, try this patch, seems that solves the problem.
Comment 2 fctk86 2008-11-01 11:59:47 UTC
i'd like to try the patch but i don't know how to edit the elogv ebuild after having put it in /usr/local/portage...
Comment 3 Luca Marturana 2008-11-01 14:17:08 UTC
(In reply to comment #2)
> i'd like to try the patch but i don't know how to edit the elogv ebuild after
> having put it in /usr/local/portage...
> 

you can simply patch the /usr/bin/elogv executable file after installing it, use these commands:

$ cp /usr/bin/elogv .
$ patch -p0 elogv < elogv-urxvt.patch
$ ./elogv

or if you want the patch to be system-wide, apply it directly on the /usr/bin/elogv file.
Comment 4 fctk86 2008-11-01 15:16:33 UTC
it works! thanks Luca.
Comment 5 Zac Medico gentoo-dev 2008-12-07 19:30:01 UTC
Thanks, version 0.7.3 is now in the tree with this fix.