You are not logged in.
Connection activation failed: (32) Not authorized to control networking using nm-applet
My ~/.xinitrc :
exec startxfce4 --ck-launch-session --exit-with-session dbus-launch
/usr/lib/notification-daemon-1.0/notification-daemon &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & i3
I've enabled NetworkManager via systemd
Also i'm a member of the group wheel and network .
Also I've
[nm-applet]
Identity=unix-group:network
Action=org.freedesktop.NetworkManager.*
ResultAny=yes
ResultInactive=no
ResultActive=yes
in
/etc/polkit-1/localauthority/50-local.d/org.freedesktop.NetworkManager.pkla
What am I doing wrong ??
Last edited by siddhartpai (2012-10-28 21:51:52)
Offline
removed --ck-launch-sesssion ,dbus-launch
installed gnome-keyring
works like a charm .
Much thanks to gtmanfred on the IRC
Offline
How are you starting X?
From with X, launch a terminal and check the output of loginctl show-session 1.
ewaller@odin:~ 1003 %loginctl show-session 1 | cat
Id=1
Timestamp=Fri, 2012-10-26 13:17:53 PDT
TimestampMonotonic=31606861
DefaultControlGroup=name=systemd:/user/ewaller/1
VTNr=1
TTY=tty1
Remote=no
Service=login
Leader=370
Audit=1
Type=tty
Class=user
Active=yes
State=active
KillProcesses=no
IdleHint=no
IdleSinceHint=1351460747892425
IdleSinceHintMonotonic=178105652852
Name=ewaller
ewaller@odin:~ 1004 %Ensure that is says "Active=yes". If not, you may need to change how you are starting X
Edit: Never mind, we were posting at the same time.
Last edited by ewaller (2012-10-28 21:52:31)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
ewaller : Thanks Anyway ![]()
Offline