Disable Update Manager Auto-launch in Ubuntu

Disable in gconf-editor

auto_launch

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
  • Share/Bookmark

Comments are closed.