Running maverick here, I keep getting reminded by kpackagekit that natty is available. Yeah, yeah, but I don't want to upgrade at this time. How can I stop the irritating pop-up appearing?
Cheers, tony
Cheers, tony
# default behavior for the release upgrader # [DEFAULT] # default prompting behavior, valid options: # never - never prompt for a new distribution version # normal - prompt if a new version of the distribution is available # lts - prompt only if a LTS version of the distribution is available Prompt=normal
qdbus org.kde.kded /kded unloadModule kpackagekitd qdbus org.kde.kded /kded setModuleAutoloading kpackagekitd false
Comment