LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Basic Wine Usage (https://www.linuxquestions.org/questions/linux-software-2/basic-wine-usage-440349/)

MALDATA 04-30-2006 03:26 PM

Basic Wine Usage
 
I'm having trouble figuring out Wine. These are basic questions, I know, but the FAQs and forums I've been reading cover this stuff very poorly... they assume the kind of a priori knowledge they should be there to provide.

Please do not tell me to go read the FAQ... I already did. Many times.

Here's the trouble. I got Wine installed just fine from the RPM on a Fedora Core 5 system. I wanted to install some software, so I downloaded the Windows executable setup program and ran it in Wine. When the setup asked where to install it, it gave me the default "c:\Program Files\..." path. I didn't know what else to do, and figured Wine would take care of it, so I just let it go. The install went fine. After that.

Now I have no idea where my program is. There is only one ext3 partition on the drive. There is no wine folder, there is no windows folder, and nothing I've read so far has given me any idea what's going on.

So, basic questions... without a windows partition, how do I answer the "install path" question? Once I do, where does the program go?

Thanks.

Mega Man X 04-30-2006 04:03 PM

There should be a wine folder at your home directory. Most likely, however, this is a hidden folder (in Linux, they start with a (.) dot). Try this from a terminal:

cd
ls -a


The -a flag should show hidden folders. You should see a folder called ".wine" I suppose. Your Windows programs should installed inside that folder.

Regards!

MALDATA 04-30-2006 04:28 PM

Regardless of where I tell it to install?

(By the way, thanks for the jargon-free response!)

chal 04-30-2006 04:30 PM

I am not too familiar with WINE, but a little earlier, I was spelunking around and saw a " /home/chal/.wine/drive_c " directory which has sub directories " /Programs and " /Windows "

Maybe it's in something similar on your box. I'm using Mandrake 10.1 Download Edition and have not tried using WINE yet, but I'm thinking about it. I have a few Winduhs progs that I would like to have on Linux.

jlo_sandog 04-30-2006 08:05 PM

wine is located in ~/.wine
and yes I will do it... read this
http://www.winehq.com/site/docs/wineusr-guide/running

MALDATA 04-30-2006 09:37 PM

Right, but like I said, the documentation is useless.

That doesn't help if there's no "c:\program files\appname\appname.exe" to go to. Wine just claims that the path doesn't exist. That's my problem. How do you reconcile the setup program's request for a windows-style path to install to, and linux's file system?

Thanks again

BillyGalbreath 04-30-2006 09:44 PM

/home/username/.wine/drive_c

That is C:\ according to Wine... So... C:\Program Files is:

/home/username/.wine/drive_c/Program Files

and C:\Windows is:

/home/username/.wine/drive_c/Windows

I also beleive that in Wine drive Y:\ is your home directory... I dont use Wine, I use CrossOver Ofice, which is a better version of Wine (i believe), and this is how it works with my app, except mine is /home/username/.xover/drive_c

Hope I helped.

jlo_sandog 05-01-2006 03:33 AM

The documentation is not useless, you are the one that is clueless. Open konqueror, go to your home directory, enable hidden files and look for the .wine folder, then go from there.
This is the only place wine will install its programs (within the .wine folder).

MALDATA 05-02-2006 06:24 PM

Come on now. I apologize if you think I'm wasting your time asking a question that's already been answered, but if I don't find the documentation helpful I don't think that warrants the use of that kind of tone. I learned more from the people that replied to my post than from everything I read before I started the thread.

Let's all stay friendly here... some of us are still trying to learn, and a little less hostility would benefit everyone.

Thanks again everyone. We're done here.


All times are GMT -5. The time now is 06:18 AM.