![]() |
2010-06-16
, 13:21
|
|
Posts: 2,121 |
Thanked: 1,540 times |
Joined on Mar 2008
@ Oxford, UK
|
#21
|
The Following User Says Thank You to pelago For This Useful Post: | ||
![]() |
2010-06-16
, 13:35
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#22
|
![]() |
2010-06-16
, 20:45
|
Posts: 30 |
Thanked: 6 times |
Joined on May 2010
|
#23
|
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:
Similarly to set the blink-after value (though I don't think that needs setting).Code:gconftool-2 --set /apps/hildon/update-notifier/check_interval --type=int 10000000
Oh, and you can run all this as the normal user, no need to be root.
The Following User Says Thank You to snowman For This Useful Post: | ||
![]() |
2010-06-17
, 00:03
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#24
|
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
gconftool-2 --get /apps/hildon/update-notifier/check_interval