I think this bug is in libaccounts-glib:libaccounts-glib/ag-manager.c:
static GObject *
ag_manager_constructor (GType type, guint n_params,
GObjectConstructParam *params)
{
GObjectClass *object_class = (GObjectClass *)ag_manager_parent_class;
AgManager *manager;
GObject *object;
object = object_class->constructor (type, n_params, params);
g_return_val_if_fail (object != NULL, NULL);
manager = AG_MANAGER (object);
if (G_UNLIKELY (!open_db (manager) || !setup_dbus (manager)))
{
g_object_unref (object);
return NULL;
}
return object;
}
i.e. the database has failed to open or dbus not worked.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1058061
Title:
/usr/lib/unity-lens-photos/unity-lens-
photos:TypeError:<module>:__init__:__init__:_get_accounts_for_service:constructor
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-photos/+bug/1058061/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs