Tagged Questions
0
votes
0answers
134 views
How to print xterm output in the current terminal window? [closed]
I am a beginner in Linux, so excuse me if the question is simple.
I use xterm in wine as follows:
wine cmd
z:\usr\bin\xterm -e application
xterm will open a new window, runs the application and ...
5
votes
1answer
186 views
Run an application with different TimeZone
I have an windows application (Under Wine) that only works when I change timezone to NewYork's TimeZone.
with Any other zone it doesn't start!!
So, Is it possible in Linux to run an application with ...
4
votes
2answers
368 views
How do I get GrindEQ (Latex plugin for Word) to work with Word in Wine?
GrindEQ is a plugin for MS Word. It allows one to type LaTeX code into a Word document, then export that into Word's formatting (converts equations into Equation Editor equations, and takes care of ...
1
vote
2answers
299 views
Why am I getting an InitDevice::CreateDevice error when I try to run “Pirates of the Caribbean” with Wine?
I am running Ubuntu 11.04 on a Sony Vaio. I am using wine 1.3 to run a rather complex yet archaic gaming program, "Pirates of the Caribbean" (2003; not based off the movie). I started it up and after ...
2
votes
1answer
226 views
How can I limit wine's permissions?
I don't want wine to:
have access to the network (extra: separately defined access control per program that uses wine to start)
have access to the main users files (run wine as different user??)
...
3
votes
1answer
908 views
Does ie4linux work under Fedora?
I'm trying to install ie4linux, following this tutorial
root
yum install wine cabextract
normal user
wget -q http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar xfz ...
2
votes
0answers
231 views
Is there a version of Wine that actually runs mainstream chat clients?
Is there a version of Wine that actually runs mainstream chat clients? I'm willing to consider commercial forks. I'd need it to support at least:
Yahoo
QQ
Skype (yes there's a native client but it's ...
7
votes
1answer
324 views
What files should I copy from Windows into Wine?
As far as I understand Wine runtime does better if some libraries are copied from MS Windows, but some Windows system libraries really are not to be used with Wine (some can even make it stop working, ...