zhuyaliang / user-admin

GNU General Public License v3.0
27 stars 16 forks source link

Problems with loading user lists #11

Closed xihels closed 5 years ago

xihels commented 5 years ago

Loading the user list is an async call. Calling act_user_manager_list_users directly after act_user_manager_get_default may be wrong

This patch fix this problem fix-usrlist-is-empty.patch.gz

zhuyaliang commented 5 years ago

@xihels Thank you very much for your suggestion. I overlooked this problem. I checked your patch. I don't think it's the best solution. After discussing with @yetist , It is considered that it is more reasonable to use the "is-load" signal processing provided by accountsservice. Thank you for your test.