Ah, I can reproduce after deleting the 'login' keyring and logging-in
again.

Here's a python reproducer:
```
from gi.repository import Secret
EXAMPLE_SCHEMA = Secret.Schema.new("org.mock.type.Store", 
Secret.SchemaFlags.NONE, {})
Secret.password_store_sync(EXAMPLE_SCHEMA, {}, Secret.COLLECTION_DEFAULT, "The 
label", "the password", None)
```

On a second log-out/log-in cycle, the 'login' keyring is already created
and we do not hit this issue.

I wonder if there are multiple bugs here:
* The 'login' keyring is not created on first login
* Storing a secret without a keyring hangs
* gnome-control-center is using blocking calls so the UI freezes up.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2125590

Title:
  g-c-c freezes after entering System->Remote Desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2125590/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to