Disable Update Manager Auto-launch in Ubuntu
Disable in gconf-editor

Or in command line:
To disable > gconftool -s --type bool /apps/update-notifier/auto_launch false To enable > gconftool -s --type bool /apps/update-notifier/auto_launch true
Disable in gconf-editor

Or in command line:
To disable > gconftool -s --type bool /apps/update-notifier/auto_launch false To enable > gconftool -s --type bool /apps/update-notifier/auto_launch true
Comments are closed.