On Fri, Jun 13, 2008 at 09:11:57AM +0200, VALETTE Eric RD-MAPS-REN wrote: > > What about "Edit > Preferences > Applications > mailto" ? > > > For long I'm no more able to specify anything in the application panel. > I have nothing displayed as content type. Does this mean my profile is > corrupted? From memory with FF2 I had a lot of applications by was not > able to either add one or even modify a default.
Please try the following as root: $ cd /tmp $ unzip /usr/lib/iceweasel/chrome/browser.jar $ $EDITOR content/browser/preferences/applications.js (see below for instructions) $ zip -u /usr/lib/iceweasel/chrome/browser.jar content/browser/preferences/applications.js When editing the file, look for _shellSvc and replace the 2 following lines: Cc["@mozilla.org/browser/shell-service;1"]. getService(Ci.nsIShellService), with: getShellService(), Restart iceweasel, and please tell me the list is not empty anymore ;) Then, try setting the mailto handler. If that works, would you consider this enough ? Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]