aMule Forum

English => aMule Help => Topic started by: xexe on January 12, 2004, 11:29:02 AM

Title: Fast ED2K links handler
Post by: xexe on January 12, 2004, 11:29:02 AM
Ok, idiot problem but very nasty.
I just can't paste in the handler bar. I can write but no copy/paste nor third mouse button.
Only long and boring hand copying....

I have latest amule (1.2.4) installed compiling tarball (I installed wxbase and wxgtk both with compiling).
Distro: mandrake 9.2

I know it's not a very big issue but it becomes sooooooo long to use shareactor and similia!
Please help!
Title: Re: Fast ED2K links handler
Post by: deltaHF on January 12, 2004, 11:59:26 AM
what happen if u copy your ed2k link to clipboard and paste it by click both (left+right) mouse buttons ?

i have 3 buttons and it works well..

u could change the code and recompile amule to copy your links with ctrl+c too ..

amule.cpp -> find

Code: [Select]
wxTheClipboard->UsePrimarySelection(TRUE);

replace

Code: [Select]
wxTheClipboard->UsePrimarySelection(FALSE);

greets
delta
Title: Re: Fast ED2K links handler
Post by: xexe on January 12, 2004, 02:59:10 PM
actually if I press left+right or third mouse button it does happen nothing! (it worked with xmule) nor does ctrl+c. I would expect to have the copy-paste menu using right click on the bar but no menu at all.... strange. even changing the line u suggested made no changes! thanx anyway for attention, much appreciated, if u have other clues that would be really great!
Title: Re: Fast ED2K links handler
Post by: Kry on January 12, 2004, 04:14:59 PM
Enlightment? or what? KDE?
Title: Re: Fast ED2K links handler
Post by: xexe on January 12, 2004, 07:45:30 PM
I use KDE
Title: same thing
Post by: schmitz on January 14, 2004, 06:04:05 PM
I have the same problem with amule 1.4 / rpm on Mandrake9.2 / KDE
it worked well with 1.2.1 but since 1.2.3 it's impossible to paste an url.

Thank you for the great work anyway.
Title: RE: same thing
Post by: quci on January 15, 2004, 08:26:00 AM
Hey Guys... Open a terminal an use the ed2k tool to put your files from sharereactor to aMule...

[amule@sukker ~]# ed2k "ed2k://|file|aMule-rules|12345|1234567890abcdef1234567890abcdef|"

-> this hash/file does not exist :) It's just an example

c ya, quci
Title: RE: same thing
Post by: schmitz on January 15, 2004, 07:30:00 PM
Yes, but how this command work ? I try, but the only result is a line in ./xMule/ED2KLinks with the link.

My transfer list is not updated

Thank you
Title: Re: Fast ED2K links handler
Post by: Kry on January 15, 2004, 09:29:07 PM
You need to update your ed2k. you're using the xMule ed2k app instead of the aMule one.
Title: lol ok :-)
Post by: schmitz on January 15, 2004, 09:52:13 PM
An old xmule rpm was on my system ! :-)
rpm -e xmule and ed2k works fine :-)))

also I found a solution to make ed2k link work with firebird/mozilla. Link :
http://routes-linux.scooba.org/article.php?sid=106&&thold=0

for non-french :
Install  mozex-1.07.xpi  ( http://mozex.mozdev.org/mozex-1.07.xpi )
In the option of this extension, there is an EDK field, you just need to add the path to ed2k + %r :
/usr/local/bin/ed2k %r   for me.
Works great on Mandrake9.2 with firebird 0.7 !!

Thank for all the work you do !