View Single Post
Posts: 47 | Thanked: 0 times | Joined on Jun 2010 @ India
#14
Originally Posted by jacktanner View Post
Open X-Terminal. Paste in this command:
Code:
gconftool -s --type int /apps/hildon/update-notifier/check_interval 4294967295
Press enter.

This doesn't completely turn off automatic updates, just makes them very infrequent. (4294967295 is the number of minutes between automatic updates.)

If the above doesn't work, you might need to become root (administrator) first. Install the rootsh package from extras, and then execute this command in X-terminal before the gconftool command above:

Code:
sudo gainroot

I Got an Error saying

Error: Parse error: Integer '4294967295' is too large or small

Please help.