perl & p5-Gtk2: FileChooser hangs infinitely

Ross basarevych at gmail.com
Sun Aug 22 08:37:11 UTC 2010


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?


More information about the freebsd-questions mailing list