diff --git a/changelog.md b/changelog.md index 74cc058c8..84074d1db 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.2 + + * Update mimetype handling + ## 0.2.1 * Open files in dvm by default diff --git a/files/mimeapps.list b/files/mimeapps.list index 63aabd78a..886a600b0 100644 --- a/files/mimeapps.list +++ b/files/mimeapps.list @@ -5,6 +5,7 @@ text/x-vcard=open-in-dvm.desktop; text/directory=open-in-dvm.desktop; text/calendar=open-in-dvm.desktop; application/x-cd-image=open-in-dvm.desktop; +application/x-desktop=open-in-dvm.desktop; application/x-raw-disk-image=open-in-dvm.desktop; application/x-raw-disk-image-xz-compressed=open-in-dvm.desktop; image/x-compressed-xcf=open-in-dvm.desktop; diff --git a/files/open-in-dvm.desktop b/files/open-in-dvm.desktop index 64478ed45..5dd268167 100644 --- a/files/open-in-dvm.desktop +++ b/files/open-in-dvm.desktop @@ -4,7 +4,7 @@ Version=1.0 Name=Open in Disposable VM Comment=Open file in a Disposable VM TryExec=/usr/bin/qvm-open-in-vm -Exec=/usr/bin/qvm-open-in-vm '@dispvm:sd-viewer' %f +Exec=/usr/bin/qvm-open-in-vm --view-only '@dispvm:sd-viewer' %f Icon=/usr/share/icons/Qubes/dispvm-gray.png Terminal=false Categories=Qubes;Utility; diff --git a/securedrop_export/VERSION b/securedrop_export/VERSION index 0c62199f1..ee1372d33 100644 --- a/securedrop_export/VERSION +++ b/securedrop_export/VERSION @@ -1 +1 @@ -0.2.1 +0.2.2