I'm making a #Linux install script to install my game to the user's home directory. Where should the game bundle go? The game bundle is a folder with a bunch of binaries, vendored libraries, resources, etc.
If you choose ~/.local/share/myprogram, you have to also comment where save games should go, because that's where I was planning on putting save games. (..And how can one directory be appropriate for both user data and programs?)