On 07/19/2010 09:27 AM, Arlen Nascimento wrote: > It is possible to do it by means of dbus commands or something? > examples?
Here's one: http://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/examples/python/add-system-connection.py dbus-send(1) probably could do the job as well, e.g. if you prefer to use shell scripts. These documents may be helpful as well: http://projects.gnome.org/NetworkManager/developers/spec-08.html http://projects.gnome.org/NetworkManager/developers/settings-spec-08.html And to make the connection "run" without user intervention, you only need to ensure that the "autoconnect" flag is "true". In fact, that flag is "true" by default, so you won't really need to do anything. Note that adding a system connection is a one-shot deal; you only need to do it once. So if you can afford to use a GUI tool just once, you'll probably find that nm-connection-editor is a much easier way to do it. (Just check "Available for all users", and it'll get installed as a system connection.) Have a good one, Daniel > On Mon, Jul 19, 2010 at 2:26 PM, Daenyth Blank <[email protected] > <mailto:[email protected]>> wrote: > > On Mon, Jul 19, 2010 at 09:11, Arlen Nascimento > <[email protected] <mailto:[email protected]>> wrote: > > Ok, but the thing is: i need to setup and "run" a connection > without the > > user intervention > In that case you need to create a new connection with the options > you want. _______________________________________________ networkmanager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
