gnome: Update mimetype to use mpv for all videos
This commit is contained in:
parent
491addc8f9
commit
abca633fc6
1 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,13 @@ in {
|
|||
"image/png" = "org.gnome.Loupe.desktop";
|
||||
"image/tiff" = "org.gnome.Loupe.desktop";
|
||||
"image/webp" = "org.gnome.Loupe.desktop";
|
||||
"video/mp4" = "umpv.desktop";
|
||||
"video/mpeg" = "umpv.desktop";
|
||||
"video/ogg" = "umpv.desktop";
|
||||
"video/webm" = "umpv.desktop";
|
||||
"video/x-matroska" = "umpv.desktop";
|
||||
"video/x-msvideo" = "umpv.desktop";
|
||||
"video/quicktime" = "umpv.desktop";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue