Networkmanager / KDE

Hello,

I have a big problem : for some time (after update), when I want to add a new wireless connection using the KDE application, I have this message :

insufficient privileges

It is impossible to do anything at all …

An idea ?

Thanks

XKomodor | Julien

read the http://www.calculate-linux.ru/boards/22/topics/22874?r=24162
try to fix the content of usr/share/polkit-1/rules.d/01-org.freedesktop.NetworkManager.settings.modify.system.rules
to:

polkit.addRule(function(action, subject) {
if (action.id.indexOf(“org.freedesktop.NetworkManager.”) == 0 && subject.isInGroup(“plugdev”)) {
return polkit.Result.YES;
}
});

I hope this will help