Alter Ubuntu 19.04 => 19.10 upgrade
Chromium passwords are still not working
- password not imported
- password not synced with other systems
- password not saved
I've tried:
---
snap connect chromium:password-manager-service
the command:
snap connections chromium | grep password
returns
password-manager-service chromium:password-manager-service :password-
manager-service manual
---
~ snap list chromium
Name Version Rev Tracking Publisher Notes
chromium 78.0.3904.70 920 stable canonical✓ -
~ apt policy chromium-browser
chromium-browser:
Installed: 77.0.3865.120-0ubuntu1.19.10.1
Candidate: 77.0.3865.120-0ubuntu1.19.10.1
Version table:
*** 77.0.3865.120-0ubuntu1.19.10.1 500
500 http://it.archive.ubuntu.com/ubuntu eoan-updates/universe amd64
Packages
100 /var/lib/dpkg/status
77.0.3865.120-0ubuntu1~snap1 500
500 http://it.archive.ubuntu.com/ubuntu eoan/universe amd64 Packages
---
reimporting old config
mv ~/snap/chromium/current/.config ~/snap/chromium/current/.config.000
chromium-browser
Importing existing chromium profile from /home/xxx/.config/chromium (version
76.0.3809.100)
Import done in 12.293 s
what i see here:
[8384:8766:1107/113136.480119:ERROR:token_service_table.cc(140)] Failed to
decrypt token for service AccountId-101040866152128307883
[8384:8766:1107/113136.480171:ERROR:token_service_table.cc(140)] Failed to
decrypt token for service AccountId-111604898276580333411
[8384:8766:1107/113136.480196:ERROR:token_service_table.cc(140)] Failed to
decrypt token for service AccountId-117219250637178212384
[8384:8766:1107/113136.480221:ERROR:token_service_table.cc(140)] Failed to
decrypt token for service AccountId-116924599772170384880
[8384:8766:1107/113136.480242:ERROR:token_service_table.cc(140)] Failed to
decrypt token for service AccountId-106555677384077017077
[8384:8384:1107/113137.484604:ERROR:account_tracker.cc(241)] AccessTokenFetched
error: Invalid credentials (credentials missing).
[8384:8384:1107/113137.484926:ERROR:account_info_fetcher.cc(60)]
OnGetTokenFailure: Invalid credentials (credentials missing).
[8384:8384:1107/113139.303513:ERROR:data_type_manager_impl.cc(38)] Passwords
cryptographer error was encountered:
...
[8384:8697:1107/113149.949701:ERROR:gcm_store_impl.cc(936)] Failed to restore
security token.
...
[8384:8995:1107/113313.221960:ERROR:database.cc(1581)] Passwords sqlite error
2067, errno 0: UNIQUE constraint failed: logins.origin_url,
logins.username_element, logins.username_value, logins.password_element,
logins.signon_realm, sql: INSERT INTO logins (origin_url, action_url,
username_element, username_value, password_element, password_value,
submit_element, signon_realm, preferred, date_created, blacklisted_by_user,
scheme, password_type, times_used, form_data, date_synced, display_name,
icon_url, federation_url, skip_zero_click, generation_upload_status,
possible_username_pairs, id, date_last_used) VALUES
(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
[8384:8384:1107/113315.265525:ERROR:gaia_auth_fetcher.cc(76)] Missing ID token
on refresh token fetch response.
[8384:8770:1107/113315.689058:ERROR:password_syncable_service.cc(193)]
Passwords datatype error was encountered: Failed to get passwords from store.
---
i use multiple profiles with *gmail account and private domain google
accounts
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1849160
Title:
after deb->snap transition, chromium no longer sees local password
store
Status in chromium-browser package in Ubuntu:
Fix Released
Status in chromium-browser source package in Eoan:
Fix Released
Bug description:
[Impact]
After upgrading to eoan and accepting the deb->snap transition for
chromium, the passwords saved in my browser are no longer available to
the app, despite
~/snap/chromium/current/.config/chromium/Default/Login Data being
present and fully-populated. If I go into settings, I see Saved
Passwords: Saved passwords will appear here.
The data doesn't appear to be lost, since I have a copy in ~/snap as
well as in ~/.config/chromium, but somehow they're inaccessible.
[Test Case]
Install chromium-browser in disco (19.04), save a few passwords for login
forms.
Dist-upgrade to eoan (19.10), launch chromium, and verify that the saved
passwords are still there. They can be inspected by browsing to
chrome://settings/passwords.
As an additional check, the output of `snap connections chromium | grep
password` should look like this:
password-manager-service chromium:password-manager-service
:password-manager-service manual
I.e. the interface should be marked as manually connected, even though
the user hasn't explicitly connected it.
[Regression Potential]
Low. The change removes an assumption on upgrade paths that has become
incorrect. Now the password-manager-service interface will always be
connected on upgrade, which I think is sensible. Users who wish to
disconnect the interface (unlikely use case) will also have to remove
the chromium-browser transitional package, to prevent it from
reconnecting the interface.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1849160/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp