It pops up every hour, even though I went into Preferences > Software Sources > Updates
and set the schedule to weekly
and rebooted (and daily
is the shortest period offered in that dialog.)
There is no surprise why it is doing this: it is a result of the /usr/lib/ubuntu-update-notifier/lubuntu-upg-notifier.sh
script having a hard-coded sleep 3600
in its loop - but is there a better way of changing it than editing this file? In particular, is there a way to have it follow the schedule set in the Software Sources Updates
tab?
Update: I did not want to be that entitled, self-absorbed guy who wants open-source projects to address his particular needs, but I see that I have become him. I realize now that I should just use the notifier for critical updates, and if I want anything more, I will write it myself (and share it, if I think it is any good.)