Re: "make test" of Gnome2::Wnck Leaves WM Confused



On Thu, 2004-11-18 at 01:07 -0800, Randy J. Ray wrote:

Any ideas what might cause this? I just encountered this with the latest 
version on the download site.

Hrm, that's weird.  The only possible cause I can think of is
WnckPager.t which creates a new pager and alters its layout.  I always
thought this wouldn't affect an existing pager, but maybe I was wrong.

Could you try disabling the test by changing

  unless (Gtk2 -> init_check()) {
    plan skip_all => "Couldn't initialize Gtk2";
  }

to

  unless (0) {
    plan skip_all => "Couldn't initialize Gtk2";
  }

and see if that fixes your problem?

-- 
Thanks,
-Torsten




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