aMule Forum

English => aMule Help => Topic started by: Stevenisme on December 01, 2004, 03:41:57 AM

Title: Why I cannot use links in the emule's webpage
Post by: Stevenisme on December 01, 2004, 03:41:57 AM
Hi,
  I have install amule in my Fedora now, I have run the "Ed2k links handling
" from the amule FAQ.
But it still not working. I cannot start the links for downloading or copy from links to my amule by" copy to clipboard" ?(

I think I have install amule in directory "/usr/bin" which I have see amule by use ls. in "/usr/local/bin" it is empty. :]

So how to solve? I need to unintall the rpm and run again ? X(

PS: I am using Fedora core 2 and mozilla 1.6
Title: Re: Why I cannot use links in the emule's webpage
Post by: Stevenisme on December 01, 2004, 03:49:56 AM
I include my mozex
Title: Re: Why I cannot use links in the emule's webpage
Post by: deltaHF on December 01, 2004, 06:41:22 AM
cd /usr/bin

ls ed*

cd /usr/local/bin

ls ed*
Title: Re: Why I cannot use links in the emule's webpage
Post by: Stevenisme on December 01, 2004, 08:48:17 AM
what is the use of this commands?
Title: Re: Why I cannot use links in the emule's webpage
Post by: Stevenisme on December 01, 2004, 08:50:59 AM
I got this, what's going on? :]
Title: Re: Why I cannot use links in the emule's webpage
Post by: Stevenisme on December 02, 2004, 05:13:33 PM
So people know how to solve? :baby:
Title: Re: Why I cannot use links in the emule's webpage
Post by: Stevenisme on December 02, 2004, 05:14:29 PM
no people know how to solve?
Title: Re: Why I cannot use links in the emule's webpage
Post by: Jacobo221 on December 02, 2004, 05:57:24 PM
Stevenisme:

looks like the ed2k binnary you have there isn't aMule's. maybe it's from xMule or some other app?

Maybe I'm wrong. run "ed2k --help" and post the output
Title: Re: Why I cannot use links in the emule's webpage
Post by: Stevenisme on December 04, 2004, 02:20:35 AM
Thx Jacobo,
It is good to hear that someone hear and help me. :D

here is my output
Title: Re: Why I cannot use links in the emule's webpage
Post by: Jacobo221 on December 04, 2004, 02:25:49 AM
well, all is ok. then either there's a bug in mozex or your config is incorrect.
try with /usr/bin/ed2k "%r" instead... just guessing though. anyway, why not upgrading your mozilla??
Title: Re: Why I cannot use links in the emule's webpage
Post by: Stevenisme on December 04, 2004, 03:21:23 AM
Jacobo,
your soluation seem have no effect!
I am using Core 2. Can I update to Mozilla 1.7?
Title: Re: Why I cannot use links in the emule's webpage
Post by: Jacobo221 on December 05, 2004, 02:52:38 AM
no idea, but I guess Fedora must have mozilla 1.7 packages. i wouldnt expect any serious distor to not have the latest mozilla version ;)

about your problem, the bug is from mozex then :-( since firefox no longer needs mozex, I'm out of info on mozex so I didn't see that it was broken in latest versoins. but well, goot to know :)

Greetigns!
Title: Re: Why I cannot use links in the emule's webpage
Post by: nbfnw on December 06, 2004, 05:50:36 PM
The following works on Firefox1.0:

create (only if doesn't exist yet) a file called user.js in the user's Firefox directory at ~/.mozilla/firefox/xxxxxx.default/ with the following lines

user_pref("network.protocol-handler.external.ed2k", true);
user_pref("network.protocol-handler.app.ed2k", "/usr/bin/ed2k");


The only problem I have is that it can't handle ED2K links with chinese characters.
Title: Re: Why I cannot use links in the emule's webpage
Post by: Jacobo221 on December 06, 2004, 07:22:07 PM
nbfnw:
yes, unicode isn't 100% working yet. work is on progress ;-)