Change the default http,https handler to gvfs-open

Some applications are still using GConf or GnomeVFS for
default applications instead of using GAppInfo or GSettings

This is a workaround to mitigate the problem for the default
browser until they do get ported.
f38
Christopher Aillon 14 years ago
parent 3e89e0a94b
commit 2b046ebf9f

@ -5,7 +5,7 @@
<owner>gnome</owner> <owner>gnome</owner>
<type>string</type> <type>string</type>
- <default>epiphany %s</default> - <default>epiphany %s</default>
+ <default>firefox %s</default> + <default>gvfs-open %s</default>
<locale name="C"> <locale name="C">
<short>The handler for "http" URLs</short> <short>The handler for "http" URLs</short>
<long>The command used to handle "http" URLs, if enabled.</long> <long>The command used to handle "http" URLs, if enabled.</long>
@ -14,7 +14,7 @@
<owner>gnome</owner> <owner>gnome</owner>
<type>string</type> <type>string</type>
- <default>epiphany %s</default> - <default>epiphany %s</default>
+ <default>firefox %s</default> + <default>gvfs-open %s</default>
<locale name="C"> <locale name="C">
<short>The handler for "https" URLs</short> <short>The handler for "https" URLs</short>
<long>The command used to handle "https" URLs, if enabled.</long> <long>The command used to handle "https" URLs, if enabled.</long>

@ -3,7 +3,7 @@
Summary: The GNOME virtual file-system libraries Summary: The GNOME virtual file-system libraries
Name: gnome-vfs2 Name: gnome-vfs2
Version: 2.24.4 Version: 2.24.4
Release: 4%{?dist} Release: 5%{?dist}
License: LGPLv2+ and GPLv2+ License: LGPLv2+ and GPLv2+
# the daemon and the library are LGPLv2+ # the daemon and the library are LGPLv2+
# the modules are LGPLv2+ and GPLv2+ # the modules are LGPLv2+ and GPLv2+
@ -36,6 +36,8 @@ BuildRequires: gettext
BuildRequires: libacl-devel BuildRequires: libacl-devel
BuildRequires: libselinux-devel BuildRequires: libselinux-devel
BuildRequires: keyutils-libs-devel BuildRequires: keyutils-libs-devel
# For gvfs-open
Requires: gvfs
Patch3: gnome-vfs-2.9.90-modules-conf.patch Patch3: gnome-vfs-2.9.90-modules-conf.patch
@ -203,6 +205,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
%changelog %changelog
* Tue Apr 12 2011 Christopher Aillon <caillon@redhat.com> - 2.24.4-5
- Change the default http,https handler to gvfs-open
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.4-4 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

Loading…
Cancel
Save