On Mon, 2007-12-24 at 19:11 +0530, vikram b wrote: > Hi , > I have installed nm-applet from svn and when trying to run > got following error > > > #sudo nm-applet > > ** (nm-applet:12956): WARNING **: <WARN> applet_dbus_manager_start > _service(): Could not acquire the NetworkManagerUserSettings service. > Message: 'Connection ":1.28 " is not allowed to own the service " > org.freedesktop.NetworkManagerUserSettings" due to security policies > in the configuration file'
Yes, you need to ensure that the dbus permissions file is in the right place (usually /etc/dbus-1/system.d/) and that it's configured correctly for your distribution. For example, debian-based distros use group-based dbus authentication, and the default config file uses at_console permissions. Try looking around for the file that debian/ubuntu use for NM 0.6.x and try copying that. Dan > > (nm-applet:12956): GLib-CRITICAL **: g_hash_table_destroy: assertion > `hash_table != NULL' failed > > (nm-applet:12956): GLib-GObject-CRITICAL **: g_object_unref: assertion > `G_IS_OBJECT (object)' failed > > (nm-applet:12956): GLib-GObject-CRITICAL **: g_object_unref: assertion > `G_IS_OBJECT (object)' failed > > > > any clues ? I have done make install on the default path > (/usr/local/bin) > > > > thanks > > > Vikram > > _______________________________________________ > NetworkManager-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/networkmanager-list _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
