I NEED START WINE WITHOUT DISPLAY
-
- Level 2
- Posts: 16
- Joined: Thu Jun 19, 2008 3:30 pm
I NEED START WINE WITHOUT DISPLAY
Hi!!
I look for wine execute without display but i don't make solution, for any appies wine need display, i have a ubuntu server, but this is not execute, server x, in this server i can't execute wine because this is no Display
"Make sure that your X server is running and that $DISPLAY is set correctly."
How to execute a application with wine without display
bye
I look for wine execute without display but i don't make solution, for any appies wine need display, i have a ubuntu server, but this is not execute, server x, in this server i can't execute wine because this is no Display
"Make sure that your X server is running and that $DISPLAY is set correctly."
How to execute a application with wine without display
bye
I NEED START WINE WITHOUT DISPLAY
Why do you want to run wine without a display?
On Thu, Jun 19, 2008 at 10:52 PM, bfharreguy <[email protected]> wrote:
On Thu, Jun 19, 2008 at 10:52 PM, bfharreguy <[email protected]> wrote:
Hi!!
I look for wine execute without display but i don't make solution, for any appies wine need display, i have a ubuntu server, but this is not execute, server x, in this server i can't execute wine because this is no Display
"Make sure that your X server is running and that $DISPLAY is set correctly."
How to execute a application with wine without display
bye
-
- Level 2
- Posts: 16
- Joined: Thu Jun 19, 2008 3:30 pm
Re: I NEED START WINE WITHOUT DISPLAY
If you get that message that means something (program or Wine itself) needs to create window. And Wine can not create window without a display.bfharreguy wrote:Hi!!
I look for wine execute without display but i don't make solution, for any appies wine need display, i have a ubuntu server, but this is not execute, server x, in this server i can't execute wine because this is no Display
"Make sure that your X server is running and that $DISPLAY is set correctly."
How to execute a application with wine without display
bye
You can always use things like NX X server which is "virtual" X display. But there is nothing you can do with Wine - it have to have the display to run your program.
-
- Level 2
- Posts: 16
- Joined: Thu Jun 19, 2008 3:30 pm
Hey vitamin,vitamin wrote:That's what NX X server is.bfharreguy wrote:But what happend with Xvfb or any virtual x-server
no need to use NX X server at all...
Im actually on a SSH session (without X) and running wine. Hint :
[syl@wine windows]$ set |grep DISPLAY
[syl@wine windows]$ wine cmd
CMD version 1.0-rc4
C:\windows>
I NEED START WINE WITHOUT DISPLAY
On Fri, Jun 20, 2008 at 9:29 AM, Usurp <[email protected]> wrote:
tray icon, for instance), that won't work.
Will work for console apps, but if the app claims to want a GUI (for avitamin wrote:Hey vitamin,bfharreguy wrote:That's what NX X server is.But what happend with Xvfb or any virtual x-server
no need to use NX X server at all...
Im actually on a SSH session (without X) and running wine. Hint :
[syl@wine windows]$ set |grep DISPLAY
[syl@wine windows]$ wine cmd
CMD version 1.0-rc4
C:\windows>
tray icon, for instance), that won't work.
Read what I said above. Wine need X if anything tries to create a window. Even invisible windows count. Which means anything using OLE or services...Usurp wrote:Hey vitamin,vitamin wrote:That's what NX X server is.bfharreguy wrote:But what happend with Xvfb or any virtual x-server
no need to use NX X server at all...
Im actually on a SSH session (without X) and running wine. Hint :
[syl@wine windows]$ set |grep DISPLAY
[syl@wine windows]$ wine cmd
CMD version 1.0-rc4
C:\windows>
Re: I NEED START WINE WITHOUT DISPLAY
Hi all,
I know that this is an old post. Just wanted to note that I had a similar problem running makensis.exe with WINE (yes, I am completely aware of the existence of a Linux version of the NSIS compiler, but still want to do it with WINE). I fixed it by installing "xvfb" and running the following:
xvfb-run wine makensis.exe my_script.nsi
I know that this is an old post. Just wanted to note that I had a similar problem running makensis.exe with WINE (yes, I am completely aware of the existence of a Linux version of the NSIS compiler, but still want to do it with WINE). I fixed it by installing "xvfb" and running the following:
xvfb-run wine makensis.exe my_script.nsi