Hello Korundum devs/users,<br><br>This is definately a cool tool and I would like to be able to integrate with ktorrent via dcop.  I can do a bash command like the following:<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
dcop ktorrent KTorrent getInfo</blockquote><div><br>This call spits out the following:<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
Transferred up: 21.6 MB / down: 188.9 MB<br>Speed up: 1.0 KB/s / down: 21.6 KB/s<br>DHT: off</blockquote><div><br>So I can see that it is reachacle via dcop but when I try it using Korundum I receive:<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
DCOPRef::call():  no DCOP client or client not attached error</blockquote><div><br><br>The following is my simple ruby script:<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
require 'Korundum'<br><br>dcopRef = KDE::DCOPRef.new("ktorrent", "KTorrent")<br>info = dcopRef.getInfo<br>puts info</blockquote><div><br>Does it take more than this to connect to a running DCOP slot?  It seems like I have to setup
<br>the dcopclient before I make a "call".<br><br>Thanks,<br><br>Anthony Bargnesi<br> </div><br></div><br> </div><br> </div><br>