Author Topic: Update-Notifier stop at systemstart  (Read 1302 times)

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3752
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Update-Notifier stop at systemstart
« on: October 25, 2009, 10:57:33 AM »
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
Code: [Select]
#!/bin/bash
 #
 killall update-notifier
3. 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
Code: [Select]
#!/bin/bash
#
killall update-notifier &
#gkrellm &
#amarok &
wbar -bpress -above-desk -pos top #&
#pidgin &
#~/.dropbox-dist/dropboxd
When i have no internet connection, so i don't need the other apps and i stop it with #, thats all.
Good Luck...

Offline omnio

  • Full Member
  • ***
  • Posts: 129
Re: Update-Notifier stop at systemstart
« Reply #1 on: November 04, 2009, 03:08:59 AM »
Yes, this is useful, thanks, but the main question is why doesn't update-notifier have an option to turn off the autostart. Having an application that once installed can't be "silenced" without additional tricks is sort of funny.