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?
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to