@Onkar, Disabling network manager in your gnome session will not work as that is just the 'notification area' for the network-manager service. To disable network-manager, either uninstall it (which will break ubuntu-desktop package) or do this:
Stop network manager sudo /etc/dbus-1/event.d/26NetworkManagerDispatcher stop sudo /etc/dbus-1/event.d/25NetworkManager stop Create two files with only the word 'exit' in them. These files are: /etc/default/NetworkManager /etc/default/NetworkManagerDispatcher Hope that helps.. -- network-manager should not set offline mode when it manages no device https://launchpad.net/bugs/82335 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
