Summary: | "Authentication method is not known" when adding a Google account | ||
---|---|---|---|
Product: | [Frameworks and Libraries] KAccounts | Reporter: | Bart Ribbers <bribbers> |
Component: | KCM | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | normal | CC: | wbauer1 |
Priority: | NOR | ||
Version: | 19.12 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Bart Ribbers
2020-02-11 09:12:18 UTC
I can (only) reproduce this error by uninstalling signon-plugin-oauth2, that is needed by Google for authentification. (it is required on a package level by kaccounts-providers here in openSUSE) So IMHO it is indeed a missing dependency in your distribution. Look if that package is available and install it manually, that should fix your problem. Well, installing that changes the error, but it doesn't change UI behaviour. "google" Looking for plugin "" Starting auth session with "oauth2" Info: Id: 9 caption: "google" owner: "" userName: "" Error: "userActionFinished error: 2" (In reply to Bart Ribbers from comment #2) > Well, installing that changes the error, but it doesn't change UI behaviour. You mean you still don't get a login window? THen check that signon-ui is installed. And maybe try to run "signon-ui" manually before trying to add the google account (shouldn't normally be necessary to do that manually though, it should get autostarted). Yup, that solved it, thanks! |