Hi-
Allow me to post the answer I provided you in the tech support email,
so others can benefit from it.
----
Qube does not really deal with windowing system/server on the
worker nodes-- in face, on a typical farm, workers may not
have any windowing servers running.
Having said that, you might be able to get some useful results
if you log a user into all the workers, make sure the X server
is started, and do an "xhost +" command, and leave the user
logged in. Then your jobtype back-end code can open an X client
(wine, for instance) locally.
Your back-end code could conceivably use "ssh -X localhost" to run
wine also, but I haven't tested that.