just installed wine but have no idea where the wine-c folder is
This is a discussion about just installed wine but have no idea where the wine-c folder is in the Everything Linux category; I just installed wine in fedora core 2 but I have no idea where the wine-c folder is so i cant check where my windows installed apps are. I checked /usr/share but its not there. Someone help me here?.
I just installed wine in fedora core 2 but I have no idea where the wine-c folder is so i cant check where my windows installed apps are. I checked /usr/share but its not there. Someone help me here?
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Jul 12
Jul 14
0
2 minutes
Responses to this topic
Have you run "locate"
At a terminal:
locate wine [enter]
At a terminal:
locate wine [enter]
for those who don't have 'locate' in their distro, try:
whereis wine
or the ultimate:
find / -type d -name wine\* 2> /dev/null
translated: find all directories whose name begins with "wine", list their names,
and send all error messages like "permission denied" to the bit-bucket.
whereis wine
or the ultimate:
find / -type d -name wine\* 2> /dev/null
translated: find all directories whose name begins with "wine", list their names,
and send all error messages like "permission denied" to the bit-bucket.
Did you install via the rpm or source code?
OP
I installed using the rpms. I did a locate wine and found this
home/dangel/.wine/drive_c
With dangel being my user account name. However i cant see anything in the directory at all.
home/dangel/.wine/drive_c
With dangel being my user account name. However i cant see anything in the directory at all.
I'm not real sure how regular old wine works, but Win4lin, Winex3 and Crossover make a "fake" "c" or windows directory, where winddows programs are installed, usually hidden. Likely there won't be much, if anything in there until you install a Windows program.
What Window apps are you trying to run? Also, if it's the executable you're looking for, I would think it, or at least a link to it would be installed in /usr/bin.
What Window apps are you trying to run? Also, if it's the executable you're looking for, I would think it, or at least a link to it would be installed in /usr/bin.
OP
I intend to install Warcraft 3. I would use Cedega if i could but i'm still a student and have no access to credit cards.
There is a "free" version of Winex3/Cedega, but it comes as source and you have to compile it. Look on their site for more details.