LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   LXDE gnome-keyring auto-unlock (https://www.linuxquestions.org/questions/debian-26/lxde-gnome-keyring-auto-unlock-4175627429/)

qrange 04-11-2018 06:09 AM

LXDE gnome-keyring auto-unlock
 
The 'Evolution' email client keeps asking for keyring password (d-oh), also when printing to smb.
Please tell me, is there a way to auto unlock gnome-keyring on login?
Here is my /etc/pam.d/lightdm (I feel it might be relevant):

Quote:

#%PAM-1.0

# Block login if they are globally disabled
auth requisite pam_nologin.so

# Load environment from /etc/environment and ~/.pam_environment
session required pam_env.so readenv=1
session required pam_env.so readenv=1 envfile=/etc/default/locale

@include common-auth

-auth optional pam_gnome_keyring.so

@include common-account

# SELinux needs to be the first session rule. This ensures that any
# lingering context has been cleared. Without out this it is possible
# that a module could execute code in the wrong domain.
# When the module is present, "required" would be sufficient (When SELinux
# is disabled, this returns success.)
session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so close

session required pam_limits.so
session required pam_loginuid.so
@include common-session

# SELinux needs to intervene at login time to ensure that the process
# starts in the proper default security context. Only sessions which are
# intended to run in the user's context should be run after this.
session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so open
# When the module is present, "required" would be sufficient (When SELinux
# is disabled, this returns success.)

-session optional pam_gnome_keyring.so auto_start

@include common-password
Thanks.

jim_p 04-12-2018 08:22 AM

You can install seahorse and disable it, assuming you have no problem setting it to blank
https://wiki.archlinux.org/index.php...nage_using_GUI

AwesomeMachine 04-13-2018 10:08 PM

I just delete the keyring files if it gives me problems.
Code:

$ locate -A keyring home


All times are GMT -5. The time now is 03:01 PM.