Draft: notifier: split into event-handler and notifier
this allows us to get rid of the always-on notifier daemon that is a qguiapp and consequently fairly resource hungry. instead reuse kded for the always-on functionality and then fork off the notifier when we know updates may need notifying/applying
COMPLETELY UNTESTED