Open
Description
Code of Conduct
- I agree to follow this project's Code of Conduct
What would you like to see changed?
Steam (the Valve game client) creates, for compatibility purposes, a separate Wine environment to run each Windows game on Linux. This results in dozens of folders like ~/.local/user/Steam/steamapps/compatdata/46500/pfx/drive_c/users/steamuser/AppData/Local
, where each path is identical save for the number in the middle that indicates the ID of the game associated with the Wine environment. I'd like to shorten it to something like STMWINENVS/46500/LOCALAPPDATA
, however as far as I can tell OMP does not currently offer an OOTB solution to do this.