

Steam, wine and dosbox with them, you can effectively play any game worth playing. Beyond that I never needed to know.
Steam, wine and dosbox with them, you can effectively play any game worth playing. Beyond that I never needed to know.
Is the best place to ask
Well my husband’s work place does audit the code they deploy but they have a big problem with contractors just downloading random shit and putting it on production systems without following proper review and in violation of policy.
The phrase fucking Deloitte is a daily occurrence.
Not every version of chmod supports that and you really don’t want your media files to be executable
Well sudo find ${path} -type d exec chmod 750 {}; to fix the folders first Then sudo find ${path} -type f exec chmod 640 {}; to fix the files
After that sudo chown -Rv my user:media ${path} and everything should be sorted
Unfortunately the XSettings freedesktop spec is trash and hasn’t been released let alone revised since 2001
Don’t have any games that require those. So never ran into that problem. But I can imagine there are potential games/apps people would want that can’t run on Linux. Windows VMs might be a solution but I don’t know as I never had to deal with that.