VRChat Photo Location
Finding VRChat Photos on Linux
On Windows, VRChat saves photos to your Pictures\VRChat folder. On Linux, since VRChat runs through Steam Proton, photos are buried inside the Proton prefix instead:
~/.local/share/Steam/steamapps/compatdata/438100/pfx/drive_c/users/steamuser/Pictures/VRChat
For quick access, you can create a symbolic link to your regular Pictures folder:
ln -s ~/.local/share/Steam/steamapps/compatdata/438100/pfx/drive_c/users/steamuser/Pictures/VRChat ~/Pictures/VRChat
Your VRChat photos will now show up in ~/Pictures/VRChat like they would on Windows.