Displaying 20 results from an estimated 20000 matches similar to: "wine without X"
2006 Aug 08
1
Using wine for automatization
Hello list
I have a windows application that is runnable under wine. Now i want
this app to be controllable without the gui. For Reasons somewhere
between licensing,a crazy management, and legal issues this app cant
be replaced be a better solution nor can i reverse engineer it to
find out what is does and then recode that. And it has to run under
linux.
So the plan for automatization
2009 Apr 26
2
running wine app without X server or without xvfb
so I am trying to run bf2_w32ded.exe through wine on ubuntu server 8.04
Code:
tweety at kament:~/bf2_1.5beta/bf2_1.5beta_waib$ wine bf2_w32ded.exe
fixme:system:SystemParametersInfoW Unimplemented action: 94 (SPI_GETMOUSETRAILS)
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS)
2018 Jul 26
2
Possible To Enable Building R With Cairo But Without X11 Dependencies?
Hello,
So the Homebrew community dropped support for --with-cairo which is a shame
because --without-x --with-cairo is an important combination for any
environment that might need to generate graphics without X11 (or related)
dependencies (macOS, headless linux servers).
This rejected GitHub PR contains more detail:
https://github.com/Homebrew/homebrew-core/pull/24094
(See also these comments:
2009 May 24
2
help with replacing factors
Hi,
In the example dataset below - how can I cahnge "gray20", to "blue"
# data
black <- rep(c("black","red"),10)
gray <- rep(c("gray10","gray20"),10)
black_gray <- data.frame(black,gray)
# none of this desperate things works
# replace(black_gray$gray, gray=="gray20","red")
#
2006 Jun 24
8
How to install programs in wine?
I am a rank newbie to Linux and wine.
I am running Ubuntu Dapper on an AMD 1800 mhz machine, wine 0.9.15
Everything I have read says use the installer to load windows programs.
Where is the installer?
Thanks,
--
Ron Thompson On the Beautiful Florida Space Coast, right beside the Kennedy Space Center, USA
http://www.plansandprojects.com My hobby pages are here:
2009 Aug 20
3
Running a Windows dedicated server with Wine through ssh
I want to use Wine to run a dedicated server. The dedicated server uses a config file and is completely invisible; the dedicated server doesn't try to open any windows and simply runs in the background. When I try to run it, Wine gives an error stating that the application tried to create a Window and tells me to make sure my X server is running and that $DISPLAY is correct.
The dedicated
2008 May 05
2
[R-SIG-Mac] Starting tcltk without Tk
It turns out that the behavior of starting just Tcl was actually a
bug. Apparently the intention was to attempt to start Tk regardless of
the DISPLAY variable, because some TclTk implementation such as Aqua
Tcl/Tk don't require DISPLAY and thus would not be loaded. Due to a
bug (HAVE_AQUA was not included in Rconfig.h before R 2.7.0), though,
this was not the case. I'll leave it
2005 Aug 24
1
Running wine from php pages with "Xvfb" not success for my machine
I am sorry before, cause my english is poor.
My machine is : i686 and I use RedHad Enterprise Linux AS Rel.3,
Apache 1.3.33 and PHP 4.4.0. Simply, I want to run an Windows
application via PHP page with WINE emulation. (Newest version of WINE
updt. August 2005)
I have a simple a PHP file "wine.php", that will load an windows
application via PHP page. The contents is:
2009 Aug 24
4
Redirecting output from Linux-binaries called by wine
Dear wine-users,
I am experimenting with wine's (wine-1.0.1) ability to interface with
native Unix programs, as in
$ wineconsole /bin/echo hi
hi
What I would like to do is something like the following.
Create a batch file that calls a Unix-command (in this case `ssh`) and
redirects output to a file. Consider, for example, the following lines
in a file called 'ssh.bat':
2007 Mar 19
2
use Windows icons in Wine?
Is there some method to use a Windows program icon in Wine?
droid
2008 Apr 22
4
wine and detaching a remote X application
Hi,
I would like to run a windows application (civilization 4 beyond the sword pitboss server) on a remote linux machine. After the start I want to use the GUI and then detach it.
It works fine when $DISPLAY is a:
ssh-X forwarding: But then the application does when I the ssh connection is closed.
Xvfb: But this wont let me use the GUI.
Until now I have tried:
1) Running the application
2008 Jun 20
3
Running wine application at level 3
I am trying to run a windows application (uTorrent) on my Suse server.
The server runs at level 3 for speed, but has a gui available to allow it to be configured easily.
I have installed and configured utorrent with wine on the gui and set it up to work with the web interface so it can be controlled remotely.
I want it to be running whenever the server is on, but I don't want to have to
2013 Nov 12
2
[LLVMdev] Limit loop vectorizer to SSE
On 12 November 2013 15:53, Frank Winter <fwinter at jlab.org> wrote:
> .. forcing the vector size to 4 does not prevent using AVX.
>
Sure. That's more for tests than anything else.
So, there are ways of disabling stuf in Clang, for instance "-mattr=-avx"
or "-target-feature -avx", but I'm not sure how you're doing it in the JIT.
I'm also not sure
2009 Oct 24
3
Turning off X-Windows
Hi All,
How does one best turn of X-Windows? I dont need it, ssh works just
fine for me.
I seem to recall it was complicated and since I know enough to do my
stuf and not well versed yet in fixing things I break, I dont want to
blow this up.
Best,
-ML
2011 Sep 11
1
Vitualization and Partitioning
Hello,
OK, getting ready to order a new machine and had some questions about 6.0.
It will have a single 500GB HD.
When I do the install, do I or should I setup a separate partition for guest
OS's? From the redhat docs, it looks like the guest OS's reside at
/var/lib/libvirt/images/. I may combine my windoze XP on the CentOS machine
so would I need to create a partition and format that
2007 Feb 14
2
running wine wihtout X windows
Is it possible to run wine (wineconsole??) without X windows.
I just have a simple character app that executes in a DOS window
and uses printf().
I tried 0.9.30 and wineconsole doing control_alt_f1 and it BLEW
I couldnt even alt_f7 to get back. I had to reboot.
Should this be possible? If so how?
Jerry
2008 Jun 19
3
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
2007 Mar 19
2
setup.exe fails on wine version 0.9.20 and later
When I try to run wine /mnt/cdrom/setup.exe on the Monopoly CD-ROM it
returns "Terminated" on the console. This has happened since version
0.9.20. It worked almost perfect in wine version 0.9.19. Monopoly is a
Windows 16 bit game.
Any idea why this is happening now?
Thanks in advance,
Charlie
2011 Oct 11
1
unable to start when WINELOADER is set to path of winconsole
Hi all.
I am wanting to run the following command from the shell ::
wineconsole explorer /desktop=ajay
Since I intend to launch Windows CUI executables after launching explorer, I use wineconsole; and secondly, I set WINELOADER to the path of 'wineconsole' binary. (These steps are in conjunction with the link http://www.winehq.org/docs/wine
But the application just hangs, always.
2011 Mar 20
4
How to run dos cmd under wine
I neade to run a script under Wine but the script requires a cmd dos so atm dosent works (i neade to connect an ftp and upload some files) is thear any emulate that i can install on wine so that i have that posibility?
Thank's
Helen
8)