diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-07-21 20:26:10 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-07-21 20:26:10 +0200 |
commit | ea6d036103e9d9fd33479ac6fad098cd5b1accb7 (patch) | |
tree | 67711d24bfb111e6e8eec9f2c389301532701d4e | |
parent | c90b7c7cb7e6467caabc5439ae75b8722add9d32 (diff) | |
download | itzks-systems-ea6d036103e9d9fd33479ac6fad098cd5b1accb7.tar.gz itzks-systems-ea6d036103e9d9fd33479ac6fad098cd5b1accb7.tar.bz2 itzks-systems-ea6d036103e9d9fd33479ac6fad098cd5b1accb7.zip |
etc/mimeapps.list: Add Wine specific MIME types and make Wine the default application for them.
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | etc/mimeapps.list | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 359ded9..75b3f8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +itzks-systems (2015.07.15.3) UNRELEASED; urgency=medium + + * etc/mimeapps.list: + + Add Wine specific MIME types and make Wine the default application + for them. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 15 Jul 2015 13:53:44 +0200 + itzks-systems (2015.07.15.2) unstable; urgency=medium * debian/itzks-systems-common.postinst: diff --git a/etc/mimeapps.list b/etc/mimeapps.list index c2564c0..5798338 100644 --- a/etc/mimeapps.list +++ b/etc/mimeapps.list @@ -119,6 +119,15 @@ audio/vnd.rn-realaudio=vlc.desktop audio/x-mpegurl=vlc.desktop audio/x-real-audio=vlc.desktop audio/mpeg=vlc.desktop +application/x-ms-dos-executable=wine.desktop +application/x-msdos-program=wine.desktop +application/x-msdownload=wine.desktop +application/exe=wine.desktop +application/x-exe=wine.desktop +application/dos-exe=wine.desktop +application/x-winexe=wine.desktop +application/msdos-windows=wine.desktop +application/x-msdos-program=wine.desktop [Added Associations] x-content/video-dvd=totem.desktop; |