You are here

Localstore.rdf and firefox.js

1 post / 0 new
iUser59
Offline
Last seen: 15 years 9 months ago
Joined: 2009-06-11 04:28
Localstore.rdf and firefox.js

Hi,

I'm using FirefoxPortable and I have some trouble. In fact, I want to modify the localstore.rdf to have a special window size but it doesn't take in account.

Moreover, if I have a firefox (2.0 or 3.0) install on the PC and I launch my FirefoxPortable, FirefoxPortable ask me to update my extensions (I have no extensions in FirefoxPortable) and I would like to not have this question because it depends of all PCs and My firefoxPortable have to be the same.

this is what I have in my App/Firefox/defaults/pref/firefox.js

pref("app.update.auto", false);
pref("app.update.enabled", false);
pref("extensions.update.enabled", false);
pref("extensions.getAddons.showPane", false);
pref("extensions.update.autoUpdateEnabled", false);
pref("extensions.update.notifyUser", false);
pref("plugin.default_plugin_disabled", false);
pref("ui.key.generalAccessKey", 0);
pref("ui.key.chromeAccess", 0);
pref("ui.key.contentAccess", 0);
pref("ui.key.menuAccessKey", 0);

and this is what I have in my Data/profile/localstore.rdf

RDF:Description RDF:about="chrome://browser/content/browser.xul#main-window"
sizemode="normal"
width="300"
height="300"
screenX="361"
screenY="233"
/
/RDF:Description

Thanks for the replies