You are not logged in.

#1 2009-08-14 08:43:21

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

[Solved] Rxvt-Unicode-256colors , -pe tabbed extension problem.

Hello.
I use rxvt-unicode-256colors for long time.
Wheb try to run -pe tabbed extension I got following errors:

iurxvt: Can't call method "parent" on an undefined value at /usr/lib/urxvt/perl/tabbed line 82.
urxvt: Can't call method "focus_in" on an undefined value at /usr/lib/urxvt/perl/tabbed line 161.
urxvt: Can't call method "parent" on an undefined value at /usr/lib/urxvt/perl/tabbed line 82.
urxvt: Can't call method "key_release" on an undefined value at /usr/lib/urxvt/perl/tabbed line 185.
urxvt: Can't call method "focus_out" on an undefined value at /usr/lib/urxvt/perl/tabbed line 169.
urxvt: Can't call method "focus_in" on an undefined value at /usr/lib/urxvt/perl/tabbed line 161.
urxvt: Can't call method "key_press" on an undefined value at /usr/lib/urxvt/perl/tabbed line 177.
urxvt: Can't call method "key_release" on an undefined value at /usr/lib/urxvt/perl/tabbed line 185.
urxvt: Can't call method "key_press" on an undefined value at /usr/lib/urxvt/perl/tabbed line 177.
urxvt: Can't call method "key_release" on an undefined value at /usr/lib/urxvt/perl/tabbed line 185.
urxvt: Can't call method "key_press" on an undefined value at /usr/lib/urxvt/perl/tabbed line 177.
urxvt: Can't call method "key_release" on an undefined value at /usr/lib/urxvt/perl/tabbed line 185.
urxvt: Can't call method "key_press" on an undefined value at /usr/lib/urxvt/perl/tabbed line 177.
urxvt: Can't call method "key_release" on an undefined value at /usr/lib/urxvt/perl/tabbed line 185.
urxvt: Can't call method "key_press" on an undefined value at /usr/lib/urxvt/perl/tabbed line 177.
urxvt: Can't call method "key_release" on an undefined value at /usr/lib/urxvt/perl/tabbed line 185.
urxvt: Can't call method "focus_out" on an undefined value at /usr/lib/urxvt/perl/tabbed line 169.
urxvt: Can't call method "parent" on an undefined value at /usr/lib/urxvt/perl/tabbed line 82.
urxvt: Can't call method "parent" on an undefined value at /usr/lib/urxvt/perl/tabbed line 82.

And opened terminal is not responsive neutral
Thanks for help.

Last edited by SpeedVin (2009-08-16 19:51:55)


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#2 2009-08-14 16:44:36

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: [Solved] Rxvt-Unicode-256colors , -pe tabbed extension problem.

You say you used it for a long time -- is this the first time you've tried with tabbing? Has this error been happening for a long time? Or did this just start happening? If this last, then did you upgrade any software recently?

Offline

#3 2009-08-14 16:50:17

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [Solved] Rxvt-Unicode-256colors , -pe tabbed extension problem.

It just starded neutral

Last edited by SpeedVin (2009-08-14 16:50:33)


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#4 2009-08-14 18:22:11

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: [Solved] Rxvt-Unicode-256colors , -pe tabbed extension problem.

So like I said, have any packages upgraded recently? Check /var/log/pacman.log.

Offline

#5 2009-08-14 18:27:27

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [Solved] Rxvt-Unicode-256colors , -pe tabbed extension problem.

Ranguvar wrote:

So like I said, have any packages upgraded recently? Check /var/log/pacman.log.

Sadly no I will try to reinstall rxvt=unicode=256colors package wink


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#6 2009-08-14 18:31:01

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [Solved] Rxvt-Unicode-256colors , -pe tabbed extension problem.

Rebuild and reinstall didin't help sad


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#7 2009-08-15 20:31:56

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: [Solved] Rxvt-Unicode-256colors , -pe tabbed extension problem.

Hello SpeedVin!

Can you compare tabbed perl script from the urxvt-unicode with this one ? Are they the same ? The first one works for me.

Offline

#8 2009-08-16 09:40:04

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [Solved] Rxvt-Unicode-256colors , -pe tabbed extension problem.

I just compared orginal script and the one in my installed package and I copied it , and urxvt -pe tabbed still don't work sad (I copied the orginal one)

Last edited by SpeedVin (2009-08-16 09:40:51)


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#9 2009-08-16 12:46:55

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [Solved] Rxvt-Unicode-256colors , -pe tabbed extension problem.

I think I will give chance to another terminal , can you give me some proposition? smile
-It must be lightweight,tabbed,and flexible smile
Roxterm is good?

Last edited by SpeedVin (2009-08-16 12:49:31)


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#10 2009-08-16 13:19:56

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: [Solved] Rxvt-Unicode-256colors , -pe tabbed extension problem.

I just checked with the "tabbed" script over here and found no problems.
Not knowing "parent" is definitely weird. Did anything happen to your Perl installation lately?


To know or not to know ...
... the questions remain forever.

Offline

#11 2009-08-16 13:21:42

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [Solved] Rxvt-Unicode-256colors , -pe tabbed extension problem.

bernarcher wrote:

I just checked with the "tabbed" script over here and found no problems.
Not knowing "parent" is definitely weird. Did anything happen to your Perl installation lately?

No but I will try to rebuild and reinstall perl smile


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#12 2009-08-16 19:09:41

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [Solved] Rxvt-Unicode-256colors , -pe tabbed extension problem.

I just rebuild and reinstall both perl and rxvt-unicode-256colors packages but still have the error sad
I think I must give a try to another term and I will quote myself:

I think I will give chance to another terminal , can you give me some proposition? :) 
-It must be lightweight,tabbed,and flexible :)
Roxterm is good?

Phh and it must use my .Xdefaults config smile

Last edited by SpeedVin (2009-08-16 19:16:31)


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#13 2009-08-16 19:23:01

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: [Solved] Rxvt-Unicode-256colors , -pe tabbed extension problem.

What's the problem with rxvt-unicode from extra repository ?

Offline

#14 2009-08-16 19:41:13

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [Solved] Rxvt-Unicode-256colors , -pe tabbed extension problem.

djszapi wrote:

What's the problem with rxvt-unicode from extra repository ?

The same as with rxvt-unicode-256colors from community smile
If you want to know whu I use 256color packae becouse he can use 256colors smile


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#15 2009-08-16 19:51:29

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [Solved] Rxvt-Unicode-256colors , -pe tabbed extension problem.

I just installed rxvt-unicode package from extra and it's working fine smile
Thank you all for help smile


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

Board footer

Powered by FluxBB