LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Maintaing Firefox preferences for all users across updates (https://www.linuxquestions.org/questions/linux-software-2/maintaing-firefox-preferences-for-all-users-across-updates-438354/)

ahz10 04-24-2006 10:23 AM

Maintaing Firefox preferences for all users across updates
 
To set preferences (the web proxy) for all users on all terminal server, I place a file in </usr/lib/firefox-1.0.7/defaults/pref>. However, every time a security update comes out, the version number changes, so the new Firefox doesn't see the preferences in the previous directory. Then, users cannot connect to the Internet because of the firewall. So, is there a clean, automated way to maintain preferences for all users across Firefox updates?

We are using Fedora Core 4.

unSpawn 04-24-2006 05:29 PM

If it's only proxy settings, why not supply it as a proxy.pac file?
Search LQ if you want to know more about proxy.pac, there's some threads here, it's easy.

ahz10 04-25-2006 10:12 AM

That's what I am doing, but I how do you tell the browser to use it? By default Firefox uses "direct connection," so that's why I set a preference in </usr/lib/firefox-1.0.7/defaults/pref> to use the autoconfiguration file.

unSpawn 04-25-2006 12:01 PM

That's what I am doing, but I how do you tell the browser to use it?
See for instance Automatic proxy HTTP server configuration in web browsers. Instead of using a PAC file you could also run a post-install sed script on the prefs file, there's only two variables you need to change after all.

ahz10 04-25-2006 12:52 PM

Quote:

Originally Posted by unSpawn
That's what I am doing, but I how do you tell the browser to use it?
See for instance Automatic proxy HTTP server configuration in web browsers. Instead of using a PAC file you could also run a post-install sed script on the prefs file, there's only two variables you need to change after all.


On which prefs file? The global prefs file is the one that I have a problem with because it's moving.


All times are GMT -5. The time now is 09:43 AM.