Desktop COmmunication Protocol (DCOP) is an inter-process communication daemon by KDE used in K Desktop Environment 3.
Questions tagged [dcop]
5 questions
4
votes
1 answer
Renaming a Konsole session from commandline after ssh
I use dcop to rename a Konsole session, such as
dcop $KONSOLE_DCOP_SESSION renameSession "whatever"
However, when I ssh to a server and from there, I issue this command, it does not work and gives error:
ERROR: Couldn't attach to DCOP server!
Is…

user984260
- 3,401
- 5
- 25
- 38
2
votes
1 answer
pyqt import problem
I am having some trouble doing this in Python:
from PyQt4 import QtCore, QtGui
from dcopext import DCOPClient, DCOPApp
The traceback I get is
from dcopext import DCOPClient, DCOPApp
File "/usr/lib/python2.5/site-packages/dcopext.py", line 35, in…

hyperboreean
- 8,273
- 12
- 61
- 97
1
vote
3 answers
What interesting things can be done with dcop?
I have been using UNIX for years and the dcop command only recently came to my attention. What is its primary purpose and is using it in any process a sign of poor design?

ojblass
- 21,146
- 22
- 83
- 132
1
vote
1 answer
How to make kde (3) panel transparent with console command?
Maybe using dcop or something?

lorem
- 41
- 4
0
votes
1 answer
Amarok 1.4 script: knowing who's running you
I've been using Amarok 1.4 for a long time, switching to Bogdan Butnaru's packages when KDE stopped supporting it, and I'm now giving Pana a try.
I realised that a script I wrote in Python for Amarok 1.4 will not immediately run without changes…

Anthony Labarre
- 2,745
- 1
- 28
- 39