2013年1月12日

WARNING: gnome-keyring:: couldn't connect to: hogehoge

Ratpoison で firefox を起動すると

===
WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-5HPsbp/pkcs11: そのようなファイルやディレクトリはありません
==

などとメッセージが出てくるようになったため、以下のように修正して対応で
きた。

===
*** /etc/xdg/autostart/gnome-keyring-ssh.desktop.orig 2013-01-12 00:18:04.059361901 +0000
--- /etc/xdg/autostart/gnome-keyring-ssh.desktop 2013-01-12 00:21:31.292389509 +0000
***************
*** 3,9 ****
Name=SSH Key Agent
Comment=GNOME Keyring: SSH Agent
Exec=/usr/bin/gnome-keyring-daemon --start --components=ssh
! OnlyShowIn=GNOME;Unity;
X-GNOME-Autostart-Phase=Initialization
X-GNOME-AutoRestart=false
X-GNOME-Autostart-Notify=true
--- 3,9 ----
Name=SSH Key Agent
Comment=GNOME Keyring: SSH Agent
Exec=/usr/bin/gnome-keyring-daemon --start --components=ssh
! OnlyShowIn=GNOME;Unity;Ratpoison;
X-GNOME-Autostart-Phase=Initialization
X-GNOME-AutoRestart=false
X-GNOME-Autostart-Notify=true
===

===
*** /etc/xdg/autostart/gnome-keyring-secrets.desktop.orig 2013-01-12 00:17:27.159178923 +0000
--- /etc/xdg/autostart/gnome-keyring-secrets.desktop 2013-01-12 00:21:04.428256297 +0000
***************
*** 3,9 ****
Name=Secret Storage Service
Comment=GNOME Keyring: Secret Service
Exec=/usr/bin/gnome-keyring-daemon --start --components=secrets
! OnlyShowIn=GNOME;Unity;
X-GNOME-Autostart-Phase=Initialization
X-GNOME-AutoRestart=false
X-GNOME-Autostart-Notify=true
--- 3,9 ----
Name=Secret Storage Service
Comment=GNOME Keyring: Secret Service
Exec=/usr/bin/gnome-keyring-daemon --start --components=secrets
! OnlyShowIn=GNOME;Unity;Ratpoison;
X-GNOME-Autostart-Phase=Initialization
X-GNOME-AutoRestart=false
X-GNOME-Autostart-Notify=true
===

===
*** /etc/xdg/autostart/gnome-keyring-gpg.desktop.orig 2013-01-12 00:17:02.707057664 +0000
--- /etc/xdg/autostart/gnome-keyring-gpg.desktop 2013-01-12 00:20:51.992194634 +0000
***************
*** 3,9 ****
Name=GPG Password Agent
Comment=GNOME Keyring: GPG Agent
Exec= gnome-keyring-daemon --start --components=gpg
! OnlyShowIn=GNOME;Unity;
X-GNOME-Autostart-Phase=Initialization
X-GNOME-AutoRestart=false
X-GNOME-Autostart-Notify=true
--- 3,9 ----
Name=GPG Password Agent
Comment=GNOME Keyring: GPG Agent
Exec= gnome-keyring-daemon --start --components=gpg
! OnlyShowIn=GNOME;Unity;Ratpoison;
X-GNOME-Autostart-Phase=Initialization
X-GNOME-AutoRestart=false
X-GNOME-Autostart-Notify=true
===

===
*** /etc/xdg/autostart/gnome-keyring-pkcs11.desktop.orig 2013-01-12 00:08:32.940529874 +0000
--- /etc/xdg/autostart/gnome-keyring-pkcs11.desktop 2013-01-12 00:10:19.681059028 +0000
***************
*** 3,9 ****
Name=Certificate and Key Storage
Comment=GNOME Keyring: PKCS#11 Component
Exec=/usr/bin/gnome-keyring-daemon --start --components=pkcs11
! OnlyShowIn=GNOME;Unity;
X-GNOME-Autostart-Phase=Initialization
X-GNOME-AutoRestart=false
X-GNOME-Autostart-Notify=true
--- 3,9 ----
Name=Certificate and Key Storage
Comment=GNOME Keyring: PKCS#11 Component
Exec=/usr/bin/gnome-keyring-daemon --start --components=pkcs11
! OnlyShowIn=GNOME;Unity;Ratpoison;
X-GNOME-Autostart-Phase=Initialization
X-GNOME-AutoRestart=false
X-GNOME-Autostart-Notify=true
===

0 件のコメント:

コメントを投稿