You can automate the replacement of knetworkmanager by writing a file .kde/Autostart/nm-applet :
#!/bin/bash
sleep 10
killall /usr/bin/knetworkmanager
nm-applet &
then chmod +x it.
Can't believe this hasn't been fixed as a higher priority - simple sliding the hardware enable/disable switch is enough to trigger it !
You can automate the replacement of knetworkmanager by writing a file .kde/Autostart/ nm-applet : knetworkmanager
#!/bin/bash
sleep 10
killall /usr/bin/
nm-applet &
then chmod +x it.
Can't believe this hasn't been fixed as a higher priority - simple sliding the hardware enable/disable switch is enough to trigger it !