Open mjlbach opened 4 years ago
This issue has been mentioned on NixOS Discourse. There might be relevant details there:
https://discourse.nixos.org/t/unlocking-gnome-keyring-automatically-upon-login-with-kde-sddm/6966/4
I marked this as stale due to inactivity. → More info
Is this resolved? Perhaps we can close this issue.
It is not fixed. As mentioned on Discourse, gnome-keyring hooks into the login pam module:
But unlike lightdm and GDM, SDDM does not seem to include the login
PAM module. It would need something like https://github.com/NixOS/nixpkgs/commit/5b9895b1a077c5c431b08a88749a4958472cab3c.
This issue has been mentioned on NixOS Discourse. There might be relevant details there:
https://discourse.nixos.org/t/unlocking-gnome-keyring-automatically-upon-login-with-kde-sddm/6966/6
Time to bump this. It's driving me nuts.
Describe the bug
When I first attempted to use login keyring, I received the following error:
The module does not create a login keyring by default, so I deleted the "Default keyring" that was created the first time I added a password to the keyring. Now every time I log in, I have to enter my password into a popup:
To Reproduce Steps to reproduce the behavior:
services.gnome3.gnome-keyring.enable = true;
Expected behavior The login keyring is created upon enabling the module and the login keyring is logged into by default.
Fix Creating a login keyring and adding the following fixes the issue:
CC:
@worldofpeace