Hello,
with a mixture of locally running applications and seamlessly started remote apps, is there a way of communication between the two? We have a usecase with one application running on a remote machine in x2go-seamless mode. This remote app needs to pass some information to the local system, like e.g. passing an email address back that should be handed to the local mail client.
Any hints for further investigation or maybe APIs that could be used to build that kind of information passing?
Thanks in advance philipp
Hi,
On Fr 17 Apr 2015 17:22:00 CEST, Philipp Höfflin wrote:
with a mixture of locally running applications and seamlessly started remote apps, is there a way of communication between the two? We have a usecase with one application running on a remote machine in x2go-seamless mode. This remote app needs to pass some information to the local system, like e.g. passing an email address back that should be handed to the local mail client.
Any hints for further investigation or maybe APIs that could be used to build that kind of information passing?
At the moment there is no means of communication between local and
server-side pub apps.
In Python X2Go (PyHoca-GUI) there is a feature called MIME type drop
box. You can drop a file to some server-side folder and it gets opened
on the client (works on Windows and Linux).
But what you suggest is actually a deeper approach of
inter-application communication, right?
DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
Hi,
Am 21.04.2015 um 12:47 schrieb Mike Gabriel:
In Python X2Go (PyHoca-GUI) there is a feature called MIME type drop box. You can drop a file to some server-side folder and it gets opened on the client (works on Windows and Linux).
But what you suggest is actually a deeper approach of inter-application communication, right? Some deeper communication would be nice, but we might be able to cover some ground with MIME type drop box combined with some custom client side handlers. I'll check that out.
Thanks for your advice philipp