Re: [Bug 195002] Re: [Hardy] Ktorrent KDE4 doesn't accept torrent url as argument

2008-03-01 Thread John Dong
On Sun, Mar 02, 2008 at 02:12:43AM -, hyperair wrote: > Works perfectly now. > That's great to hear! Enjoy using KTorrent :) -- [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

[Bug 195002] Re: [Hardy] Ktorrent KDE4 doesn't accept torrent url as argument

2008-03-01 Thread Steve Stalcup
thanks again for your patience -- [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.c

[Bug 195002] Re: [Hardy] Ktorrent KDE4 doesn't accept torrent url as argument

2008-03-01 Thread hyperair
Works perfectly now. -- [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:/

[Bug 195002] Re: [Hardy] Ktorrent KDE4 doesn't accept torrent url as argument

2008-02-29 Thread Launchpad Bug Tracker
This bug was fixed in the package ktorrent-kde4 - 1:3.0.0-0ubuntu1 --- ktorrent-kde4 (1:3.0.0-0ubuntu1) hardy; urgency=low * New Upstream release (LP: #195002) - Escape $@ even better (LP: #192812) -- Steve Stalcup <[EMAIL PROTECTED]> Fri, 29 Feb 2008 12:04:02 -0500 ** Chang

[Bug 195002] Re: [Hardy] Ktorrent KDE4 doesn't accept torrent url as argument

2008-02-29 Thread hyperair
It is taking a rather long time to get CDBS up and running isn't it? =\ Could I be of any help? -- [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

[Bug 195002] Re: [Hardy] Ktorrent KDE4 doesn't accept torrent url as argument

2008-02-29 Thread John Dong
Supposedly the 3.0.0 final version will use an automatic CDBS generated wrapper that won't have these issues. -- [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

[Bug 195002] Re: [Hardy] Ktorrent KDE4 doesn't accept torrent url as argument

2008-02-28 Thread hyperair
I'd like to mention that the 1:3.0~rc1-0ubuntu2 version included a wrapper that looked like this: #!/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 $@ As a result, the wrapper canno

[Bug 195002] Re: [Hardy] Ktorrent KDE4 doesn't accept torrent url as argument

2008-02-27 Thread hyperair
Alright, I'll keep an eye out for this. -- [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

[Bug 195002] Re: [Hardy] Ktorrent KDE4 doesn't accept torrent url as argument

2008-02-26 Thread John Dong
Ok, the final 3.0.0-0ubuntu1 package required backing out debian/rules wrapper for a cdbs alternative. Once it hits the repositories, could you confirm the problem doesn't come back if I forget to? ** Changed in: ktorrent-kde4 (Ubuntu) Status: Fix Released => Incomplete -- [Hardy] Ktorre

[Bug 195002] Re: [Hardy] Ktorrent KDE4 doesn't accept torrent url as argument

2008-02-25 Thread Launchpad Bug Tracker
This bug was fixed in the package ktorrent-kde4 - 1:3.0~rc1-0ubuntu2 --- ktorrent-kde4 (1:3.0~rc1-0ubuntu2) hardy; urgency=low * Properly escape "$@" in debian/rules (LP: #195002) -- John Dong <[EMAIL PROTECTED]> Mon, 25 Feb 2008 12:25:14 -0500 ** Changed in: ktorrent-kde4 (Ubu

[Bug 195002] Re: [Hardy] Ktorrent KDE4 doesn't accept torrent url as argument

2008-02-25 Thread John Dong
Thanks for looking into this for us. I will make sure this is fixed before Hardy goes out. ** Changed in: ktorrent-kde4 (Ubuntu) Importance: Undecided => Medium Assignee: Ubuntu Desktop Bugs (desktop-bugs) => John Dong (jdong) Status: New => Triaged Target: None => ubuntu-8.0

[Bug 195002] Re: [Hardy] Ktorrent KDE4 doesn't accept torrent url as argument

2008-02-24 Thread hyperair
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