Notices


Reply
Thread Tools
Posts: 30 | Thanked: 6 times | Joined on May 2010
#11
Originally Posted by Venemo View Post
This page will tell you how to disable automatic checking.
thanks..but what is the name of that gconf file..want to edit that file
 
devu's Avatar
Posts: 431 | Thanked: 239 times | Joined on Apr 2010 @ London
#12
Hmm guys, but this question here actually make sense to me. I'd like to update any software, but for example: After I get PR 1.2 and successfully installed MyPaint, 4 days later there is an update available. This time keep telling me "unable to update". Same PR, I didn't actually mes up anything uninstalled or installed anything new. But this update reminder keep popping up every day. Same situation with 2 plug-ins for conversation. I was trying to disable repos in many different variations, nothing helped really. I've received 3 more today and those was successfully updated.

4 months ago when I bought my N900 everything was clear with App manager. Any of installation or update never failed. Now seems to me like somebody needs to really take care about all this mess and package inconsistency over there.
__________________
My Toys: N900, Samsung Nexus S
Flaemo - Web based OS for Flash-enabled devices, more info here

Last edited by devu; 2010-06-10 at 21:16.
 
Posts: 39 | Thanked: 0 times | Joined on May 2010
#13
Originally Posted by Venemo View Post
This page will tell you how to disable automatic checking.
Can that be done with apps as came with the fone or do I need to download something?
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#14
You will need to install rootsh through application manager.
Then you will need some basic editor to edit the file, may that be in the terminal-editors like nano, vi etc. or leafpad (install it and start it from a terminal as root).
 
Venemo's Avatar
Posts: 1,296 | Thanked: 1,773 times | Joined on Aug 2009 @ Budapest, Hungary
#15
Originally Posted by snowman View Post
thanks..but what is the name of that gconf file..want to edit that file
Originally Posted by megoodsen View Post
Can that be done with apps as came with the fone or do I need to download something?
Okay, for both of you:

You'll need some way of accessing the rootfs (the file system on which system files are stored).

The two simplest things:
  • Install rootsh and Midnight Commander (mc) on the N900
  • EASIER: Install OpenSSH on the N900 and use WinSCP

As the article says, go to /var/lib/gconf/apps/hildon/update-notifier

There is a single XML file there which you need to edit.
Mine is as follows:

Code:
<?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>
Hope this helps!
 
pelago's Avatar
Posts: 2,121 | Thanked: 1,540 times | Joined on Mar 2008 @ Oxford, UK
#16
Surely you should used gconftool to do this, not edit the XML directly?
 

The Following 2 Users Say Thank You to pelago For This Useful Post:
Venemo's Avatar
Posts: 1,296 | Thanked: 1,773 times | Joined on Aug 2009 @ Budapest, Hungary
#17
Originally Posted by pelago View Post
Surely you should used gconftool to do this, not edit the XML directly?
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!
 
Posts: 30 | Thanked: 6 times | Joined on May 2010
#18
Originally Posted by pelago View Post
Surely you should used gconftool to do this, not edit the XML directly?
help please
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#19
Originally Posted by Venemo View Post
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!
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.
 

The Following 3 Users Say Thank You to Rob1n For This Useful Post:
Venemo's Avatar
Posts: 1,296 | Thanked: 1,773 times | Joined on Aug 2009 @ Budapest, Hungary
#20
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.
Okay.
And what's the problem with editing the XML directly?
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 08:06.