*Error* *Secret item or collection is locked* *Cannot get secret of a locked object*
On Debian 13 GNOME OverClock3000:
```bash
./lssecret --secrets
```
<details>
<summary>Output:</summary>
```
Collection: Login
Collection:
Collection: Default keyring
Item: Test
Error: Secret item or collection is locked
Cannot get secret of a locked object
Key: xdg:schema
Value: org.gnome.keyring.Note
Item: Chromium Safe Storage
Error: Secret item or collection is locked
Cannot get secret of a locked object
Key: application
Value: chromium
Key: xdg:schema
Value: chrome_libsecret_os_crypt_password_v2
Item:
Error: Secret item or collection is locked
Cannot get secret of a locked object
Key: app_id
Value:
Key: xdg:schema
Value: org.freedesktop.Secret.Generic
Item: Chrome Safe Storage Control
Error: Secret item or collection is locked
Cannot get secret of a locked object
Key: xdg:schema
Value: _chrome_dummy_schema_for_unlocking
Key: explanation
Value: Because of quirks in the gnome libsecret API, Chrome needs to store a dummy entry to guarantee that this keyring was properly unlocked. More details at http://crbug.com/660005.
```
</details>
issue