Reply
Thread Tools
Posts: 275 | Thanked: 46 times | Joined on Feb 2010
#11
Originally Posted by sacal View Post
The contents of my original v1.2

/var/lib/gconf/apps/hildon/update-notifier/%gconf.xml

are:

Code:
<?xml version="1.0"?>
<gconf>
	<entry name="blink-after" mtime="1274812360" type="int" value="1440"/>
	<entry name="check_interval" mtime="1267468360" type="int" value="1440"/>
</gconf>
Today I changed the check interval, but I made an error writing "check". Now I have a wrong entry in the file gconf.xml. I checked it. I have a correct entry named check-interval and a wrong one named ceck-interval.
What should I do to DELETE the wrong entry?
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#12
gconftool --help-client gives you a list of the commandline options
the option to delete a value is --unset.
For example, if you put a value to the key
/apps/hildon/update-notifier/check (instead of check_interval)
then you can delete this key with the command:
gconftool --unset /apps/hildon/update-notifier/check

nicolai
 

The Following 2 Users Say Thank You to nicolai For This Useful Post:
Banned | Posts: 778 | Thanked: 337 times | Joined on Jun 2010
#13
honestly
i jus disable all the catalogs
and only use update if i see a new app
or if my current app is buggy so an update is necessary
 
Posts: 99 | Thanked: 36 times | Joined on Mar 2010
#14
<?xml version="1.0"?>
<gconf>
<entry name="blink-after" mtime="1316432188" type="int" value="1440"/>
<entry name="check_interval" mtime="1316425803" type="int" value="1440"/>
</gconf>


above is the content of my %gconf.xml file. when i try and run the command below to update the interval period i get the message below. any ideas?

gconftool -s --type int/apps/hildon/update-notifier/check_interval 2147483647

No value to set for key: `2147483647'
 
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#15
"There is an app for that". Seriously, search the forum.... it's called update configurator, or similar.
 
algiz's Avatar
Posts: 24 | Thanked: 14 times | Joined on Sep 2011 @ Germany
#16
Originally Posted by ziggadebo View Post
gconftool -s --type int/apps/hildon/update-notifier/check_interval 2147483647

No value to set for key: `2147483647'
A space is missing between int and /apps
Code:
gconftool -s --type int /apps/hildon/update-notifier/check_interval 2147483647
 

The Following 2 Users Say Thank You to algiz For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 01:30.