Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nm-applet-0.7.1_p20090824.ebuild
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
sideways
n00b
n00b


Joined: 24 Dec 2004
Posts: 37
Location: Los Gatos, CA

PostPosted: Mon Aug 31, 2009 7:18 am    Post subject: nm-applet-0.7.1_p20090824.ebuild Reply with quote

my system is almost all x86 except for networkmanager ~x86 stuff

after sync/emerge'ing nm-applet-0.7.1_p20090824 i got:
Code:

$ nm-applet
** (nm-applet:15777): WARNING **: <WARN>  request_name(): Could not acquire the session service as it is already taken.  Return: 3

** (nm-applet:15777): WARNING **: <WARN>  constructor(): Couldn't initialize the D-Bus manager.


however the nm-applet starts fine under root

went back to nm-applet-0.7.1-r3.ebuild and networkmanager to networkmanager-0.7.1-r6.ebuild and everything is fine under normal user again.

i'm posting this in case someone else comes across the problem. also, please let me know if there is some change i should make to get this working without the masking of p20090824 or if you see i've made some mistake.

thanks!
Back to top
View user's profile Send private message
Gentfan
n00b
n00b


Joined: 07 Jan 2007
Posts: 7

PostPosted: Wed Sep 02, 2009 11:16 am    Post subject: Reply with quote

The same problem... :(
Back to top
View user's profile Send private message
Phancy Physicist
Apprentice
Apprentice


Joined: 10 Apr 2005
Posts: 193

PostPosted: Fri Sep 04, 2009 9:28 pm    Post subject: Reply with quote

I had the same problem with networkmanager. The downgrade fixed it for me.
Sometimes I forget
Code:

~amd64

means experimental :roll:

Did you post a bug report?
Back to top
View user's profile Send private message
sideways
n00b
n00b


Joined: 24 Dec 2004
Posts: 37
Location: Los Gatos, CA

PostPosted: Fri Sep 04, 2009 10:22 pm    Post subject: Reply with quote

Phancy Physicist wrote:
Did you post a bug report?

Nope. The issue was such a pain and yet there were no other reports of it so I figured there was a 51% chance it was my setup. I'll sync and try again if if it persists I'll file one.
Back to top
View user's profile Send private message
pste
Tux's lil' helper
Tux's lil' helper


Joined: 14 Dec 2004
Posts: 103

PostPosted: Sun Sep 06, 2009 7:53 am    Post subject: Reply with quote

Well, I had the same problem and found a workaround (in bugzilla I think...), the new ebuild forgets to set the policy. So in /etc/dbus-1/system.d/nm-applet.conf add the following, most easily done by copying the at_console section present in that file and change it to group="plugdev"
Code:
        <policy group="plugdev">
                <allow own="org.freedesktop.NetworkManagerUserSettings"/>

                <allow send_destination="org.freedesktop.NetworkManagerUserSettings"/>

                <!-- Only root can get secrets -->
                <deny send_destination="org.freedesktop.NetworkManagerUserSettings"
                      send_interface="org.freedesktop.NetworkManagerSettings.Connection.Secrets"/>
        </policy>


This makes nm-applet start ok, for me at least. However, I have another problem (probably a new thread, but you guys have perhaps found a solution), which is that the edit buttons are always greyed out. I think it has something to do with seahorse that gives serious (crash) logs, but I have not yet had the time to investigate it further... Ideas?

/pste
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