[Sikuli-driver] [Bug 1704302] Re: [1.1.x] Linux: Capture: Problem with not recognized window borders

2017-07-14 Thread Edmundo V. Neto
I found other complaints about this problem, it seems to be a problem with Ubuntu 16.04 or systems based on it, and seems to happen in any window manager. In this forum it was already discussed: http://forum.screenconnect.com/yaf_postst9582_Display-issues-with-Ubuntu-16-04.aspx and here:

[Sikuli-driver] [Bug 1704237] Re: [1.1.x] Linux: Capture always uses secondary monitor.

2017-07-14 Thread RaiMan
ok, thanks for testing. Then the problem is with the overlay window, that is displayed to show the capture area interactively. This seems to have problems with the graphics/GUI setup. ... but I do not have a solution for you, due to my already mentioned very restricted testing possibilities on

[Sikuli-driver] [Bug 1704237] Re: [1.1.x] Linux: Capture always uses secondary monitor.

2017-07-14 Thread Alex Vadeboncoeur
Thanks for your attention to this matter. Please close the bug. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1704237 Title: [1.1.x] Linux: Capture always uses secondary monitor. Status in

Re: [Sikuli-driver] [Question #647999]: Env.getClipboard does not return anything

2017-07-14 Thread RaiMan
Question #647999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647999 Status: Answered => Solved RaiMan changed the question status: user said so -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1704237] Re: [1.1.x] Linux: Capture always uses secondary monitor.

2017-07-14 Thread Alex Vadeboncoeur
That worked as it should: /tmp/Sikulix_957080237/sikuliximage-1500048317820.png /tmp/Sikulix_957080237/sikuliximage-1500048318663.png 20 is the left monitor and 63 is the right monitor. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to

Re: [Sikuli-driver] [Question #647999]: Env.getClipboard does not return anything

2017-07-14 Thread Sam
Question #647999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647999 Sam posted a new comment: Wow, I didn't realize I sent that with the Text = Env.getClipboard() line commented out... Sorry for the stupid question. Should have picked up on that myself. It's working now on

[Sikuli-driver] [Bug 1704237] Re: [1.1.x] Linux: Capture always uses secondary monitor.

2017-07-14 Thread RaiMan
Since I cannot test on Linux real machines and even not with more than one monitor, I wanted to be sure about the screen setup as Java sees it. Now I agree with your idea about the wind manager. There is another bug that goes into a similar direction:

Re: [Sikuli-driver] [Question #647999]: Env.getClipboard does not return anything

2017-07-14 Thread Sam
Question #647999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647999 Sam posted a new comment: It's showing up in the message area now... Not sure why, but it's working! Thanks again -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Bug 1704237] Re: [1.1.x] Linux: Capture always uses secondary monitor.

2017-07-14 Thread Alex Vadeboncoeur
I ran the older version 1.0.1 to use it for capturing, and it is also now only capturing on screen 1. I'm now suspecting a gnome / centos / hardware issue rather than a sikuli issue. On 07/14/2017 09:06 AM, RaiMan wrote: >print getNumberScreens() >print Screen(0).getBounds() >print

Re: [Sikuli-driver] [Bug 1704237] Re: [1.1.x] Linux: Capture always uses secondary monitor.

2017-07-14 Thread Alex Vadeboncoeur
As requested: L(960,600)@S(0)[0,0 1920x1200] L(960,600)@S(0)[0,0 1920x1200] L(2880,600)@S(1)[1920,0 1920x1200] L(2880,600)@S(1)[1920,0 1920x1200] Alex On 07/14/2017 09:06 AM, RaiMan wrote: > What about that? > > print Screen(0).getCenter() > Screen(0).hover() > print Mouse.at() > print

Re: [Sikuli-driver] [Question #647999]: Env.getClipboard does not return anything

2017-07-14 Thread RaiMan
Question #647999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647999 Status: Open => Answered RaiMan proposed the following answer: because of this #Text = Env.getClipboard() Text is not given a value, so it is something else. Try this: click("1499974350527.png")

[Sikuli-driver] [Bug 1704237] Re: [1.1.x] Linux: Capture always uses secondary monitor.

2017-07-14 Thread RaiMan
What about that? print Screen(0).getCenter() Screen(0).hover() print Mouse.at() print Screen(1).getCenter() Screen(1).hover() print Mouse.at() -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1704237

Re: [Sikuli-driver] [Question #647999]: Env.getClipboard does not return anything

2017-07-14 Thread Sam
Question #647999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647999 Status: Answered => Open Sam is still having a problem: Hmmm, perhaps it is working : click("1499974350527.png") type("a", KeyModifier.CTRL) wait(1) type("c", KeyModifier.CTRL) wait(1) #Text =

Re: [Sikuli-driver] [Question #647999]: Env.getClipboard does not return anything

2017-07-14 Thread Sam
Question #647999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647999 Sam posted a new comment: Yes, it is 32 bit (despite having a 64 bit computer), but it has worked in the past with 32 bit java. I wish I could get 64 bit java, but unfortunately that isn't an option right

[Sikuli-driver] [Bug 1704237] Re: [1.1.x] Linux: Capture always uses secondary monitor.

2017-07-14 Thread Alex Vadeboncoeur
I am running gnome 3.14.0 on CentOS Linux 7 (Core) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1704237 Title: [1.1.x] Linux: Capture always uses secondary monitor. Status in Sikuli: In

Re: [Sikuli-driver] [Question #647999]: Env.getClipboard does not return anything

2017-07-14 Thread RaiMan
Question #647999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647999 Status: Open => Answered RaiMan proposed the following answer: looks like 32-Bit? try with the nightly build 1.1.2 -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #648058]: Text based recognition using Sikuli

2017-07-14 Thread RaiMan
Question #648058 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/648058 Status: Open => Answered RaiMan proposed the following answer: If you are not even allowed, to run an offline setup (manually download the artifacts before), then I cannot help you.

Re: [Sikuli-driver] [Question #647999]: Env.getClipboard does not return anything

2017-07-14 Thread Sam
Question #647999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647999 Status: Needs information => Open Sam gave more information on the question: SikuliX: 1.1.1 System: Windows 7 Java: java version "1.8.0_101" Java(TM) SE Runtime Environment (build 1.8.0_101-b13) Java

Re: [Sikuli-driver] [Question #648058]: Text based recognition using Sikuli

2017-07-14 Thread Varun Gupta
Question #648058 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/648058 Status: Answered => Open Varun Gupta is still having a problem: Hi RaiMan, Thanks for ur response! Due to restriction I can not use SikuliX 1.1.1, I just have following jars with me: bridj-0.7.0

Re: [Sikuli-driver] [Question #645276]: Sikuli, Java, and java.lang.ThreadDeath exception

2017-07-14 Thread Launchpad Janitor
Question #645276 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645276 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. --

[Sikuli-driver] [Bug 1698094] Re: [1.1.x] Region.paste return 0 despite done

2017-07-14 Thread RaiMan
thanks for finding - fixed ** Changed in: sikuli Status: New => Fix Committed ** Summary changed: - [1.1.x] Region.paste return 0 despite done + [1.1.x] Region.paste return 0 despite done --- fixed 1.1.2 2017-07-14 ** Changed in: sikuli Importance: Undecided => Critical ** Changed

Re: [Sikuli-driver] [Question #648058]: Text based recognition using Sikuli

2017-07-14 Thread RaiMan
Question #648058 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/648058 Status: Open => Answered RaiMan proposed the following answer: use the latest SikuliX 1.1.1 and start here: http://www.sikulix.com/quickstart/ be sure to not mix latest SikuliX with older stuff. For

[Sikuli-driver] [Question #648058]: Text based recognition using Sikuli

2017-07-14 Thread Varun Gupta
New question #648058 on Sikuli: https://answers.launchpad.net/sikuli/+question/648058 I am very new to Sikuli and using following jars with eclipse: bridj-0.7.0 sikuli-script-0.10.2 sikulixapi-1.1.0 sikulixlibswin-1.1.0 I want to use the text recgonition feature but I am oberving following

[Sikuli-driver] [Bug 1698094] Re: [1.1.x] Region.paste return 0 despite done

2017-07-14 Thread RaiMan
** Summary changed: - Region.paste return0 despite done + [1.1.x] Region.paste return 0 despite done -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1698094 Title: [1.1.x] Region.paste return 0

[Sikuli-driver] [Bug 1704302] Re: [1.1.x] Linux: Capture: Problem with not recognized window borders

2017-07-14 Thread RaiMan
** Changed in: sikuli Status: New => In Progress ** Changed in: sikuli Importance: Undecided => Medium ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) ** Changed in: sikuli Milestone: None => 1.1.2 -- You received this bug notification because you are

Re: [Sikuli-driver] [Question #647999]: Env.getClipboard does not return anything

2017-07-14 Thread RaiMan
Question #647999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647999 Status: Open => Needs information RaiMan requested more information: What versions of SikuliX, system and Java? -- You received this question notification because your team Sikuli Drivers is an answer

[Sikuli-driver] [Question #647616]: Status of bug #1704302 changed to 'In Progress' in Sikuli

2017-07-14 Thread RaiMan
Bug #1704302 status changed in Sikuli: New => In Progress https://bugs.launchpad.net/sikuli/+bug/1704302 "[1.1.x] Linux: Capture: Problem with not recognized window borders" This bug is linked to #647616. [1.1.x] Linux: Capture: Problem with not recognized window borders

Re: [Sikuli-driver] [Question #647999]: Env.getClipboard does not return anything

2017-07-14 Thread RaiMan
Question #647999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647999 Summary changed to: Env.getClipboard does not return anything -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1704237] Re: [1.1.x] Linux: Capture always uses secondary monitor.

2017-07-14 Thread RaiMan
what Linux with what windows manager? ** Summary changed: - Capture always uses secondary monitor. + [1.1.x] Linux: Capture always uses secondary monitor. ** Changed in: sikuli Status: New => In Progress ** Changed in: sikuli Importance: Undecided => Medium ** Changed in: sikuli

[Sikuli-driver] [Bug 1704302] Re: [1.1.x] Linux: Capture: Problem with not recognized window borders

2017-07-14 Thread RaiMan
@Edmundo Thanks for your efforts tracking down the problem. Is it possible, to switch off any GPU usage in your system. The symptoms look like that Java Robot is accessing another graphics buffer than the WM does !? -- You received this bug notification because you are a member of Sikuli

[Sikuli-driver] [Bug 1704302] [NEW] [1.1.x] Linux: Capture: Problem with not recognized window borders

2017-07-14 Thread RaiMan
Public bug reported: *** problem description - Linux Mint 18.2 with Cinnamon (latest versions) Images created with SikuliX's capture feature (at the bottom created with Java's Robot createScreenCapture()) do not show what currently is seen on the screen. Looking at these captured

Re: [Sikuli-driver] [Question #647616]: [1.1.x] Linux: Capture: Problem with not recognized window borders

2017-07-14 Thread RaiMan
Question #647616 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647616 Status: Answered => Solved RaiMan changed the question status: I close this question as solved, since I made the the problem a bug report. -- You received this question notification because your team

Re: [Sikuli-driver] [Question #647616]: [1.1.x] Linux: Capture: Problem with not recognized window borders

2017-07-14 Thread RaiMan
Question #647616 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647616 Description changed to: *** please comment in related bug -- I recently updated my system to Linux Mint 18.2 with Cinnamon and I'm currently using

Re: [Sikuli-driver] [Question #647616]: [1.1.x] Linux: Capture: Problem with not recognized window borders

2017-07-14 Thread RaiMan
Question #647616 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647616 Linked to bug: #1704302 https://bugs.launchpad.net/bugs/1704302 "[1.1.x] Linux: Capture: Problem with not recognized window borders" -- You received this question notification because your team

Re: [Sikuli-driver] [Question #647616]: [1.1.x] Linux: Capture: Problem with not recognized window borders

2017-07-14 Thread RaiMan
Question #647616 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647616 Summary changed to: [1.1.x] Linux: Capture: Problem with not recognized window borders -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #647616]: [1.1.x] Linux: Capture: Problem with not recognized window borders in Linux

2017-07-14 Thread RaiMan
Question #647616 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647616 Summary changed to: [1.1.x] Linux: Capture: Problem with not recognized window borders in Linux -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.