maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Can I stop checking for updates I don't want? (https://talk.maemo.org/showthread.php?t=55805)

pelago 2010-06-16 13:21

Re: Can I stop checking for updates I don't want?
 
I expect gconftool will sanity check the input. Editing the XML directly and missing out a / or a > etc. will cause all sorts of problems. Plus you need to be root to edit that XML file, which is more risky in general.

Rob1n 2010-06-16 13:35

Re: Can I stop checking for updates I don't want?
 
Quote:

Originally Posted by pelago (Post 717521)
I expect gconftool will sanity check the input. Editing the XML directly and missing out a / or a > etc. will cause all sorts of problems. Plus you need to be root to edit that XML file, which is more risky in general.

Presumably it also handles conflicts, cache flushes, notification of changes, etc.

snowman 2010-06-16 20:45

Re: Can I stop checking for updates I don't want?
 
Quote:

Originally Posted by Rob1n (Post 717470)
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

Rob1n 2010-06-17 00:03

Re: Can I stop checking for updates I don't want?
 
Quote:

Originally Posted by snowman (Post 718172)
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

You can check it using gconftool as well:
Code:

gconftool-2 --get /apps/hildon/update-notifier/check_interval


All times are GMT. The time now is 15:15.

vBulletin® Version 3.8.8