I believe this is because foxyproxy is installed in
/usr/lib/firefox-3.0.3/ and the extension looks for the xml file there.

>From foxyproxy.js:

var self;
var fileProtocolHandler = 
CC["@mozilla.org/network/protocol;1?name=file"].createInstance(CI["nsIFileProtocolHandler"]);
if ("undefined" != typeof(__LOCATION__)) {
  // preferred way
  self = __LOCATION__;
}
else {
  self = 
fileProtocolHandler.getFileFromURLSpec(Components.Exception().filename);
}
var componentDir = self.parent; // the directory this file is in
var settingsDir = componentDir.clone();


** Tags added: regression-potential

-- 
Error writing settings file: file:///usr/lib/firefox-3.0.3/foxyproxy.xml
https://bugs.launchpad.net/bugs/279466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to