Thunar crashes with the following error when run. (/home/prix) prix $ thunar (thunar:25075): GLib-GObject-CRITICAL **: g_param_spec_get_name: assertion `G_IS _PARAM_SPEC (pspec)' failed Segmentation fault Heres the backtrace : #0 0xb7e45183 in exo_bind_properties_transfer () from /opt/xfce4/lib/libexo-0.3.so.0 #1 0xb7e456f1 in exo_binding_new_full () from /opt/xfce4/lib/libexo-0.3.so.0 #2 0xb7e45578 in exo_binding_new () from /opt/xfce4/lib/libexo-0.3.so.0 #3 0x08077b46 in ?? () #4 0x080fa898 in ?? () #5 0x080a16c8 in _IO_stdin_used () #6 0x08160730 in ?? () #7 0x080a16d0 in _IO_stdin_used () #8 0x00000000 in ?? () #9 0x00000000 in ?? () #10 0x0814fc78 in ?? () #11 0xb79df748 in ?? () from /usr/lib/libgobject-2.0.so.0 #12 0x0814e5c0 in ?? () #13 0x08134ba0 in ?? () #14 0xbfe45fb8 in ?? () #15 0xb79d0256 in g_type_create_instance () from /usr/lib/libgobject-2.0.so.0 #16 0xb79d0256 in g_type_create_instance () from /usr/lib/libgobject-2.0.so.0 #17 0xb79b5602 in g_object_constructor () from /usr/lib/libgobject-2.0.so.0 #18 0xb79b5c7f in g_object_newv () from /usr/lib/libgobject-2.0.so.0 #19 0xb79b6817 in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0 #20 0xb79b69d0 in g_object_new () from /usr/lib/libgobject-2.0.so.0 #21 0x08079528 in ?? () #22 0x0814ace0 in ?? () #23 0x00000000 in ?? () #24 0xbfe462a8 in ?? () #25 0x08075377 in ?? () #26 0x0814aa48 in ?? () #27 0x00000002 in ?? () #28 0xbfe462a8 in ?? () #29 0xb7bab51c in gtk_box_init () from /usr/lib/libgtk-x11-2.0.so.0 Previous frame inner to this frame (corrupt stack?) Reproducible: Always Steps to Reproduce: 1. Just run thunar 2. 3. Actual Results: Thunar segfaults with the above error Expected Results: Thunar should have started without error.
Created attachment 432 Backtrace Here backtrace is, GTK+/GLib 2.9.0/2.9.6.
In my case, Thunar does start up, it happens when I select `Open Location...' from the menu.
The previous error occured with glib-2.8.6 so i installed glib-2.9.5 and recompiled thunar but still i get the same error.
Jap, looks like we have a bug here.
Fixed with revision 19733. 2006-02-04 Benedikt Meurer <benny@xfce.org> * thunar/thunar-path-entry.c(thunar_path_entry_init): Update to the new show-hidden settings name. Bug #1424.