I find this method slow and tedious. There are 19 different types of video files. Therefore, I have automated the whole thing. ONE line in the terminal will change ALL of your video files so that they open with vlc
Code:
Code: Select all
cd /usr/share/mime
ls video/* | sed 's/.xml/=vlc.desktop/' | tee -a ~/.local/share/applications/defaults.list
Just change the word 'video' to one of the above options and change vlc to whatever app you like best.
Tell me if this works for you. I only tested it in ubuntu linux.