If I enter the below command to determine my runtime directory, I receive the below information.
Also, if I look in my /var/log/messages, I find the below lines stating that the gnome-keyring-daemon cannot access /var/run/user/1001/keyring/control.
Also, if I navigate to the /var/run/user/1001/keyring directory, I see that the control file seems to exist at this location, and that it's listed properties are as shown in the below screen capture.
So, now I'm wondering if I were to add the below lines to the top of my, /usr/local/etc/X11/xinit/xinitrc file, would the above error messages related to gnome-keyring-daemon likely go away? Or am I completely all wet here?
I should probably also add that I started out with Xfce, but then I decided to install Cinnamon, and that is when the fun started.
Code:
Simon@Asus:~ $ echo $XDG_RUNTIME_DIR
var/run/user/1001
Also, if I look in my /var/log/messages, I find the below lines stating that the gnome-keyring-daemon cannot access /var/run/user/1001/keyring/control.
Code:
Feb 24 11:21:46 Asus gnome-keyring-daemon[3270]: couldn't access control socket: /var/run/user/1001/keyring/control: No such file or directory
Feb 24 11:21:46 Asus gnome-keyring-daemon[3270]: discover_other_daemon: 0
Feb 24 11:21:46 Asus gnome-keyring-daemon[3272]: couldn't access control socket: /var/run/user/1001/keyring/control: No such file or directory
Feb 24 11:21:46 Asus gnome-keyring-daemon[3272]: discover_other_daemon: 0
Feb 24 11:21:46 Asus gnome-keyring-daemon[3271]: couldn't access control socket: /var/run/user/1001/keyring/control: No such file or directory
Feb 24 11:21:46 Asus gnome-keyring-daemon[3271]: discover_other_daemon: 0
Also, if I navigate to the /var/run/user/1001/keyring directory, I see that the control file seems to exist at this location, and that it's listed properties are as shown in the below screen capture.
So, now I'm wondering if I were to add the below lines to the top of my, /usr/local/etc/X11/xinit/xinitrc file, would the above error messages related to gnome-keyring-daemon likely go away? Or am I completely all wet here?
Code:
# Start the gnome-keyring as a daemon service
eval $(gnome-keyring-daemon --start --components=pkc11,secrets,ssh)
export XDG_RUNTIME_DIR=var/run/user/1001
I should probably also add that I started out with Xfce, but then I decided to install Cinnamon, and that is when the fun started.