Comment 3 for bug 357812

Revision history for this message
sampattuzzi (sam-pattuzzi) wrote :

Fix is:

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);

Found here: https://bugs.launchpad.net/ubuntu/+source/apturl/+bug/235128
Could this be a regression?