![]() |
2010-06-10
, 19:47
|
Posts: 30 |
Thanked: 6 times |
Joined on May 2010
|
#11
|
![]() |
2010-06-10
, 20:01
|
|
Posts: 431 |
Thanked: 239 times |
Joined on Apr 2010
@ London
|
#12
|
![]() |
2010-06-10
, 21:12
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#14
|
![]() |
2010-06-10
, 21:18
|
|
Posts: 1,296 |
Thanked: 1,773 times |
Joined on Aug 2009
@ Budapest, Hungary
|
#15
|
thanks..but what is the name of that gconf file..want to edit that file
Can that be done with apps as came with the fone or do I need to download something?
<?xml version="1.0"?> <gconf> <entry name="blink-after" mtime="1274823819" type="int" value="10000000"/> <entry name="check_interval" mtime="1274791864" type="int" value="10000000"/> </gconf>
![]() |
2010-06-10
, 22:10
|
|
Posts: 1,296 |
Thanked: 1,773 times |
Joined on Aug 2009
@ Budapest, Hungary
|
#17
|
![]() |
2010-06-16
, 12:51
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#19
|
Well, I don't know what gconf or gconftool is.
But I found the XML with the help of the wiki article and I was able to edit it.
I would be glad if you could shed some more light on the subject!
gconftool-2 --set /apps/hildon/update-notifier/check_interval --type=int 10000000
The Following 3 Users Say Thank You to Rob1n For This Useful Post: | ||
![]() |
2010-06-16
, 12:56
|
|
Posts: 1,296 |
Thanked: 1,773 times |
Joined on Aug 2009
@ Budapest, Hungary
|
#20
|
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.