Bug 718506

Summary: wrong key definition in rxvt-unicode terminfo file
Product: [Fedora] Fedora Reporter: Whitney <whjackson>
Component: rxvt-unicodeAssignee: Andreas Bierfert <andreas.bierfert>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: andreas.bierfert, fedora, mlichvar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: rxvt-unicode-9.12-2.fc15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-15 01:20:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Whitney 2011-07-03 17:57:27 UTC
Description of problem:

There is a typo in the rxvt-unicode terminfo file which prevents Alt-2 from working.  The author has confirmed this is a bug and fixed the problem upstream: http://us.generation-nt.com/bug-446444-john-e-davis-bug-446444-wrong-key-definition-rxvt-unicode-terminfo-file-help-202160902.html


Version-Release number of selected component (if applicable):

rxvt-unicode-9.10-3.fc15


How reproducible:

Very


Steps to Reproduce:
1. urxvt
2. infocmp | grep -i kIC=         


Actual results:

kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kIC=\E2$, kLFT=\E[d,


Expected results:

kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kIC=\E[2$, kLFT=\E[d,

Note that the [ chracter is missing from the kIC= entry.


Additional info:

To fix, add the missing [ to the kIC= entry in this file:

/usr/share/doc/rxvt-unicode-9.10/etc/rxvt-unicode.terminfo

Then run:

tic /usr/share/doc/rxvt-unicode-9.10/etc/rxvt-unicode.terminfo

Comment 1 Fedora Update System 2011-07-05 11:15:55 UTC
rxvt-unicode-9.12-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/rxvt-unicode-9.12-1.fc14

Comment 2 Fedora Update System 2011-07-05 11:16:03 UTC
rxvt-unicode-9.12-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/rxvt-unicode-9.12-1.fc15

Comment 3 Fedora Update System 2011-07-06 06:38:51 UTC
rxvt-unicode-9.12-2.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/rxvt-unicode-9.12-2.fc15

Comment 4 Fedora Update System 2011-07-06 06:40:43 UTC
rxvt-unicode-9.12-2.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/rxvt-unicode-9.12-2.fc14

Comment 5 Fedora Update System 2011-07-06 21:32:20 UTC
Package rxvt-unicode-9.12-2.fc14:
* should fix your issue,
* was pushed to the Fedora 14 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing rxvt-unicode-9.12-2.fc14'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/rxvt-unicode-9.12-2.fc14
then log in and leave karma (feedback).

Comment 6 Fedora Update System 2011-07-15 01:19:50 UTC
rxvt-unicode-9.12-2.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2011-07-15 01:25:53 UTC
rxvt-unicode-9.12-2.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.