Comment on Happy to help
Dumhuvud@programming.dev 5 hours agoIn a Wine/Proton prefix stored in compatdata. Check the sibling thread started by Javi@feddit.uk for the exact path.
Comment on Happy to help
Dumhuvud@programming.dev 5 hours agoIn a Wine/Proton prefix stored in compatdata. Check the sibling thread started by Javi@feddit.uk for the exact path.
javiwhite@feddit.uk 5 hours ago
@PieMePlenty@lemmy.world I should clarify that was me pulling the path from memory. So might not be 100% accurate but it explains how the path works with proton/wine when using steam.
Essentially WINE creates a windows styled directory, with all the core folders, and then the emulator uses this as it’s root directory.
Documents is a great example. On Linux the document path is
On windows it’s
If we use the default wine settings, the path for the wine documents folder on Linux is
Any program running in wine will only see the files from drive_c and down, emulating how a windows environment would work.
Happy to answer any questions if that isn’t clear. Feel free to DM.