Yes I know the title sucks, but this is my situation....
Some things are broken and I don't know why......I'm going to concentrate on nm-applet for now, as I could imagine, that the rest (automounting under fluxbox) will go away as well....
When I want to connect to ANY network via nm-applet, it just gives me an error message:
Code: Select all
spiderpigloki@localhost ~ $ nm-applet
** Message: applet now removed from the notification area
** Message: applet now embedded in the notification area
** (nm-applet:3202): WARNING **: Hinzufügen/Aktivierung der Verbindung schlug fehl: (32) Insufficient privileges.
(Translation: Adding / activating of the connection failed: (32) Insufficient privileges.)Code: Select all
spiderpigloki@localhost ~ $ dbus-monitor
signal sender=org.freedesktop.DBus -> dest=:1.54 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
string ":1.54"
method call sender=:1.54 -> dest=org.freedesktop.DBus serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
string "eavesdrop=true,type='method_call'"
method call sender=:1.54 -> dest=org.freedesktop.DBus serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
string "eavesdrop=true,type='method_return'"
method call sender=:1.54 -> dest=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
string "eavesdrop=true,type='error'"
Code: Select all
spiderpigloki@localhost ~ $ ck-list-sessions
Session1:
unix-user = '1001'
realname = '(null)'
seat = 'Seat1'
session-type = ''
active = TRUE
x11-display = ':0.0'
x11-display-device = '/dev/tty7'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2013-02-09T18:43:34.884807Z'
login-session-id = '9'
Session2:
unix-user = '1001'
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 = '2013-02-09T18:43:35.050316Z'
login-session-id = '9'Code: Select all
localhost spiderpigloki # grep login_cmd /etc/slim.conf
# login_cmd exec /bin/sh - ~/.xinitrc %session
# login_cmd exec /bin/bash -login ~/.xinitrc %session
#login_cmd exec /bin/bash -login /usr/share/slim/Xsession %session
login_cmd exec /usr/bin/ck-launch-session /usr/bin/dbus-launch /bin/bash -login ~/.xinitrc
Code: Select all
localhost spiderpigloki # cat .xinitrc
# polkit agent
/usr/libexec/polkit-gnome-authentication-agent-1 &
/bin/thinkfan &
# finally: start fluxbox
exec startfluxbox
Code: Select all
dbus | default
consolekit | default
NetworkManager | default
net.lo | boot
netmount | default 