perlpanel-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Perlpanel-devel] Switching through windows


From: Gavin Brown
Subject: Re: [Perlpanel-devel] Switching through windows
Date: Wed, 12 Oct 2005 12:32:21 +0100

Resending...

> *** unhandled exception in callback:
> ***   Usage: Gnome2::Wnck::Window::activate(window, timestamp) at 
> /usr/local/lib/perlpanel/PerlPanel/Applet/WindowMenu.pm line 82.
> ***  ignoring at /usr/local/lib/perlpanel/PerlPanel.pm line 184.

I think the profile of Gnome2::Wnck::Window::activate() changed, apply
this patch:

Index: WindowMenu.pm
===================================================================
RCS
file: /cvsroot/perlpanel/PerlPanel/lib/PerlPanel/Applet/WindowMenu.pm,v
retrieving revision 1.14
diff -r1.14 WindowMenu.pm
82c82
<                               sub { $window->activate },
---
>                               sub { $window->activate(time()) },

To WIndowMenu.pm and see what happens.

> Error loading 'applications:': error-not-supported

This is a known issue. The applications:/// "meta" URI was removed some
time after 2.8. More info here:

        http://jodrell.net/journal/article/im4uvn.html

> ***   Can't use string ("Panel-Position 'unten' is invalid") as a 
> subroutine ref while "strict refs" in use at 
> /usr/local/lib/perlpanel/PerlPanel.pm line 920.***  ignoring at 
> /usr/local/lib/perlpanel/PerlPanel.pm line 184.

This is also a known issue.

Regards,

Gavin.

-- 
Gavin Brown
http://jodrell.net/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]