Command line and X server

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
frankie
Newbie
Newbie
Posts: 1
Joined: Wed Feb 11, 2009 9:46 am

Command line and X server

Post by frankie »

Hello,

I have a program I want to run using wine. The program allows for command line input, but also allows for gui interaction. When trying to use the command line option with wine, I find that the X server needs to be running. Is there any way I can get around this requirement? In the end, I want to be able to call a cgi script that then interacts with this program. In my testing, the x server requirement does not allow me to interact with this program using a cgi script.

Thanks
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Command line and X server

Post by austin987 »

On Wed, Feb 11, 2009 at 8:53 AM, frankie <[email protected]> wrote:
Hello,

I have a program I want to run using wine. The program allows for command line input, but also allows for gui interaction. When trying to use the command line option with wine, I find that the X server needs to be running. Is there any way I can get around this requirement? In the end, I want to be able to call a cgi script that then interacts with this program. In my testing, the x server requirement does not allow me to interact with this program using a cgi script.
Use a virtual X server.


--
-Austin
Locked