Date: Sun, 22 Aug 2010 11:05:39 +0300 From: Ross <basarevych@gmail.com> To: freebsd-questions@freebsd.org Subject: perl & p5-Gtk2: FileChooser hangs infinitely Message-ID: <AANLkTinjHxaNUjr%2B2F2LrqobGH7a1y5NDcDnT4xNy0Y5@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi, all.
Could you please test this script (requires x11-toolkits/p5-Gtk2):
-----
#!/usr/bin/perl
use strict;
use Gtk2 -init;
my $filechooser = Gtk2::FileChooserButton->new("Choose a file", 'open');
print "XXX\n";
-----
It should just print XXX and exit. On my system (8.1-STABLE/amd64) it
never prints anything. Just hangs on the first line. I don't know what
to do - submit a PR? Reinstall everything?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTinjHxaNUjr%2B2F2LrqobGH7a1y5NDcDnT4xNy0Y5>
