On 08/27/2012 06:50 PM, Chandan wrote:
> Hello,
> 
> Is there any global firefox configuration or sunray config setting that could 
> be done to fix this problem. I am running Sunray 5.2 on Centos 5.8.


It is possible to configure some firefox options for all users.
But I don't know on linux where to put the configuration file.

Like lib/firefox/mozilla.cfg

There you can put any of the about:config options, like

// Proxy config
lockPref("network.proxy.type", 2);
lockPref("network.proxy.autoconfig_url", "http://proxydomain/pac.pac";);

// Cache size
defaultPref("browser.downloadmanager.behavior", 1);
defaultPref("browser.search.defaultengine",
"engine://C%3A%5CProgram%20Files%5Cmozilla.org%5CMozilla%5Csearchplugins%5Cgoogle.src");
lockPref("browser.startup.homepage", "http://www.ftgm.it/";);


Sorry, I don't know more.


A
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to