Bug#531379: nautilus: Does not mount usb stick volumes, no error output

Ulrik Sverdrup ulrik.sverdrup at gmail.com
Wed Jun 3 10:11:47 UTC 2009


2009/6/1 Josselin Mouette <joss at debian.org>:
> Le lundi 01 juin 2009 à 09:55 +0200, Ulrik Sverdrup a écrit :
>> This is the same bug as #530256 : I fixed it by using the environment
>> variable workarond posted by Michael Biebl in that bug.
>
> What exactly did you change?

I changed from
startx
to
env -u XDG_SESSION_COOKIE startx

I log in by this method, skipping gdm (I think it was a boot speed
optimization some time back)


>
> Without doing this, what is the output of ck-list-sessions?


output of ck-list-sessions was like in the bug referenced. But I have
a proper Realname set. But the active = FALSE was in the output.. even
though I was active of course.


>
> How are you logging in? Startx, GDM? What is in your .dmrc,
> your .xinitrc, your .xsession?

$ cat .dmrc

[Desktop]
Session=default

.xinitrc and .xsession empty

I autologin from getty via .bash_profile:

$ cat .bash_profile
export GTK_MENUBAR_NO_MAC="civclient civclient-gtk"

source .bashrc

test -z $DISPLAY || exit
if test $(tty) = "/dev/tty1"
then
	env -u XDG_SESSION_COOKIE startx
	sleep 20
fi
--------

I think there was user error behind this bug.. only seen with the
"startx" configuration so far.

The bug on nautilus' side, or perhaps on policykit's side is simply
**No error displayed when user tries to do action but permission
denied/fails**

Thank you for your interest in the bug!

Ulrik

>
> --
>  .''`.      Josselin Mouette
> : :' :
> `. `'   “I recommend you to learn English in hope that you in
>  `-     future understand things”  -- Jörg Schilling
>






More information about the pkg-gnome-maintainers mailing list