Subject: | Specify position of mainwindow/toplevels in test scripts |
On some ancient window managers (like twm) windows are positioned interactively if the application does not specify a position itself. This is causing problems in automated smokers, especially if the smoker runs with a VNC setup where twm as a window manager is not that uncommon.
The usual fix is to add a line like
$mw->geometry('+10+10'); # for twm
after creating the main window.