Comment 3 for bug 351032

Revision history for this message
Tom Chiverton (bugs-launchpad-net-falkensweb) wrote :

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 !