You are not logged in.
Pages: 1
I got Gnome Keyring to start in xinitrc based on what the wiki sayed but now when i plugin a usb drive it says Unable To Mount: Not Authorized. I've tried adding dbus-launch to the xinitrc right after ck-launch-session which causes the Gnome Keyring to stop working again.
here's the what the .xinitrc file looks like
#!/bin/sh
# Source scripts in /etc/X11/xinit/xinitrc.d/
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh
exec ck-launch-session dbus-launch mate-sessionLast edited by pouar (2011-12-16 16:15:13)
Yep, I'm a diaperfur now, I guess
while :;do if windows sucks;then mv windows /dev/null;pacman -Sy linux;fi;done
for i in {\ metal,core,grind};do echo death$i rules\!;done
Offline
I don't really understand your problem, but I remember reading in this forum that /etc/X11/xinit/xinitrc.d/30-dbus already launches dbus and that it was too early and caused problems. There's a bug report for that too.
Offline
Pages: 1