You are not logged in.
Pages: 1
Topic closed
I've added the mounting function for Thunar that was illustrated on the front page. But I get root access issues when try to mount via the file manager. I'm trying to mount my drive which is called "Dock" and I get the following error message.
Failed to mount "dock". Not authorizedIs there a way to resolve this?
Offline
Try putting dbus-launch after ck-launch-session in .xinitrc rather than before ![]()
The order is important.
(I've switched the order on the main page this morning)
Offline
You have to add yourself to the group storage:
# gpasswd -a [username] storage
Getting your questions answered here at ArchBang Forums
Please! Always give hardware info, if there is a chance that 's relevant: #lspci -vnn
Quote: What I have learnt from Linux is to minimize dependencies and functionalities for greater independence.
On Arch(bang) and Openbox: http://stillstup.blogspot.com/
Offline
Thanks guys, truly appreciated.
Offline
I had the same problem this morning after updates! (2/5/11)Following Willexterems' replied on this post solved the trick for me.
Try putting dbus-launch after ck-launch-session in .xinitrc rather than before big_smile
The order is important.
(I've switched the order on the main page this morning)
Thanks!
Luis Caballero
Offline
Hey can you write your .xinitrc file here?
Offline
#!/bin/bash
exec ck-launch-session dbus-launch openbox-sessionOffline
This was driving me crazy also...Thank for the help!!!!
Offline
Pages: 1
Topic closed