donot care<br><br>
<div class="gmail_quote">On Thu, Dec 4, 2008 at 7:31 AM, Tom K. <span dir="ltr"><<a href="mailto:tomkcpr@rogers.com">tomkcpr@rogers.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Has the old code for accessing DCOP been removed from current Konsole<br>code?  The old change log<br><br>
<a href="http://www.kde.org/announcements/changelogs/changelog2_2_2to3_0.php" target="_blank">http://www.kde.org/announcements/changelogs/changelog2_2_2to3_0.php</a><br><br>has<br><br>Konsole: DCOP interface, sets environment variables KONSOLE_DCOP &<br>
KONSOLE_DCOP_SESSION<br><br><br>however no mention that this has been removed.  Checking out and looking<br>through svn, appears the old DCOP code has been removed.<br><br>Reenabling the dcop server after upgrading to Fedora 9 and KDE 4.x, I do<br>
notice some of the old apps connect to it now but konsole does not<br>suggesting the old code for DCOP has been removed from konsole.  Some<br>things I've tried:<br><br>declare -x KONSOLE_DCOP_SESSION="DCOPRef("`ps ax|grep<br>
/usr/bin/konsole|egrep -v grep|awk '{ print "konsole-"$1<br>}'`",session-"`echo $KONSOLE_DBUS_SESSION|sed -e "s/[^0-9]//g"`")"<br><br>declare -x KONSOLE_DCOP="DCOPRef("`ps ax|grep /usr/bin/konsole|egrep -v<br>
grep|awk '{ print "konsole-"$1 }'`",konsole)"<br><br>export KONSOLE_DCOP_SESSION KONSOLE_DCOP<br><br>yielding<br><br>KONSOLE_DCOP=DCOPRef(konsole-2935,konsole)<br>KONSOLE_DCOP_SESSION=DCOPRef(konsole-2935,session-6)<br>
<br>but of course since these entries no longer appear in the code, the<br>above doesn't work and produced one of:<br><br>call failed<br>object not accessible<br><br>I'm aware others are looking to write code for dbus.  Would reenabling<br>
the old dcop code be easier and provide for some backwards compatability<br>for everyone who has already scripted their konsole using the old dcop<br>interface while the dbus code is being worked on?  Thoughts?<br><br>Kind Regards,<br>
Tom<br>_______________________________________________<br>konsole-devel mailing list<br><a href="mailto:konsole-devel@kde.org">konsole-devel@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/konsole-devel" target="_blank">https://mail.kde.org/mailman/listinfo/konsole-devel</a><br>
</blockquote></div><br>