Currently I know several methods of connecting to a GUI remotely, or running GUI applications remotely:
Microsoft Terminal Services (only
works for remote windows;
installation);
VNC (it's slow);
XDMCP (requires a remote X server
running, has no session persistance);
Local X as remote DISPLAY for
applications (best solution, but -
no s...
Where does xhost store the allowed network addresses ?
...
Hi folks,
I'm trying to run an app from a remote X session (Ubuntu, 9.04) on a handheld device powered by Windows Mobile. I want to do this by running an X-server of some description on the mobile device and using SSH/PocketPuTTY or similar for a tunnel, as you'd do it on a standard PC/Mac.
Can anyone pls. point me in the direction of ...
Hi,
I'm trying to write an application that runs as a daemon and monitors
running X sessions. Right now I'm struggling to find documentation
regarding the X security model. Specifically, I'm attempting to
connect to running X displays from my daemon process. Calling
XOpenDisplay(dispName) doesn't work, I guess because my process
doesn't...