Firefox: Setting about:config options upon install


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Firefox: Setting about:config options upon install
# 1  
Old 02-23-2011
Firefox: Setting about:config options upon install

Is there a way to set the about:config options for Firefox automatically as part of the installation of Firefox?
# 2  
Old 02-24-2011
There should be a prefs.js somewhere in (not sure about the path) /usr/share/firefox/defaults/profile. That directory acts like the /etc/skel for new profiles. Add any options you need as user_prefs("key", value);
# 3  
Old 02-24-2011
If you need to do this for your organization, use the Firefox CCK (Client Customization Kit).

Normal preferences are kept in a preferences file in the user's profile directory. Where this is and the name of the preferences file (typically prefs.js) depends on the version of Firefox and the underlying platform. Modern versions of Firefox all use prefs.js. However this file is overwritten by Firefox every time a pref is changed. Put prefs that you do not want overwritten in a file called user.js in the same directory. This file is never written by Firefox.

Here is a pointer to an article about profile directories: Profile folder - Firefox - MozillaZine Knowledge Base
# 4  
Old 02-24-2011
Thank you very much for your responses.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Setting config database user and password using sed

Hello everybody, I need to modify 200 files using a patern matching, I would like to do it with sed but it's not working with the following syntax: sed -e 's/DATABASE_PASSWORD.*oldpass/DATABASE_PASSWORD__', 'newpass/g' config.php need to find: define("__DATABASE_PASSWORD__", ... (6 Replies)
Discussion started by: dco
6 Replies

2. UNIX and Linux Applications

Firefox install old addons help

Can anyone tell me why the installing old addons method by changing the install.rdf max version is not working with Tab Mix Plus? I changed the maxVersion to both 17.* and 17.0. I get the error message: Tab mix plus could not be installed because it is not compatible with firefox 17.0. ... (2 Replies)
Discussion started by: cokedude
2 Replies

3. Slackware

Firefox 8 install on slack 13.37

Slackware 13.37 stores Firefox 4 in different directories than is suggested for Mozilla says to use for Firefox 8.0 (/opt/firefox). Which should I use? If I use /opt/... how do I remove the old 4.0? Will this screw up the icons and will I need to reset them? How? (4 Replies)
Discussion started by: slak0
4 Replies

4. UNIX and Linux Applications

install multiple versions of firefox in linux

Since apt-get and yum won't let you install multiple versions of firefox I will explain how to here. 1. Go to this page and decide which version of firefox you want. ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/ I used this one. ... (0 Replies)
Discussion started by: cokedude
0 Replies

5. Shell Programming and Scripting

Setting options

I have the following code and want to change it set fdrwtag = `echo $f | awk '/drw/'` set fsmptag = `echo $f | awk '/smp/'` set rgdttag = `echo $f | awk '/rgdt/'` if ($fdrwtag != "") set fdrw = 1 if ($fsmptag != "") set fsmp = 1 if ($rgdttag != "") set rgdt = 1 I want... (1 Reply)
Discussion started by: kristinu
1 Replies

6. Linux

VMware install options

I am loyal fan of VMware, it's a stable, powerful s/f but recently, i found that they add a new function - "Easy Install". it's like a rapiXX, and force you to use it everytime when you install.:wall: It should have a place to disable This function. are there any bodies can tell me how to... (4 Replies)
Discussion started by: rookieabc
4 Replies

7. UNIX for Advanced & Expert Users

How to install firefox extensions for all users

Hello, I am wondering the "new way" to install firefox extensions for all users. From https://developer.mozilla.org/En/Command_Line_Options we can see that the "old way" is no longer available. I'm using the Lucid UNE to write this and note that it has these extensions installed for every... (3 Replies)
Discussion started by: Narnie
3 Replies

8. UNIX for Advanced & Expert Users

how to config ks.cfg for install another progra.

i create ks.cfg for automatic install for centos 5.2 it's work perfectky for cutom install linux package. and i want to install another program with shell scripts (assume test.tar include in DVD linux custom package)** single dvd include linux os and test.tar sample #!/bin/bash... (1 Reply)
Discussion started by: slackman
1 Replies

9. UNIX for Advanced & Expert Users

I can't fire up MySql on my Fedora Server - Obvious config setting?

Hiya All, I can't fire up MySql on my FC-3 Server at work. I get the Error message at the end of this post. Looks like some Config problem on the Server itself. (Ie web server and MYSQL is all on the same box. I get the same errror when trying to fire up MYSQL at the Box, as well as... (2 Replies)
Discussion started by: marty 600
2 Replies

10. UNIX for Advanced & Expert Users

SSh install and config

Hi all........... I work for a big french car manufacturer. I'm supposed to put up a secure protocol, that means ssh. I'm looking for free ssh codes and binaries, and the install and config of it... Any help would be great... :confused: :confused: :confused: Thanx Jason (3 Replies)
Discussion started by: a_new_admin
3 Replies
Login or Register to Ask a Question