I believe the source of the problem is the wrapper found in /usr/bin
/ktorrent-kde4. It was originally:

#!/bin/sh
export LD_LIBRARY_PATH=/usr/lib/kde4/lib
export KDEHOME=~/.kde4
export KDEDIRS=/usr/lib/kde4
export PATH=/usr/lib/kde4/bin:$PATH
/usr/lib/kde4/bin/ktorrent

I changed it to:

#!/bin/sh
export LD_LIBRARY_PATH=/usr/lib/kde4/lib
export KDEHOME=~/.kde4
export KDEDIRS=/usr/lib/kde4
export PATH=/usr/lib/kde4/bin:$PATH
/usr/lib/kde4/bin/ktorrent $@

Now it passes on the torrent URL perfectly.

-- 
[Hardy] Ktorrent KDE4 doesn't accept torrent url as argument
https://bugs.launchpad.net/bugs/195002
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to