View Single Post
Posts: 30 | Thanked: 6 times | Joined on May 2010
#23
Originally Posted by Rob1n View Post
gconf is the configuration system for GTK, and gconftool (or gconftool-2) is the application used to interact with this system. You can get help on gconftool-2 by running "gconftool-2 --help".

To modify the update frequency, the command to use is:
Code:
gconftool-2 --set /apps/hildon/update-notifier/check_interval --type=int 10000000
Similarly to set the blink-after value (though I don't think that needs setting).

Oh, and you can run all this as the normal user, no need to be root.
how do i verify these changes took place..as in view this xml file..thanks..i entered the command into xterm but no indication it did anything
 

The Following User Says Thank You to snowman For This Useful Post: