Comment 2 for bug 1832786

Revision history for this message
Olivier Tilloy (osomon) wrote :

Thanks for the report Russ.
Can you please share the output of the following command?

    snap connections chromium | grep password-manager-service

I suspect the password-manager-service interface is not connected, which would explain why it's using the basic, unencrypted password store. In that case you can connect it like this:

    snap connect chromium:password-manager-service

Please note that this is not a regression as far as the snap is concerned, the password-manager-service interface has never been auto-connected.