Accounts disappeared from Sign-on UI in System Settings
Bug #1413450 reported by
Lê Hoàng Phương
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Online Accounts: GNOME Control Center |
Expired
|
High
|
Unassigned |
Bug Description
After updating system from a fresh 14.04 install, all of my authorized accounts (including Google and Facebook) has disappeared from the account list in System Settings.
In stdout log, I also see this error:
(unity-
Full log and screenshot are attached below.
To post a comment you must log in.
Hi Lê, and thanks for reporting this bug. I'm afraid that something is wrong with your disk filesystem; maybe the upgrade didn't complete successfully or some files got deleted. Can you please check from a terminal if "sudo apt-get dist-upgrade" gives you some package to install?
Also, in order to check the integrity of the accounts database, please run the following command:
sqlite3 ~/.config/ libaccounts- glib/accounts. db
and then, at the sqlite3 prompt, type
select * from Accounts;
and see if your accounts are still there. You can also use the "account-console list" command to get a list of your accounts.