3 days ago I build Thunar from SVN and everything worked well. Today, I did clean checkout and I noticed segmentation fault when trying to launch Thunar: mloskot@dog:~$ /usr/local/bin/thunar (thunar:14709): GLib-GObject-CRITICAL **: g_param_spec_get_name: assertion `G_IS_PARAM_SPEC (pspec)' failed Segmentation fault GDB does not say much, even I can't generate backtrace (may be I don't use gdb properly?): mloskot@dog:~$ gdb /usr/local/bin/thunar GNU gdb 6.3-debian Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /usr/local/bin/thunar [Thread debugging using libthread_db enabled] [New Thread 46912549824016 (LWP 14728)] (thunar:14728): GLib-GObject-CRITICAL **: g_param_spec_get_name: assertion `G_IS_PARAM_SPEC (pspec)' failed Segmentation fault mloskot@dog:~$ Environment: CPU: AMD64 Turion OS: Ubuntu 5.10 Breezy mloskot@dog:~$ uname -a Linux dog 2.6.12-10-amd64-generic #1 Sat Mar 11 16:15:30 UTC 2006 x86_64 GNU/Linux mloskot@dog:~$ gcc --version gcc (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
Update libexo, that should fix the problem.
(In reply to comment #1) > Update libexo, that should fix the problem. > Yup, not Thunar works well. Thank you!
Ok.
(In reply to comment #2) > (In reply to comment #1) > > Update libexo, that should fix the problem. > > > > Yup, not Thunar works well. Sorry for small typo. Certainly, it should be NOW Thunar works well.