Holidays and no internet connection, so you don't remove update-notifier.
Try this...
1. Open dolphin and go to /home/USER/.kde4/Autostart/ and open the right click menu.
2. Choosen create a new txt file and type
#!/bin/bash
#
killall update-notifier3. Save it and make it executable.
4. Restart Your session and update-notifier will doesn't start at startup.
....
My Autostart script look's in holidays so
#!/bin/bash
#
killall update-notifier &
#gkrellm &
#amarok &
wbar -bpress -above-desk -pos top #&
#pidgin &
#~/.dropbox-dist/dropboxdWhen i have no internet connection, so i don't need the other apps and i stop it with #, thats all.
Good Luck...