Not authorized error when mounting usb device
Here’s what I did to fix auto-mounting, trash and authorization problems:
Install gvfs-afc (which added: gvfs, libsoup-gnome, libsoup, libproxy, gconf, orbit2, libcdio, libcddb, gnome-disk-utility, libunique, libgnome-keyring).
/etc/rc.conf:
DAEMONS=(... dbus ...)
.xinitrc:
exec ck-launch-session dbus-launch openbox-session
dbus needs to be after consolekit to fix the authorization problems.
source: https://bbs.archlinux.org/viewtopic.php?id=111867&p=5
