Epiphany does not support apturl

Bug #357812 reported by Jan Nekvasil
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
epiphany-browser (Ubuntu)
Confirmed
Wishlist
Unassigned

Bug Description

Binary package hint: epiphany-browser

Epiphany browser in Jaunty beta does not support apturl (e.g. apt://epiphany-browser), while Firefox does for a long time. As Epiphany (and apturl) gains more popularity between users, this can be serious drawback.

Revision history for this message
Sense Egbert Hofstede (sense) wrote :

I can confirm this. Apturl should be supported by Epiphany.

Changed in epiphany-browser (Ubuntu):
status: New → Confirmed
Revision history for this message
sampattuzzi (sam-pattuzzi) wrote :

I too can confirm this. All that happens when you click an apt url is that it opens up a dialog box asking which application to use to open it. This is with the released version of ubuntu.

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?

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

Sorry I meant the fix is adding the following lines to /usr/share/epiphany-browser/default-prefs.js

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

Changed in epiphany-browser (Ubuntu):
importance: Undecided → Wishlist
Revision history for this message
papukaija (papukaija) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 235128, so it is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Feel free to continue to report any other bugs you may find.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.