Add application/zip to the supported mime types for the archive backend
(launchpad #211697)
This commit is contained in:
parent
a3932394ed
commit
d2ee280851
@ -8,7 +8,7 @@ Index: mount-archive.desktop.in.in
|
|||||||
+_Name=Archive Mounter
|
+_Name=Archive Mounter
|
||||||
+Exec=@libexecdir@/gvfsd-archive file=%u
|
+Exec=@libexecdir@/gvfsd-archive file=%u
|
||||||
+X-Gnome-Vfs-System=gio
|
+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
|
+Terminal=false
|
||||||
+StartupNotify=false
|
+StartupNotify=false
|
||||||
+Type=Application
|
+Type=Application
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Backends for the gio framework in GLib
|
Summary: Backends for the gio framework in GLib
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 0.2.3
|
Version: 0.2.3
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
@ -201,6 +201,10 @@ update-desktop-database &> /dev/null ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Ensure archive mounts are read-only and turn on thumbnailing on them
|
||||||
- Update fuse threading patch
|
- Update fuse threading patch
|
||||||
|
Loading…
Reference in New Issue
Block a user