Your message dated Fri, 25 Jun 2010 10:32:23 +0200
with message-id <[email protected]>
and subject line Re: Bug#587050: broken handling of ed2k:// links
has caused the Debian Bug report #587050,
regarding broken handling of ed2k:// links
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
587050: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587050
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: iceweasel
Severity: normal
Version: 3.5.9-3
It seems handling of ed2k links is broken now. Clicking on an ed2k:// URL
results in Iceweasel complaining that no handler has been defined for this
protocol (and giving no choice to define one).
I followed instructions in:
http://wiki.amule.org/index.php/Ed2k_links_handling#System-wide_configuration
to fix this, and rewrote /usr/share/iceweasel/defaults/syspref/ed2k.js as
follows:
pref("network.protocol-handler.app.ed2k", "/usr/bin/ed2k");
pref("network.protocol-handler.external.ed2k", true);
pref("network.protocol-handler.expose.ed2k", false);
which solved the problem (now I'm able to manually select /usr/bin/ed2k as
handler).
--- End Message ---
--- Begin Message ---
On Thu, Jun 24, 2010 at 12:45:14PM -0700, Jim Smite wrote:
> Package: iceweasel
> Severity: normal
> Version: 3.5.9-3
>
> It seems handling of ed2k links is broken now. Clicking on an ed2k:// URL
> results in Iceweasel complaining that no handler has been defined for this
> protocol (and giving no choice to define one).
>
> I followed instructions in:
>
> http://wiki.amule.org/index.php/Ed2k_links_handling#System-wide_configuration
>
> to fix this, and rewrote /usr/share/iceweasel/defaults/syspref/ed2k.js as
> follows:
>
> pref("network.protocol-handler.app.ed2k", "/usr/bin/ed2k");
> pref("network.protocol-handler.external.ed2k", true);
> pref("network.protocol-handler.expose.ed2k", false);
>
> which solved the problem (now I'm able to manually select /usr/bin/ed2k as
> handler).
Iceweasel doesn't support the ed2k url scheme by default and it's not
its goal to do so, by default. The ed2k.js file you refer is not
provided by iceweasel, and I can't find any other package providing
such file with apt-file. It is probably up to amule to provide such a
file, but in all cases, this is not an iceweasel bug.
Please, however, feel free to file a new bug against amule to provide
such a file.
Mike
--- End Message ---