Hello,
I ve a QT application running both interactively and in batch mode built in Solaris and Linux too . When the application is started , by default QMainWindow is created (but not shown )and the arguments passed are validated (if any )and then it is checked whether the application is to be run interactively or in batch mode.
If the environment variable DISPLAY is set then there is no issues , everything works fine. But if the env variable DISPLAY is ot set then the batch mode also doesnt work.. Is there any work aroud for this issue ?? (other than modifying the design of the application)
Bookmarks