To add: testing this would be most helpful. See original instruction:
awesome or not awesome.
On Thu, Jun 24, 2010 at 3:33 PM, Mike Mammarella <m
...@chromium.org> wrote:
> A quick update on this: thanks to Evan Martin and his recent r50771,
> we can now use GNOME Keyring 2.22 (as present in Ubuntu 8.04) and as a
> result we have removed a broken version check that was incorrectly
> identifying version 2.30 (as present in Ubuntu 10.04) as an
> unsupported version. Thanks Evan!
> On Tue, Jun 22, 2010 at 1:35 PM, Mike Mammarella <m...@chromium.org> wrote:
>> If you are not using Linux, you can ignore this message.
>> I've recently committed r50475 which adds a new flag,
>> --password-store, that lets you request GNOME Keyring or (KDE) KWallet
>> instead of the built-in unencrypted password store.
>> There are three possible values:
>> --password-store=gnome
>> --password-store=kwallet
>> --password-store=detect (this will eventually be the default)
>> For now, without the flag, we will continue to use the built-in
>> unencrypted store. With the flag, we will now try to use the requested
>> store (or autodetect one, and use that) to store passwords, and we
>> will migrate existing passwords to this store. This requires GNOME
>> Keyring > 2.22 (which rules out Ubuntu 8.04) or KDE 4. In the event of
>> failure to initialize the encrypted store, we fall back on the
>> built-in store.
>> If you'd like to give it a try, you might want to back up your
>> existing password store, just in case something goes wrong. It's
>> stored in ~/.config/chromium/Default/Login\ Data (or google-chrome for
>> branded builds, once one of those includes this change).