You are not logged in.
After the slim was updated yesterday, it now has consolekit built in. Because AB'S .xinitrc includes 'ck-launch-session', you might end up with two running ck-sessions, leading to permission problems when mounting external devices and when trying to restart or shutdown from oblogout.
You have to change the line in ~/.xinitrc from
exec ck-launch-session dbus-launch openbox-sessionto this:
exec dbus-launch openbox-sessionI guess most people here figured it out already, but this might save you some time if you haven't yet.
Source: https://bbs.archlinux.org/viewtopic.php?id=141220
Note: that this can also lead to a permission error regarding networking:
not authorized to control networking
see: http://bbs.archbang.org/viewtopic.php?pid=14351#p14351
and http://bbs.archbang.org/viewtopic.php?pid=14358#p14358
Offline
thanks for that informative-potential lookout.
The "BSD" things in life are "Free", and "Open", and so is ArchBang!
Go Leafs Go !!!
Offline
Note, Mr Green!!
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
good thing I saw this Now I don't have to post another thread. Thanks.
It's only chaos to those not interested.
"Power aint nothing if you don't use it."
"I call it a sin Not to rule the world, if you've been blessed, with the strength!"
Offline
Noted! ![]()
Easy way to check ck problem is to run
ck-list-sessionsYou may get the following
[mrgreen@macmillan ~]$ ck-list-sessions
Session1:
unix-user = '1000'
realname = '(null)'
seat = 'Seat1'
session-type = 'x11'
active = TRUE
x11-display = ':0.0'
x11-display-device = '/dev/tty7'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2012-05-11T04:45:25.485318Z'
login-session-id = '1'
Session2:
unix-user = '1000'
realname = '(null)'
seat = 'Seat1'
session-type = ''
active = FALSE
x11-display = ':0.0'
x11-display-device = '/dev/tty7'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2012-05-11T04:45:25.711012Z'
login-session-id = '1'
[mrgreen@macmillan ~]$ Then you need to edit .xinitrc and remove ck-launch-session to look like
exec dbus-launch openbox-sessionOffline