Description of problem: tried to start mousepad. crash. Version-Release number of selected component: mousepad-0.4.0-1.fc23 Additional info: reporter: libreport-2.4.0 backtrace_rating: 4 cmdline: mousepad crash_function: g_settings_set_property executable: /usr/bin/mousepad global_pid: 21313 kernel: 4.0.0-0.rc1.git2.1.fc23.x86_64 runlevel: N 5 type: CCpp uid: 1000 Truncated backtrace: Thread no. 1 (10 frames) #3 g_settings_set_property at gsettings.c:526 #4 g_object_new_internal at gobject.c:1415 #6 g_object_new_valist at gobject.c:2034 #8 g_settings_new at gsettings.c:898 #9 mousepad_settings_store_init at mousepad-settings-store.c:221 #10 g_type_create_instance at gtype.c:1870 #11 g_object_new_internal at gobject.c:1774 #14 mousepad_settings_store_new at mousepad-settings-store.c:237 #15 mousepad_settings_init at mousepad-settings.c:55 #16 mousepad_application_init at mousepad-application.c:79
Created attachment 996828 [details] File: backtrace
Created attachment 996829 [details] File: cgroup
Created attachment 996830 [details] File: core_backtrace
Created attachment 996831 [details] File: dso_list
Created attachment 996832 [details] File: environ
Created attachment 996833 [details] File: limits
Created attachment 996834 [details] File: maps
Created attachment 996835 [details] File: mountinfo
Created attachment 996836 [details] File: namespaces
Created attachment 996837 [details] File: open_fds
Created attachment 996838 [details] File: proc_pid_status
Created attachment 996839 [details] File: var_log_messages
Fixed. We needed to run glib-compile-schemas /usr/share/glib-2.0/schemas on install. ;)
(In reply to Kevin Fenzi from comment #13) > Fixed. We needed to run glib-compile-schemas /usr/share/glib-2.0/schemas on > install. ;) Ah! Sorry I missed that ... :( Good that's resolved though.