Well, in my inexpert opinion, the problem maybe that the file known as "key" isn't being created within the 1001 directory.
I've tried delaying the start of the gnome-keyring-daemon, but not sure if I'm doing it correctly.
I've located two files within /home/user/.config/autostart/ which seem to be related to launching the gnome-keyring-daemon, but apparently whatever I did had no effect. Below are the two auto start files I attempted to modify. I even tried creating a blank file named "key" but that also didn't seem to do anything.
/home/user/.config/autostart/gnome-keyring-pkcs11.desktop
and
/home/user/.config/autostart/gnome-keyring-secrets.desktop
So, I'm pretty certain that I must be dealing with the so called race problem, but it appears that the solution is just beyond my fingertips. I did find some info online, but the solutions I found didn't seem to work with the lightdm greeter. Any info greatly appreciated.
I've tried delaying the start of the gnome-keyring-daemon, but not sure if I'm doing it correctly.
I've located two files within /home/user/.config/autostart/ which seem to be related to launching the gnome-keyring-daemon, but apparently whatever I did had no effect. Below are the two auto start files I attempted to modify. I even tried creating a blank file named "key" but that also didn't seem to do anything.
/home/user/.config/autostart/gnome-keyring-pkcs11.desktop
Code:
[Desktop Entry]
X-XFCE-Autostart-Override=true
sleep 5 && /usr/local/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh
and
/home/user/.config/autostart/gnome-keyring-secrets.desktop
Code:
[Desktop Entry]
X-XFCE-Autostart-Override=true
sleep 5 && /usr/local/bin/gnome-keyring-daemon --start
So, I'm pretty certain that I must be dealing with the so called race problem, but it appears that the solution is just beyond my fingertips. I did find some info online, but the solutions I found didn't seem to work with the lightdm greeter. Any info greatly appreciated.