Skip to main content

Thread: Changing default media player in 12.04 Classic (no effects)


vlc works better totem movie player on computer.
how can make vlc default player?

these 2 commands set vlc default of audio & video mimetypes vlc registers (writes ~/.local/share/applications/mimeapps.list
each long command, copy , paste terminal, press enter

code:
grep "^mimetype=" /usr/share/applications/vlc.desktop | cut -d "=" -f 2   | xargs -d ';' -n 1 | grep -e "^video/" -e "^x-content/video"   | xargs -n 1 -i '{}' xdg-mime default vlc.desktop '{}'
code:
grep "^mimetype=" /usr/share/applications/vlc.desktop | cut -d "=" -f 2   | xargs -d ';' -n 1 | grep -e "^audio/" -e "^x-content/audio"   | xargs -n 1 -i '{}' xdg-mime default vlc.desktop '{}'
anything else not included can set right click on filetype > properties > open > set default


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] Changing default media player in 12.04 Classic (no effects)


Ubuntu

Comments

Popular posts from this blog

Adobe Acrobat Pro , Terminal Server Use

Thread: transmission-daemon isn't playing nice: "409: Conflict"

Thread: gpg: Conflicting Commands