<div dir="ltr">Hi Simon, sorry for my late response, That issue seems like its gone already for a while, I did not notice when exactly. It has been some time and I've had some updates to some other packages. The missing mouse pointer however perhaps is not a bug in gnome-session. Its probably somewhere in gnome-settings-daemon, however I tried running it with --debug but did not notice any special log entries leading to this.<div>If you can advise where and how to look for, I will definitely try to find the problem.</div><div><br></div><div>Thanks</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 9, 2015 at 4:50 PM, Simon McVittie <span dir="ltr"><<a href="mailto:smcv@debian.org" target="_blank">smcv@debian.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 06/03/15 10:00, Simon McVittie wrote:<br>
> On Tue, 20 Jan 2015 at 21:43:09 -0500, Aron Podrigal wrote:<br>
>>      Jan 20 16:46:18 jessie gnome-session[1888]:<br>
</span><span class="">>>      GLib-GIO:ERROR:/tmp/buildd/glib2.0-2.42.1/./gio/gdbusconnection.c:4231:invoke_set_property_in_idle_cb:<br>
>>      assertion failed: (error != NULL)<br>
><br>
</span><span class="">> This seems likely to be the problem: gnome-settings-daemon crashed with<br>
> an assertion failure.<br>
<br>
</span>gdbusconnection.c:4231 is the last of the lines I've quoted here:<br>
<br>
  if (!data->vtable->set_property (data->connection,<br>
                                   g_dbus_message_get_sender (data->message),<br>
                                   g_dbus_message_get_path (data->message),<br>
                                   data->interface_info->name,<br>
                                   data->property_name,<br>
                                   value,<br>
                                   &error,<br>
                                   data->user_data))<br>
    {<br>
      gchar *dbus_error_name;<br>
      g_assert (error != NULL);<br>
<br>
So the bug here is that something, somewhere in the<br>
gnome-settings-daemon process, has a set_property() callback<br>
that fails without correctly setting the error.<br>
<br>
Searching the gnome-settings-daemon source code, the only obvious<br>
possibility is in the power plugin. Aron, please try this and see<br>
whether it works better for you:<br>
<br>
<a href="https://people.debian.org/~smcv/gnome-settings-daemon_3.14.2-2+smcv1_amd64.deb" target="_blank">https://people.debian.org/~smcv/gnome-settings-daemon_3.14.2-2+smcv1_amd64.deb</a><br>
<br>
Regards,<br>
    S<br>
<br>
</blockquote></div><br></div></div>