Add application/zip to the supported mime types for the archive backend

(launchpad #211697)
This commit is contained in:
Matthias Clasen 2008-04-24 04:08:35 +00:00
parent a3932394ed
commit d2ee280851
2 changed files with 6 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Index: mount-archive.desktop.in.in
+_Name=Archive Mounter
+Exec=@libexecdir@/gvfsd-archive file=%u
+X-Gnome-Vfs-System=gio
+MimeType=application/x-cd-image;application/x-bzip-compressed-tar;application/x-compressed-tar;application/x-tar;application/x-cpio;application/x-zip;
+MimeType=application/x-cd-image;application/x-bzip-compressed-tar;application/x-compressed-tar;application/x-tar;application/x-cpio;application/x-zip;application/zip;
+Terminal=false
+StartupNotify=false
+Type=Application

View File

@ -1,7 +1,7 @@
Summary: Backends for the gio framework in GLib
Name: gvfs
Version: 0.2.3
Release: 9%{?dist}
Release: 10%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@ -201,6 +201,10 @@ update-desktop-database &> /dev/null ||:
%changelog
* Thu Apr 24 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-10
- Add application/zip to the supported mime types for the archive
backend (launchpad #211697)
* Sun Apr 19 2008 David Zeuthen <davidz@redhat.com> - 0.2.3-9
- Ensure archive mounts are read-only and turn on thumbnailing on them
- Update fuse threading patch