(thunar:4867): Gtk-CRITICAL **: gtk_drag_source_set_icon_name: assertion `site != NULL' failed Segmentation fault is the message that is shown when i try to open thunar from terminal
Mind to start Thunar inside gdb? gdb thunar When it crashes, please enter 'bt' in the gdb prompt and post the output of that here. That would help a lot, thanks.
GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "powerpc-linux-gnu"... (no debugging symbols found)
(In reply to comment #2) > GNU gdb 6.8-debian > Copyright (C) 2008 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "powerpc-linux-gnu"... > (no debugging symbols found) No stack.
(In reply to comment #3) > No stack. You have to run "gdb thunar", then type "run" and press enter. Then wait for it to crash, then type "bt" and press enter. That should give you a backtrace.
Please reopen if this is still an issue with the latest Thunar release.