Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Working with WINE
Name: hi-teck Date: August 9, 2005 at 22:23:57 Pacific OS: Ubuntu 5.04/Win XP Pro CPU/Ram: AMD 1 Ghz / 512 MB RAM
Comment:
I have successful installed wine and ran the wine whatever.exe to get the program I want to install. When the install was finished the program came up fine. Now since I closed the program I can not find it.
So my question is how do u find programs you install with WINE and run them?
And how do you uninstall programs you installed with wine?
Name: 3Dave Date: August 10, 2005 at 02:08:49 Pacific
Reply:
Depending on your setup you may find that entries have been created in your KDE or Gnome menus, on my system the programs are listed under wine>programs.
You will find a hidden directory in your home called .wine (the leading . means that it is hidden). Enter this directory (cd ~/.wine) and list the contents with ls. One of the directories will be called something like fake_windows or drive_c....this is where programs are installed to. To run one: $ wine ~/.wine/fake_windows/Program\ Files/whatever.exe
0
Response Number 2
Name: hi-teck Date: August 10, 2005 at 07:33:22 Pacific
Reply:
Thanks so much
0
Response Number 3
Name: JustinCS Date: August 14, 2005 at 10:18:50 Pacific
Reply:
Appreciate this solution too. Thanks
0
Response Number 4
Name: 3Dave Date: August 17, 2005 at 02:10:47 Pacific
Reply:
I often create small scripts that will run windoze apps with wine and dump them in /usr/local/bin so that I can run them with a single command....
Summary: Hai, Please Help me to work with the following issue. First of all , let me tell you, I am a beginner in Linux. So please tell me how to run a windows exe file in linux. I have heard that it can be do...
Summary: I need to install internet explorer 5.0 to get a program to work with wine. The program is Sybex e-trainer (A+ Complete virtual trainer). I am using codeweavers latest version of Wine with Mandrake ...
Summary: I'm having a guess, but if you successfully install drivers with wine then they will probably only be available for use by applications run with wine too. This link with a walkthrough may help y...