[pkg-fso-maint] Bug#869399: unlock keyring automatically at startup

2017-08-03 Thread 積丹尼 Dan Jacobson
Or maybe I can like https://superuser.com/a/141232 use -l, --login This argument tells the daemon it is being run by PAM. It reads all of stdin (including any newlines) as a login password and does not complete actual initialization. (But I will not touch

[pkg-fso-maint] Bug#869399: unlock keyring automatically at startup

2017-08-03 Thread 積丹尼 Dan Jacobson
https://ubuntuforums.org/showthread.php?t=192281=2524785#post2524785 got me thinking, maybe I can write a script... I see the gnome-keyring-daemon man page has --unlock. Maybe I can do echo "my password"| gnome-keyring-daemon --unlock in my bash profile, and then the rest of the day all apps

[pkg-fso-maint] Bug#869399: unlock keyring automatically at startup

2017-08-03 Thread Ryan Tandy
On Fri, Aug 04, 2017 at 09:04:39AM +0800, 積丹尼 Dan Jacobson wrote: Thank you! But please tell me how to do it without installing seahorse. I don't know that, sorry. My best guess would be that you want to send a command to the gnome-keyring daemon over DBus. The ChangeLock method looks

[pkg-fso-maint] Bug#869399: unlock keyring automatically at startup

2017-08-03 Thread 積丹尼 Dan Jacobson
RT> I believe it's possible to store the GNOME keyring unencrypted, if RT> that's what you want (based on reading your comments in the upstream RT> report). In seahorse ("Passwords and Encryption Keys") you should be RT> able to change the keyring password to an empty password. If I'm RT>