Hi,

On Wed, 16 Nov 2011 21:34:55 +0000
Jeff Donaldson <[email protected]> wrote:

> Okay, I added the local-settings.js. Firefox launches correctly, but
> it still isn't pulling the correct settings. It is pulling user
> preferences
> from /home/username/.mozilla/firefox/user.default/user.prefs. Is
> there a way to tell it to override user preferences and only use the
> config file specified? 

For LockPref in Firefox 7,  you need extract ,in «firefox-file», the
omni.jar (jar -x -f omni.jar). In the «grepref.js» you can add the line:
pref("general.config.filename", "firefox.cfg");

And for your information, you can add just «//» before the line :
//pref("general.config.obscure_value"....

For update the omni.jar use:
jar -f omni.jar -u grepref.js

And add your firefox.cfg in the firefox's folder.

Bye
Manu



-- 
Emmanuel LE NORMAND

Université Pierre Mendès France, Grenoble
Direction des Systèmes d'Information
Tel: 04768-27880

Adhérent APRIL http://www.april.org/
S'il vous plaît, évitez de m'envoyer des pièces jointes dans un format
propriétaire Voir
http://www.gnu.org/philosophy/no-word-attachments.fr.html

-- 
edubuntu-users mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/edubuntu-users

Reply via email to