Closed Bug 1199689 Opened 9 years ago Closed 9 years ago

default pref

Categories

(Core :: Preferences: Backend, defect)

40 Branch
x86_64
Windows 8.1
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1193625

People

(Reporter: sletourn3, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0
Build ID: 20140212131424

Steps to reproduce:

Hello,
I try to deploy Firefox 40.0.2 several positions with preference launch.
I use the local-settings.js file to "C: \ Program Files (x86) \ Mozilla Firefox \ defaults \ pref \ local-settings.js" and Mozilla.cfg file to "C: \ Program Files (x86) \ Mozilla Firefox \ mozilla.cfg ".

In the 39.0.3 version of the default preferences file mozilla.cfg works.
In version 40.0.2 and 41.0b3 the default preferences file mozilla.cfg does not works.

Here is the information from my local file-settings.js
pref("general.config.obscure_value", 0);
pref("general.config.filename", "mozilla.cfg");

And my preferences file Mozilla.cfg
//Firefox Default Settings

pref("browser.startup.homepage","intranet");

//disable default browser check
pref("browser.shell.checkDefaultBrowser", false);

pref("browser.search.update", false);
pref("extensions.update.enabled", false);

//set proxy server settings to Utiliser les paramètres proxy du système
pref("network.proxy.type", 5);

// disable application updates
pref("app.update.enabled", false)

// disables the 'know your rights' button from displaying on first run 
pref("browser.rights.3.shown", true);

// disables the request to send performance data from displaying 
pref("toolkit.telemetry.prompted", true);

tanks
OS: Unspecified → Windows 8.1
Hardware: Unspecified → x86_64
Version: 27 Branch → 40 Branch
(In reply to sletourn3 from comment #0)
> //set proxy server settings to Utiliser les paramètres proxy du système

Replace the two instances of è with e, save the file, then restart Firefox. See if it works then.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Component: Untriaged → Preferences: Backend
Product: Firefox → Core
Resolution: --- → DUPLICATE
Tanks
You need to log in before you can comment on or make changes to this bug.