Questions tagged [accountsservice]

Useful links

1 questions
1
vote
1 answer

Why does accountsservice always return an empty user list?

I'm trying to get a list of the system users in Vala, but all I get is an empty list. As Vala documentation is quite simple, I dont know how to solve this. This is what I'm trying: var users_list = Act.UserManager.get_default ().list_users ();
dvilela
  • 1,200
  • 12
  • 29