[KAccounts] [Bug 414010] Adding a google account results in an invalid (empty) and non-working entry

Wolfgang Bauer bugzilla_noreply at kde.org
Sun Jan 26 12:40:24 GMT 2020


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

Wolfgang Bauer <wbauer at tmo.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wbauer at tmo.at

--- Comment #1 from Wolfgang Bauer <wbauer at tmo.at> ---
This is basically the same as bug#414219.

Only difference: openSUSE uses a newer signon-ui based on QtWebEngine (with a
downstream patch to retrieve the username), while Kubuntu has an older QtWebKit
based version. (so I don't mark it as duplicate just yet)

The underlying problem is the same though AFAICT, it fails to retrieve the user
name from the login (web) page, probably due to some change on Google's side.

A workaround to get the account working:
- 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