Remote Desktop Connection supports a small number of DCOP commands, which are described in this chapter. If you aren't familiar with DCOP, then you don't need to worry about this. However if you'd like to automate some of your Remote Desktop Connection (or other KDE application) actions, DCOP is a useful tool. You can find out more about DCOP in its on-line documentation, and in tutorials on http://developer.kde.org.
You can shut down the Remote Desktop Connection application using the quit command, as shown in this example:
%
dcop krdc-25550 MainApplication-Interface quit
You will need to change the krdc-25550
in the
example to match the instance of Remote Desktop Connection that you actually want to
shutdown. If you run dcop with no options, you will
get a list of all applications that are running and DCOP can
control.
Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team