Added video.desktop file. (#1288)
Updated mimeapps.list to include mp4 files. Closes #1271
This commit is contained in:
parent
37930fdf57
commit
b394c5f772
2 changed files with 5 additions and 0 deletions
|
@ -15,5 +15,6 @@ image/jpeg=img.desktop;
|
||||||
image/gif=img.desktop;
|
image/gif=img.desktop;
|
||||||
application/rss+xml=rss.desktop
|
application/rss+xml=rss.desktop
|
||||||
video/x-matroska=video.desktop
|
video/x-matroska=video.desktop
|
||||||
|
video/mp4=video.desktop
|
||||||
x-scheme-handler/lbry=lbry.desktop
|
x-scheme-handler/lbry=lbry.desktop
|
||||||
inode/directory=file.desktop
|
inode/directory=file.desktop
|
||||||
|
|
4
.local/share/applications/video.desktop
Normal file
4
.local/share/applications/video.desktop
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Video viewer
|
||||||
|
Exec=/usr/bin/mpv -quiet %f
|
Loading…
Reference in a new issue