On Thu, Oct 30, 2008 at 06:55:09PM +0100, Luca De Marini wrote: > Well but nm works with GDM or KDM... so there's something, maybe, that they > do more than entrance when loggin in the user?
They are probably running an Xsession that starts the stuff for NM. It's pretty easy to replicate the stuff that makes Gnome things work behind the scenes. Put this in your ~/.xsession: #!/bin/bash export LANG="en_US.UTF-8" export LC_ALL="en_US.UTF-8" export LANGUAGE="en_US.UTF-8" export LC_CTYPE="en_US.UTF-8" export XDG_MENU_PREFIX="gnome-" if test -z "$DBUS_SESSION_BUS_ADDRESS"; then eval `dbus-launch --sh-syntax --exit-with-session` fi /usr/bin/gnome-settings-daemon & /usr/bin/gnome-volume-manager & exec /usr/local/bin/enlightenment_start You need to chmod +x ~/.xsession and log in to Entrance by selecting session "Default" from the drop-down. Ross > > 2008/10/30 Christopher Michael <[EMAIL PROTECTED]> > > > I do not believe that this has anything todo with Entrance. Entrance just > > starts your desktop session (short version of explanation). Entrance has no > > control what-so-ever of nm-applet and as such would not be responsible for > > this error. > > > > devilhorns > > > > Luca De Marini wrote: > > > >> OK, maybe this may have been asked before I subscribed to the list, but > >> does > >> any one know why network manager does not work if you use entrance? When I > >> log in, I have no nm applet running (I have when I use GDM) and I get this > >> error running nm-applet from terminal: > >> > >> ** (nm-applet:6593): WARNING **: <WARN> nma_dbus_init(): could not > >> acquire > >> its service. dbus_bus_acquire_service() says: 'Connection ":1.26" is not > >> allowed to own the service "org.freedesktop.NetworkManagerInfo" due to > >> security policies in the configuration file' > >> > >> I'm sure you already know about it. How and why does it happen? Any fix? > >> Please don't tell me to use things like exalt. OpenGEU is compatible with > >> *buntu and it has to be like that. If I install exalt, I need to remove > >> nm-applet and network manager and this leaves me with no compatibility > >> with > >> any Ubuntu. So, exalt is out of the options for me. > >> > >> Thanks and greetings everyone, > >> > >> Luca > >> ------------------------------------------------------------------------- > >> This SF.Net email is sponsored by the Moblin Your Move Developer's > >> challenge > >> Build the coolest Linux based applications with Moblin SDK & win great > >> prizes > >> Grand prize is a trip for two to an Open Source event anywhere in the > >> world > >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ > >> _______________________________________________ > >> enlightenment-devel mailing list > >> enlightenment-devel@lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > >> > >> > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Ross Vandegrift [EMAIL PROTECTED] "If the fight gets hot, the songs get hotter. If the going gets tough, the songs get tougher." --Woody Guthrie ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel