Comment 7 for bug 1509471

Revision history for this message
sciubarba (daniele-barbarossa) wrote :

I made my personal handmade fix like this:
I placed a bash script called netres.sh in my home with these commands within:

sleep 30
echo 'my_user_password' | sudo -S service network-manager restart

then in kubuntu startup settings I added the command 'sh netres.sh' with run in terminal option and close at termination.

At startup I have my network icon without noticing anything, like if it was a real bug fix.