Pictures#
By default, all pictures taken inside of VRChat will save inside the Wine prefix (default ~/.local/share/Steam/steamapps/compatdata/438100/pfx/drive_c/users/steamuser/Pictures/VRChat).
This can be a hassle to reach if you need to access VRChat pictures regularly. You can link this folder to your user’s regular Pictures folder by running this command:
cp -r ~/.local/share/Steam/steamapps/compatdata/438100/pfx/drive_c/users/steamuser/Pictures/VRChat ~/Pictures/ && \
rm -rI ~/.local/share/Steam/steamapps/compatdata/438100/pfx/drive_c/users/steamuser/Pictures/VRChat && \
ln -s ~/Pictures/VRChat ~/.local/share/Steam/steamapps/compatdata/438100/pfx/drive_c/users/steamuser/Pictures/VRChat- You can replace
~/Pictures/VRChatwith any other path that should contain your VRChat pictures. ~/.local/share/Steamis the default path to your Steam library and might need to be changed.