I installed Windows Subsystem for Linux (WSL) and through it, Ubuntu:
wsl --install Ubuntu
sudo apt-get update && sudo apt-get upgrade -y
There is one automatic configurations of the files for documents and images that strikes me as odd, and different from what I think I recall seeing on a Linux machine.
The issue is that instead of being in the main user directory they are under ~/snap/firefox/common
as in here:
Is this the expected placement of these folders? If it isn't how can I correct it?