On Fri, Jun 20, 2003 at 08:25:35AM +0200, Stefan Reichr wrote: > Now I wonder, if there is a smarter solution for my "ion remote > control idea"
Someone should write a DCOP module for Ion. Unfortunately the current C implementation (part of KDE) of the interface depends on GTK (?!?) and its object system. I don't know how much work it would be to write a low-level interface (there should always exist one!) or if working directly with ICE would be easy enough. Alternatively, as an easier ad hoc solution, you could write a module that implements a function like popen_bgread, but one that listens to a socket. -- Tuomo
