google-chrome video application association
Posted
by
Ben Lee
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Ben Lee
Published on 2012-04-09T03:37:20Z
Indexed on
2012/04/09
5:46 UTC
Read the original article
Hit count: 473
Is there any way to tell google-chrome to launch video files of particular types in an external application (or even just to bring up the download box as if the type was un-handled), instead of showing the video inside the browser?
Searching online, it seems that chrome is supposed to use xdg-mime
for file associations, but apparently is ignoring this for video. For example, when I do:
xdg-mime query default video/mpeg
It returns dragonplayer.desktop
. But when I click on a mpeg
video link, chrome displays it internally instead of launching Dragon Player (if I double click on a mpeg file in my file manager, on the other hand, it does open Dragon Player).
So is there a way to tell chrome to respect this setting, or another way to coax chrome into opening the file externally?
If it matters, I'm running the latest version of google-chrome stable (not chromium) at the time of writing, v. 18.0.1025.151, on kubuntu 11.10.
© Ask Ubuntu or respective owner