[KAccounts] [Bug 414219] Empty Google username after successful login

Wolfgang Bauer bugzilla_noreply at kde.org
Sun Jan 26 13:00:51 GMT 2020


https://bugs.kde.org/show_bug.cgi?id=414219

--- Comment #18 from Wolfgang Bauer <wbauer at tmo.at> ---
PS: I'll post a workaround here as well, to be able to use kio-gdrive despite
of this problem.

- Run "sqlite3 ~/.config/libaccounts-glib/accounts.db"
- Enter "select * from Accounts;" to get the id of the account
- Enter "update Accounts set name="username" where id=1;" to set a username and
it should work. (replace 1 with the actual id, the username is actually
irrelevant and can be anything, it's just used to display the account in the
settings and kio-gdrive)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kde-telepathy-bugs mailing list