Comment 4 for bug 203538

Revision history for this message
Michael Vogt (mvo) wrote : Re: Don't work with Firefox3 beta4

Hm, I put the following file:

/etc/firefox-3.0/pref/apturl.js

with:
pref("network.protocol-handler.app.apt","/usr/bin/apturl");
pref("network.protocol-handler.warn-external.apt",false);
pref("network.protocol-handler.app.apt+http","/usr/bin/apturl");
pref("network.protocol-handler.warn-external.apt+http",false);

into the package but this dosn't seem to work. I tried "../etc/firefox-3.0/defaults/pref/" too without success.