← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #183325]: run sikuli app with ssh : No X11 Display

 

Question #183325 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/183325

    Status: Open => Answered

RaiMan proposed the following answer:
As far as I understand: using ssh means, that commands/apps are
processed on a remote system, but input/output is routed to/from the
local machine. So if you start an app that produces X11 output, you need
X11 forwarding to see anything, or you have to configure the app to run
headless (so no X11 output is produced) - but Sikuli scripts cannot run
headless.

So you have to find a way, that starts your Sikuli script completely in
the remote environment without knowing anything about the ssh connection
(e.g. cron job, XMLRPC, ...). And it needs the screen to be active.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.