- Put X-Gnome-Vfs-System=gio into mount-archarive.desktop (See #442835)

This commit is contained in:
David Zeuthen 2008-04-17 23:59:15 +00:00
parent f53a007268
commit beaa046b51
2 changed files with 6 additions and 2 deletions

View File

@ -2,11 +2,12 @@ Index: mount-archive.desktop.in.in
=================================================================== ===================================================================
--- mount-archive.desktop.in.in (revision 0) --- mount-archive.desktop.in.in (revision 0)
+++ mount-archive.desktop.in.in (revision 0) +++ mount-archive.desktop.in.in (revision 0)
@@ -0,0 +1,13 @@ @@ -0,0 +1,14 @@
+[Desktop Entry] +[Desktop Entry]
+Encoding=UTF-8 +Encoding=UTF-8
+_Name=Archive Mounter +_Name=Archive Mounter
+Exec=@libexecdir@/gvfsd-archive file=%u +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;
+Terminal=false +Terminal=false
+StartupNotify=false +StartupNotify=false

View File

@ -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: 6%{?dist} Release: 7%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.gtk.org URL: http://www.gtk.org
@ -188,6 +188,9 @@ update-desktop-database &> /dev/null ||:
%changelog %changelog
* Thu Apr 17 2008 David Zeuthen <davidz@redhat.com> - 0.2.3-7
- Put X-Gnome-Vfs-System=gio into mount-archarive.desktop (See #442835)
* Wed Apr 16 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-6 * Wed Apr 16 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-6
- Reenable gphoto automounting - Reenable gphoto automounting
- Support unmounting all mounts for a scheme - Support unmounting all mounts for a scheme