aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Fast ED2K links handler  (Read 5656 times)

xexe

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Fast ED2K links handler
« 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!
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Fast ED2K links handler
« Reply #1 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

xexe

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: Fast ED2K links handler
« Reply #2 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!
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Fast ED2K links handler
« Reply #3 on: January 12, 2004, 04:14:59 PM »

Enlightment? or what? KDE?
Logged

xexe

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: Fast ED2K links handler
« Reply #4 on: January 12, 2004, 07:45:30 PM »

I use KDE
Logged

schmitz

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
same thing
« Reply #5 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.
Logged

quci

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 11
    • http://nucore.net
RE: same thing
« Reply #6 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
Logged
Of all the things I've lost
I miss my mind the most!

schmitz

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
RE: same thing
« Reply #7 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
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Fast ED2K links handler
« Reply #8 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.
Logged

schmitz

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
lol ok :-)
« Reply #9 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 !
Logged