Hide Forgot
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.
Does this still happen with 9.19-1?
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 "} }" ...
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.