https://bugzilla.gnome.org/show_bug.cgi?id=647309
gnome-perl | Gtk2 | unspecified
Summary: Gtk2::FileChooserDialog shows nothing under FreeBSD
Classification: Bindings
Product: gnome-perl
Version: unspecified
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: Gtk2
AssignedTo: gtk2-perl-bugs@...
ReportedBy: lichray@...
QAContact: gtk2-perl-bugs@...
GNOME version: ---
cat a.pl
use Gtk2;
$a = Gtk2::FileChooserDialog->new("title!", undef, "open");
run the script hangs.
GLib-GObject-WARNING **: invalid (NULL) pointer instance at a.pl line 2.
GLib-GObject-CRITICAL **: g_signal_connect_data: assertion
`G_TYPE_CHECK_INSTANC
E (instance)' failed at a.pl line 2.
Gtk-CRITICAL **: IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN
(sc
reen)' failed at a.pl line 2.
Gtk-CRITICAL **: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN
(scre
en)' failed at a.pl line 2.
Gtk-CRITICAL **: IA__gtk_icon_size_lookup_for_settings: assertion
`GTK_IS_SETTIN
GS (settings)' failed at a.pl line 2.
Gtk-WARNING **: Invalid icon size 1
Gtk-CRITICAL **: IA__gtk_icon_theme_load_icon: assertion `GTK_IS_ICON_THEME
(ico
n_theme)' failed at a.pl line 2.
Gtk-WARNING **: Error loading theme icon 'edit-find' for stock: at a.pl line
2.
Gtk-CRITICAL **: IA__gtk_icon_size_lookup_for_settings: assertion
`GTK_IS_SETTIN
GS (settings)' failed at a.pl line 2.
Gtk-WARNING **: gtkstyle.c:2356: invalid icon size '1' at a.pl line 2.
Gtk-CRITICAL **: IA__gtk_style_render_icon: assertion `pixbuf != NULL' failed
at a.pl
line 2.
GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
at a.pl
line 2.
Gtk-CRITICAL **: IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN
(sc
reen)' failed at a.pl line 2.
Gtk-CRITICAL **: IA__gtk_icon_theme_load_icon: assertion `GTK_IS_ICON_THEME
(ico
n_theme)' failed at a.pl line 2.
Gtk-CRITICAL **: IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN
(sc
reen)' failed at a.pl line 2.
Gtk-CRITICAL **: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN
(scre
en)' failed at a.pl line 2.
Gtk-CRITICAL **: IA__gtk_icon_size_lookup_for_settings: assertion
`GTK_IS_SETTIN
GS (settings)' failed at a.pl line 2.
Gtk-WARNING **: Invalid icon size 1
Gtk-CRITICAL **: IA__gtk_icon_theme_load_icon: assertion `GTK_IS_ICON_THEME
(ico
n_theme)' failed at a.pl line 2.
Gtk-WARNING **: Error loading theme icon 'document-x-generic' for stock: at
a.p l
line 2.
Gtk-CRITICAL **: IA__gtk_icon_size_lookup_for_settings: assertion
`GTK_IS_SETTIN
GS (settings)' failed at a.pl line 2.
Gtk-WARNING **: gtkstyle.c:2356: invalid icon size '1' at a.pl line 2.
Gtk-CRITICAL **: IA__gtk_style_render_icon: assertion `pixbuf != NULL' failed
at a.pl
line 2.
GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
at a.pl
line 2.
This problem exists in version 1.221, 1.222, 1.223. Other versions are not
tested.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
|