You are not logged in.

#1 2011-12-16 16:12:23

pouar
Member
Registered: 2011-11-03
Posts: 55
Website

Gnome Keyring and Automounting USB Drive

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-session

Last 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

#2 2011-12-17 05:36:19

stqn
Member
Registered: 2010-03-19
Posts: 1,191
Website

Re: Gnome Keyring and Automounting USB Drive

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

Board footer

Powered by FluxBB