GNOME Bugzilla – Bug 708018
GLib-GIO-CRITICAL **: g_simple_action_set_enabled: assertion 'G_IS_SIMPLE_ACTION (simple)' failed
Last modified: 2013-09-17 14:35:59 UTC
Created attachment 254846 [details] backtrace I observe a lot of critical warnings in terminal $ gnome-photos (gnome-photos:5708): GLib-GIO-CRITICAL **: g_simple_action_set_enabled: assertion 'G_IS_SIMPLE_ACTION (simple)' failed (gnome-photos:5708): GLib-GObject-WARNING **: invalid (NULL) pointer instance (gnome-photos:5708): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (gnome-photos:5708): GLib-GObject-WARNING **: invalid (NULL) pointer instance (gnome-photos:5708): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (gnome-photos:5708): GLib-GObject-WARNING **: invalid (NULL) pointer instance (gnome-photos:5708): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (gnome-photos:5708): GLib-GObject-WARNING **: invalid (NULL) pointer instance (gnome-photos:5708): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (gnome-photos:5708): GLib-GObject-WARNING **: invalid (NULL) pointer instance (gnome-photos:5708): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (gnome-photos:5708): GLib-GObject-WARNING **: invalid (NULL) pointer instance (gnome-photos:5708): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (gnome-photos:5708): GLib-GIO-CRITICAL **: g_simple_action_set_enabled: assertion 'G_IS_SIMPLE_ACTION (simple)' failed
+ Trace 232479
Thread 1 (Thread 0x7ffff7f93900 (LWP 5636))
Created attachment 255108 [details] [review] application: Create the main window after the gear-menu action
yep, this patch fixes the issue.
Thank you.
Comment on attachment 255108 [details] [review] application: Create the main window after the gear-menu action Thanks Evgeny!