Comment 22 for bug 187335

Revision history for this message
Josh Hill (ingenium) wrote :

I believe this is a dbus issue, and it went away when I increased the number of connections allowed by dbus. To do this, create the file /etc/dbus-1/system-local.conf and add to it:

<!DOCTYPE busconfig PUBLIC
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
 <limit name="max_connections_per_user">256</limit>
</busconfig>

Save and restart.