protocol (apt) and firefox 3.5
It doesn't work when I try to install an application with firefox 3.5, see :
"Firefox doesn't know how to open this address, because the protocol (apt) isn't associated with any program."
"Firefox doesn't know how to open this address, because the protocol (apt) isn't associated with any program."
7
people have this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
The company marked this problem solved.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?I also had to install
firefox-3.5-gnome-support
which for some reason was not enabled by default nor listed as a dependency for Shiretoko/Firefox 3.5
This solved my problem!
I’m happy
2 people say
this solves the problem
-
Inappropriate?You need AptURL protocol support registered in your web browser to be able to use allmyapps.
== Procedure for Firefox ==
Type in “about:config” in the location bar.
Right click, select New –> String
Type in “network.protocol-handler.app.apt” in the name of string,
and type in “/usr/bin/apturl” in the value.
One more right click, select New –> String
Type in “network.protocol-handler.app.apt+http” in the name of string,
and type in “/usr/bin/apturl” in the value.
== Procedure for Opera ==
Open Preferences.
Tools -> Preferences -> Advanced -> Programs
Click “Add” button.
Type in “apt” in the “Protocol” field,
and type in “apturl” in the “Open with other application” field.
Click “OK” button.
One more click “Add” button.
Type in “apt+http” in the “Protocol” field,
and type in “apturl” in the “Open with other application” field.
Click “OK” button.
== Procedure for Konqueror ==
Create “apt.protocol” and “apt+http.protocol” files into “/usr/share/services” directory.
Filename: apt.protocol
[Protocol]
exec=apturl “%u”
protocol=apt
input=none
output=none
helper=true
reading=true
writing=true
Filename: apt+http.protocol
[Protocol]
exec=apturl “%u”
protocol=apt+http
input=none
output=none
helper=true
reading=true
writing=true
I’m happy
The company says
this solves the problem
-
Inappropriate?try pasting: " sudo apt-get install apturl" into a terminal and typing the root password.
I’m confident
Loading Profile...




