Got a new notebook a month ago. Installed Ubuntu. Installed vlc with:
sudo snap install vlc
It made itself the default player for .wav files. Tried to play one I just generated. Could not open file. Went to check on a regular .avi file. It also could not find it. Tried to open the files manually from vlc menu and it could not even see my mounted directories.
Copied a file to /tmp. It still could not open them
sudo snap remove vlc
sudo apt install vlc
And all is good. VLC can now see my mounted drives and play anything. Is snap known for installing VLC badly?