dcop
Posted Jul 7, 2007 0:24 UTC (Sat) by
Richard_J_Neill (subscriber, #23093)
In reply to:
dcop by rfunk
Parent article:
Mandriva adds a semantic layer to the KDE 4 desktop
The reason I dislike dcop is that so few of the controls I want are actually implemented! That isn't always true; some applications provide everything one could want (eg amarok, klipper). For example this is a very useful shell script:
#!/bin/bash
#Pipe something to stdin of this command; it will end up on the clipboard.
dcop klipper klipper setClipboardContents "`cat`"
However, the dcop commands that I really want to have are usually missing. For example, every option in kcontrol should be dcop-enabled. That way, I could write a shell script to automate KDE configuration every time I set up a new system. (copying ~/.kde brings too much cruft with it).
Or, I'd like to be able to have the old (pre 3.4) functionality of the Show-Desktop button back.
P.S. Amarok doesn't need dcop
(
Log in to post comments)