Index: ega_eclipse_3.2.1.pl =================================================================== --- ega_eclipse_3.2.1.pl (revision 629017) +++ ega_eclipse_3.2.1.pl (working copy) @@ -24,6 +24,7 @@ FindWindowLike GetWindowName + SetWindowName SetInputFocus GetInputFocus @@ -33,7 +34,7 @@ SendKeys SetKeySendDelay - + PressKey ReleaseKey @@ -654,6 +655,12 @@ LogWrite("\tSelect Help->Help Contents \n"); WinSendKeys("%(h)h", "Java - Eclipse SDK"); Sleep(6000); + if (!WaitWindowViewable('Help - Eclipse SDK', 0, 5)) { + # workaround for Linux x86_64 + SetWindowName(GetInputFocus(),'Help - Eclipse SDK'); + } + Sleep(6000); my @winIds = FindWindowLike('Select User Profile'); if (scalar(@winIds) > 0) { SetInputFocus($winIds[0]);