[Sikuli-driver] [Bug 1370113] Re: [1.0.1] Mac: Sikuli ignores X11 DISPLAY variable on remote machine run via ssh

2019-11-05 Thread RaiMan
** Changed in: sikuli Importance: High => Medium ** Changed in: sikuli Milestone: 2.0.0 => 2.1.0 ** Summary changed: - [1.0.1] Mac: Sikuli ignores X11 DISPLAY variable on remote machine run via ssh + [check] Mac: Sikuli ignores X11 DISPLAY variable on remote machine run via ssh --

[Sikuli-driver] [Bug 1370113] Re: [1.0.1] Mac: Sikuli ignores X11 DISPLAY variable on remote machine run via ssh

2014-09-17 Thread RaiMan
this worked for me having a ssh session to another Mac machine: open -n -a Terminal path-to-some-executable-shellscript this opens a new Terminal session on the remote machine and runs the given shell script. you might prepare a script containing the java command to run the Sikuli script on the

[Sikuli-driver] [Bug 1370113] Re: [1.0.1] Mac: Sikuli ignores X11 DISPLAY variable on remote machine run via ssh

2014-09-17 Thread Sher
So, interestingly enough, that also gives me exactly the same message! I have a script thats executable, I run it remotely, i see the X11 message, I see it also if i run it local! -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 1370113] Re: [1.0.1] Mac: Sikuli ignores X11 DISPLAY variable on remote machine run via ssh

2014-09-17 Thread RaiMan
I am sorry, but I have to leave you alone with this problem. No time at the moment to dive into this area, not having much experience with that. but I googled with java awt No X11 DISPLAY variable was set and among tons of entries at least this entry might be interesting:

[Sikuli-driver] [Bug 1370113] Re: [1.0.1] Mac: Sikuli ignores X11 DISPLAY variable on remote machine run via ssh

2014-09-16 Thread Sher
Ah dang, thats a shame, even using Jenkins agents the same problem is seen. Would be nice to know if anyone has managed to get Sikuli and Jenkins running on this version of OSX and Sikuli -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to

[Sikuli-driver] [Bug 1370113] Re: [1.0.1] Mac: Sikuli ignores X11 DISPLAY variable on remote machine run via ssh

2014-09-16 Thread RaiMan
I am running my nightly build production on a Jenkins installation on OSX server 10.9. what is your problem, besides the headless situation? Java AWT and Java Robot refuse to run on systems having no screen attached. As far as I understand, simply setting the X11 display is not enough. -- You

[Sikuli-driver] [Bug 1370113] Re: [1.0.1] Mac: Sikuli ignores X11 DISPLAY variable on remote machine run via ssh

2014-09-16 Thread Sher
So all I am trying to do is run a few tests on a MAC laptop, which of course has a screen as is permanently logged in. If I can get this to work on the actual Jenkins server, which is also OSX, and permanently logged in thats fine. I have tried wrapping up the commands in a shell script, but that