I am using openSUSE 11.4 x86 with KDE on my Netbook. But I also have installed other desktops like icewm and lxde. But I want to have Internet access on those I have to use Gnome’s NetworkManager. So I researched a bit and found out that NetworkManager is also available in the command line. The next thing I found out was that ‘nmcli’ cannot create system settings to connect, so I copied the one from my user account /home/user/.kde4/share/apps/networkmanagement/connections/<connection> to /etc/NetworkManager/system-settings.
But still, ‘nmcli con’ doesn’t show my network.
Is there a way to get this working? I mean, this should solve the NetworkManager tries to connect for 30 seconds while booting, shouldn’t it?
Because somtimes I use the terminal without using X, because I don’t want NetworkManager to timeout every boot, because I don’t have NetworkManager-gnome (which contains nm-applet) installed.
Subsequent experience shows me that it is not necessary to uninstall the KDE applet. You can simply set it to never start with both:
“Startup and Shutdown” → “Service Manager”
and in the tray settings.
The one important step seems to be to switch GTK Styles and Fonts to something other than oxygen-gtk (which the gnome applet doesn’t like).
Thanks for the suggestion. It may solve my nmcli problem since NetworkManager-gnome is able to create system-wide configuration, that means it creates files in /etc/NetworkManager/system-settings/. I hope newer versions of the NetworkManager plasmoid will be able to do so.