Wine File Manager Help

Questions about Wine on macOS.
Locked
MacGamer
Newbie
Newbie
Posts: 1
Joined: Sat Nov 02, 2013 12:30 pm

Wine File Manager Help

Post by MacGamer »

Hey Guys!! I am new to wine and I need help with the file manager. Where are the files stored? I want to put a folder from the manager to my desktop on the mac. Please help!
edited
Level 2
Level 2
Posts: 13
Joined: Thu Aug 29, 2013 12:45 am

Re: Wine File Manager Help

Post by edited »

1. Open a Terminal and type "defaults write com.apple.finder AppleShowAllFiles TRUE" and after that
type "killall Finder".
2. Then use the finder to locate the hidden directory called ".wine" in your "/users/yourusername" folder. Inside the ".wine" folder is a 'simulated windows hard disk'.
3. Create the necessary aliases on your desktop.
4. Now open Terminal again and type "defaults write com.apple.finder AppleShowAllFiles FALSE" and after that again type "killall Finder".
Locked