Opened 10 years ago

Last modified 22 months ago

#45229 closed defect

GTK3 — at Version 1

Reported by: olmanolman Owned by: cal@…
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc: devans@…
Port: gtk3

Description (last modified by mf2k (Frank Schima))

if I run :

static void doSetzenFileName (long pfilenummer)
	{
		GtkWidget *lfilechooserdialog;

		char *lFileName;

		lfilechooserdialog = gtk_file_chooser_dialog_new ("Ein File wählen ...", GTK_WINDOW (NotenZusammenziehenWindow), GTK_FILE_CHOOSER_ACTION_OPEN, "_Abbrechen", GTK_RESPONSE_CANCEL, "_Weiter", GTK_RESPONSE_ACCEPT, NULL);
		gtk_file_chooser_set_select_multiple ((GtkFileChooser *)lfilechooserdialog, FALSE);

		if (gtk_dialog_run (GTK_DIALOG (lfilechooserdialog)) == GTK_RESPONSE_ACCEPT)
			{
				GtkFileChooser *chooser = GTK_FILE_CHOOSER (lfilechooserdialog);
				lFileName = gtk_file_chooser_get_filename (chooser);
  				g_free (lFileName);
			}

		gtk_widget_destroy (lfilechooserdialog);
	}

I receive the following error messages :

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Symbol ?image-missing? nicht im Thema vorhanden

(test:1412): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(test:1412): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Program ended with exit code: 0

Change History (1)

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Cc: devans@… added
Description: modified (diff)
Keywords: GTK3 removed
Owner: changed from macports-tickets@… to cal@…
Port: gtk3 added; GTK3 removed

In the future, please Cc the port maintainers (port info --maintainers gtk3).

Note: See TracTickets for help on using tickets.