Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Only root can manage net applet
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
chichimeka
n00b
n00b


Joined: 21 Apr 2011
Posts: 17

PostPosted: Thu Feb 06, 2014 2:00 am    Post subject: Only root can manage net applet Reply with quote

Hello everyone:

I have a fresh install of gnome 3.8

In my User session does not work the network applet.

But if I start a root session I can handle the applet, connect and share

Then close the root session and the network is connected and shared, so that my user can make use of it.

After reboot, root continues as the owner of the network, automatically connecting and sharing network.

This is not right, my user should be able to handle the connections and the applet.

Someone had this problem or know how to fix it?

Thanks in advance
Back to top
View user's profile Send private message
jonathan183
Guru
Guru


Joined: 13 Dec 2011
Posts: 318

PostPosted: Sun Mar 02, 2014 10:37 pm    Post subject: Re: Only root can manage net applet Reply with quote

There are some things to check mentioned in the upgrade guide ... https://wiki.gentoo.org/wiki/GNOME/3.8-upgrade-guide
I'm not using gnome 3.8 but you might find looking at systemd services useful https://wiki.gentoo.org/wiki/Systemd
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4549
Location: Germany

PostPosted: Mon Mar 03, 2014 8:06 am    Post subject: Reply with quote

Hm, and check if your user in the "plugdev" group is (recommended by networkmanager-0.9.8.8.ebuild (and http://wiki.gentoo.org/wiki/NetworkManager ))
Back to top
View user's profile Send private message
SirRobin2318
Apprentice
Apprentice


Joined: 24 Apr 2004
Posts: 241
Location: Strasbourg, france.

PostPosted: Mon Mar 03, 2014 10:13 am    Post subject: Reply with quote

On my system I had to add the polkit rule manually: https://wiki.archlinux.org/index.php/NetworkManager#Set_up_PolicyKit_permissions
Code:
/etc/polkit-1/rules.d/50-org.freedesktop.NetworkManager.rules

polkit.addRule(function(action, subject) {
  if (action.id.indexOf("org.freedesktop.NetworkManager.") == 0 && subject.isInGroup("plugdev")) {
    return polkit.Result.YES;
  }
});
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum