upup528.005

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
Bernard's Cask
Posts: 11
Joined: Tue 20 Nov 2012, 10:48

upup528.005

#1 Post by Bernard's Cask »

I found FF had self initiated an update. If this behind my back doings is going to be the new paradigm, I'm done with it. Is this right?

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#2 Post by bigpup »

This is controlled from FF Edit-> preferences->Advanced->Update
You change the settings to what you want it to do for updates.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
Bernard's Cask
Posts: 11
Joined: Tue 20 Nov 2012, 10:48

#3 Post by Bernard's Cask »

Puppy should not be packaged (without a warning) with automatic FF updates enabled :( When I'm not even intending on saving my session, why should FF be allowed to effectively and klandestinely steal expensive bandwidth every time puppy (live ro-media or pfix=ram) is fired up? :? And it's not just me, others (we-all) depend on BW not being abused :x This isn't Redmond :oops: Perhaps there should be a kernel line parameter option "pfix=no_surprises" :idea: I'm one that firmly believes in letting sleeping dogs lie :wink:

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#4 Post by mikeb »

Hmm well it IS a firefox annoying feature...by default newer versions do it to anyone that installs it on any system.

The only way to prevent it is if a profile is created with auto update disabled...I do that for myself as part of an anti large profile but its not something that would normally done for a system thats meant for the general public.

If you want to make a protest post on the mozilla forum as it is they who have made this annoying change (and several others for that matter)
I would not mind the auto updates in general if such updates were guaranteed beneficial..... but really I believe in user choice too rather than someone who decides whats best for me.

But just to repeat this is not puppy's doing as such... but perhaps it might be worth devs to consider making a few tweaks to their browser packages.

mike

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#5 Post by bigpup »

You need to post this to the Upup 528.005 topic.
The developer of Upup has control of this.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#6 Post by Karl Godt »

I forget to change the settings in FF also quite a while .
As mikenb stated, packaging a browser downloaded as precompiled .tar.* "as is" directly into a .sfs for example would run the browser first time seeking for updates by default .

The only file that may contain settings I can find is

/root/.mozilla/firefox/5jv65xn5.default/prefs.js

Code: Select all

# Mozilla User Preferences

/* Do not edit this file.
 *
 * If you make changes to this file while the application is running,
 * the changes will be overwritten when the application exits.
 *
 * To make a manual change to preferences, you can visit the URL about:config
 * For more information, see http://www.mozilla.org/unix/customizing.html#prefs
 */

user_pref("app.update.auto", false);
user_pref("app.update.enabled", false);
user_pref("browser.search.update", false);
user_pref("extensions.update.enabled", false);
and this is the ~/.mozilla/firefox/profiles.ini file :

Code: Select all

[General]
StartWithLastProfile=1

[Profile0]
Name=default
IsRelative=1
Path=5jv65xn5.default

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#7 Post by mikeb »

To add changes that will be included in a new profile edit /usr/lib/firefox/defaults/profile
A set of preferences can be set and then copied from an existing profile.
Avoid those 200MB profiles lol
Use the word profile many times...

mike profile

Post Reply