Bug 1030657

Summary: rxvt tab support not working properly after migrating to f20
Product: [Fedora] Fedora Reporter: Guillermo Gómez <guillermo.gomez>
Component: rxvt-unicodeAssignee: Andreas Bierfert <andreas.bierfert>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 20CC: andreas.bierfert, guillermo.gomez, mlichvar
Target Milestone: ---Flags: guillermo.gomez: needinfo+
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-24 00:11:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Guillermo Gómez 2013-11-14 21:21:24 UTC
Description of problem:


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

rxvt-unicode-9.18-5.fc20.x86_64

How reproducible: always


Steps to Reproduce:
1. launch with tabs support in xterm.

urxvt -pe tabbed

Actual results:

urxvt: perl hook 0 evaluation error: /usr/lib64/urxvt/perl/tabbedex: syntax error at /usr/lib64/urxvt/perl/tabbedex line 634, near "$hook qw(start destroy user_command key_press property_notify add_lines)"
syntax error at /usr/lib64/urxvt/perl/tabbedex line 646, near "}

in xterm window.

Expected results:

No error in xterm, and tab support in urxvt, not working properly.

Comment 1 Andreas Bierfert 2013-11-16 09:53:05 UTC
Does this still happen with 9.19-1?

Comment 2 Guillermo Gómez 2013-11-18 10:24:03 UTC
Yes, still happening.

[gomix@movix ~]$ rpm -qf $(which urxvt)
rxvt-unicode-9.19-1.fc20.x86_64

[gomix@movix ~]$ urxvt -pe tabbed
urxvt: perl hook 0 evaluation error: /usr/lib64/urxvt/perl/tabbedex: syntax error at /usr/lib64/urxvt/perl/tabbedex line 634, near "$hook qw(start destroy user_command key_press property_notify add_lines)"
syntax error at /usr/lib64/urxvt/perl/tabbedex line 646, near "}

}"
...

Comment 3 Guillermo Gómez 2013-11-24 00:11:16 UTC
Found the problem, i was using a modified version of tabbed perl (tabbedex) extension that's not working anymore with the actual version.

So im just closing it, this is not a bug of the package provided by fedora.