You are not logged in.

#1 2012-11-06 03:24:17

seisatsu
Member
Registered: 2009-07-12
Posts: 9

[SOLVED] Thunar automounting stopped working recently.

I am running Archlinux x64 with an Openbox setup. After a recent upgrade, I'm not sure which, Thunar's automount feature suddenly stopped working. When I plug in a USB drive and click its name in the Thunar sidebar, I get something like the following:

Failed to mount "HP Desktop Drive".
Not authorized to perform operation.

My user is in the storage and optical groups. All of my packages are completely up to date at the time of this posting.

Here is my .xinitrc:

#!/bin/bash

export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus

ibus-daemon -drx &

exec ck-launch-session dbus-launch openbox-session

Last edited by seisatsu (2012-11-06 03:56:26)

Offline

#2 2012-11-06 03:25:38

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED] Thunar automounting stopped working recently.

systemd?

Maybe you should read the news...

Offline

#3 2012-11-06 03:29:47

felixculpa
Member
From: Alberta, Canada
Registered: 2012-06-12
Posts: 270

Re: [SOLVED] Thunar automounting stopped working recently.

Here is my .xinitrc:

#!/bin/bash

export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus

ibus-daemon -drx &

exec ck-launch-session dbus-launch openbox-session

If you are running from a pure systemd installation, you do not need dbus-launch as dbus is built into systemd. Also I don't believe ck-launch-session is required anymore either. I took it out of my xinit and it boots & runs fine.

However I am having the same problem as you...automount has indeed stopped working for me as well in Thunar under Openbox without a DE.

Last edited by felixculpa (2012-11-06 03:30:12)

Offline

#4 2012-11-06 03:42:08

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: [SOLVED] Thunar automounting stopped working recently.

WonderWoofy wrote:

systemd?

Maybe you should read the news...

Or any of the many other "can't automount" posts...

(edit) and now that you have marked this [SOLVED] it would help others if you explained how you solved it.

Last edited by 2ManyDogs (2012-11-06 04:22:17)

Offline

Board footer

Powered by FluxBB