disabling auto updates, how?

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
rapani

disabling auto updates, how?

Unread post by rapani » 2011-10-05, 12:54

In Pale Moon Portable 6.02 and now 7.0a I can't find a way to disable auto updates of Pale Moon, add-ons and search engines.
I can untick updates in Tools>Options>Advanced>Updates but when I restart Pale Moon those options are ticked again. The changes don't stick. My palemoon-portable.ini file seems to be set to disable auto-updates (see below), but they still occur. How can I permanently disable auto-updates? Thank in advance.

Code: Select all

[WriteToPref=$ExeDir$\defaults\pref\firefox.js]
Format=pref("[PREF]", [VALUE]);

;(automatic updates)
app.update.auto=false
app.update.enabled=false

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35647
Joined: 2011-08-28, 17:27
Location: Motala, SE

Re: disabling auto updates, how?

Unread post by Moonchild » 2011-10-05, 13:22

It should remember your settings when you change them in options, unless there's something wrong with your preferences file.

To force it from the .ini

Add the following lines under "user preferences":

Code: Select all

;(automatic updates)
app.update.auto=false
app.update.enabled=false
extensions.update.enabled=false
Global prefs are global defaults that get overridden by user prefs.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

rapani

Re: disabling auto updates, how?

Unread post by rapani » 2011-10-06, 14:04

Thank you for your quick reply.
I wasn't able to make the update settings stick even with your instructions, so I reinstalled a fresh copy of Palemoon-Portable 7.0a and went through the first-time user experience.
BTW, I noticed that http://www.palemoon.org/firstrun.shtml offers to install the Palemoon persona by clicking the image of the moon but the image is non-clickable!

Anyhow, my issue turned out to be due to the Torbutton add-on. Torbutton option 'disable updates during tor usage' wasn't enabled. I enabled it and now update settings stick. I question the torbutton implementation, since when its option is unticked torbutton seems to enable updates unconditionally, instead of just leaving update settings alone. OTOH, this behavior might be caused by whatever uncovered issues on my PC, who knows.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35647
Joined: 2011-08-28, 17:27
Location: Motala, SE

Re: disabling auto updates, how?

Unread post by Moonchild » 2011-10-06, 15:52

rapani wrote:BTW, I noticed that http://www.palemoon.org/firstrun.shtml offers to install the Palemoon persona by clicking the image of the moon but the image is non-clickable!
Have you tried clicking it? :-)
Works fine.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite