it was just a screenshot of dconf settings, not much useful, I guess
I've just tried running gdb but it says that debugging symbols are not
found. I don't know if it helps...
I may try the git version and see if it works

$ gdb geary
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 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 "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/geary...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/geary
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe5e6a700 (LWP 18358)]
[New Thread 0x7fffa5567700 (LWP 18359)]
[New Thread 0x7fffa4918700 (LWP 18360)]
[New Thread 0x7fff9ffff700 (LWP 18361)]

(geary:18355): GLib-GIO-ERROR **: Settings schema 'org.yorba.geary' is not
installed


Program received signal SIGTRAP, Trace/breakpoint trap.
0x00007ffff2525491 in g_logv () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
(gdb) bt
#0  0x00007ffff2525491 in g_logv () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007ffff2525622 in g_log () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffff2ef838f in ?? () from
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#3  0x00007ffff29fe96c in ?? () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#4  0x00007ffff29ffde1 in g_object_newv () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#5  0x00007ffff2a005d0 in g_object_new_valist () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#6  0x00007ffff2a00904 in g_object_new () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#7  0x000000000045c27c in configuration_construct ()
#8  0x000000000045b7a3 in ?? ()
#9  0x00007ffff29f96e0 in g_closure_invoke () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#10 0x00007ffff2a0a4d0 in ?? () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#11 0x00007ffff2a126bc in g_signal_emit_valist () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#12 0x00007ffff2a12d60 in g_signal_emit_by_name () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#13 0x00000000005990c0 in yorba_application_run ()
#14 0x0000000000469ecf in _vala_main ()
#15 0x00007ffff2168ead in __libc_start_main () from
/lib/x86_64-linux-gnu/libc.so.6
#16 0x0000000000458899 in _start ()
(gdb) bt
#0  0x00007ffff2525491 in g_logv () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007ffff2525622 in g_log () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffff2ef838f in ?? () from
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#3  0x00007ffff29fe96c in ?? () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#4  0x00007ffff29ffde1 in g_object_newv () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#5  0x00007ffff2a005d0 in g_object_new_valist () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#6  0x00007ffff2a00904 in g_object_new () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#7  0x000000000045c27c in configuration_construct ()
#8  0x000000000045b7a3 in ?? ()
#9  0x00007ffff29f96e0 in g_closure_invoke () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#10 0x00007ffff2a0a4d0 in ?? () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#11 0x00007ffff2a126bc in g_signal_emit_valist () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#12 0x00007ffff2a12d60 in g_signal_emit_by_name () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#13 0x00000000005990c0 in yorba_application_run ()
#14 0x0000000000469ecf in _vala_main ()
#15 0x00007ffff2168ead in __libc_start_main () from
/lib/x86_64-linux-gnu/libc.so.6
#16 0x0000000000458899 in _start ()
(gdb) quit
A debugging session is active.

Inferior 1 [process 18355] will be killed.

Quit anyway? (y or n) y



2013/5/4 Cassidy James <[email protected]>

> Hey Federico, the mailing list strips attachments. Can you upload it
> somewhere else and drop us a link here, or perhaps file a bug on Redmine?
> On May 4, 2013 6:42 AM, "Federico Bruni" <[email protected]> wrote:
>
>> Hi
>>
>> I get this error when I launch geary:
>>
>> $ geary
>>
>> (geary:10709): GLib-GIO-ERROR **: Settings schema 'org.yorba.geary' is not
>> installed
>>
>> Trace/breakpoint trap
>>
>>
>> I'm using version 0.3.1 packaged in debian experimental.
>> It used to work fine the first time I used it. Maybe it's due to some
>> change I made in the preferences...  I see that they are stored in the
>> schema (?).
>>
>> Maybe a conflict with dconf?
>> I attach what I see with dconf-editor
>>
>> I've read this issue but it doesn't seem my situation (geary is installed,
>> I'm not running the built executables out of the install directory...):
>> http://redmine.yorba.org/issues/4895
>>
>> Thanks in advance
>> Federico
>>
>> _______________________________________________
>> Geary mailing list
>> [email protected]
>> http://lists.yorba.org/cgi-bin/mailman/listinfo/geary
>>
>>
_______________________________________________
Geary mailing list
[email protected]
http://lists.yorba.org/cgi-bin/mailman/listinfo/geary

Reply via email to