View Single Post
AgogData's Avatar
Posts: 870 | Thanked: 133 times | Joined on Aug 2010
#5
Originally Posted by jedi View Post
Set the check interval to a stupidly high number so it's effectively disabled.

Then occasionally do a 'apt-get update' at the command line, and 'apt-get upgrade' if you want to run a upgrade.

Edit - reason: http://talk.maemo.org/showpost.php?p...&postcount=119 - sorry I forgot you don't like my posts.
nice memory you have, but lets take a look at what i said

Originally Posted by AgogData View Post
but it only sets the intervals between the updates and its not what i'm looking for.
oh, i said i'm not looking for changing the intervals..so you are right when you said :

Originally Posted by jedi View Post
I forgot you don't like my posts.
---------------------------------------------

Originally Posted by Rob1n View Post
The catalogues are stored in /etc/hildon-application-manager/catalogues, so you could probably do (as root):

Disable all:
Code:
sed -i -e "s/<enabled\/>/<disabled\/>/" /etc/hildon-application-manager/catalogues
Enable all:
Code:
sed -i -e "s/<disabled\/>/<enabled\/>/" /etc/hildon-application-manager/catalogues
I've not tested this myself though, so make sure you take a backup of the files beforehand!
i tried it but didn't work, i suppose its a command to replace all the enables words with disables..if thats so i opened catalogues file and there were no "enable" word there, only disable for a couple of catalogues i disabled before.