Hi

On Fri, Dec 3, 2010 at 2:34 AM, Bitman Zhou <bitman.z...@sinobot.com.cn> wrote:
> Program received signal SIGSEGV, Segmentation fault.
> 0x0804bb8a in restore_configuration (s=0x80b3c08, channel=0x8174690,
> data=0x80b3250) at spicy.c:367
> 367             state = g_key_file_get_boolean(keyfile, "general", keys[i],
> &error);
> (gdb) bt
> #0  0x0804bb8a in restore_configuration (s=0x80b3c08, channel=0x8174690,
> data=0x80b3250) at spicy.c:367

Thanks for the bug report. Indeed this is a real bug I introduced, I
thought glib would return nkeys = 0 when there are no keys... Instead
the error should be checked.

You can edit your ~/.config/spicy/settings and add:

[general]
grab-keyboard=true
grab-mouse=true
resize-guest=true
auto-clipboard=true


Or you can compile the master branch, which has now few fixes.
g...@gitorious.org:spice-gtk/spice-gtk.git

Thanks for the bug report!

-- 
Marc-André Lureau
_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to