- change default http/https handler to firefox

f38
Jonathan Blandford 20 years ago
parent 50ae6bc9d3
commit 9cbd93c51d

@ -0,0 +1,20 @@
--- gnome-vfs-2.8.2/schemas/desktop_gnome_url_handlers.schemas.in.browser_default 2004-10-18 21:38:08.605885937 -0400
+++ gnome-vfs-2.8.2/schemas/desktop_gnome_url_handlers.schemas.in 2004-10-18 21:38:20.470253994 -0400
@@ -153,7 +153,7 @@
<applyto>/desktop/gnome/url-handlers/http/command</applyto>
<owner>gnome</owner>
<type>string</type>
- <default>epiphany %s</default>
+ <default>firefox %s</default>
<locale name="C">
<short>The handler for "http" URLs</short>
<long>The command used to handle "http" URLs, if enabled.</long>
@@ -187,7 +187,7 @@
<applyto>/desktop/gnome/url-handlers/https/command</applyto>
<owner>gnome</owner>
<type>string</type>
- <default>epiphany %s</default>
+ <default>firefox %s</default>
<locale name="C">
<short>The handler for "https" URLs</short>
<long>The command used to handle "https" URLs, if enabled.</long>

@ -10,7 +10,7 @@
Summary: The GNOME virtual file-system libraries.
Name: gnome-vfs2
Version: 2.8.2
Release: 4
Release: 5
License: LGPL
Group: System Environment/Libraries
Source: gnome-vfs-%{version}.tar.bz2
@ -60,10 +60,13 @@ Patch50: desktop-file-utils-0.8-gnomevfs-embed.patch
Patch51: desktop-file-utils-0.8-pleasecreate.patch
# send to upstream
Patch101: gnome-vfs-2.7.90-schema_about_for_upstream.patch
Patch101: gnome-vfs-2.8.2-schema_about_for_upstream.patch
Patch102: gnome-vfs-2.8.2-bufer-fix.patch
Patch103: gnome-vfs-2.8.2-mtab-mtime-check.patch
# Default
Patch104: gnome-vfs-2.8.2-browser_default.patch
Patch200: gnome-vfs-2.8.1-hal.patch
Patch201: gnome-vfs-2.8.1-console-mount-opt.patch
@ -141,6 +144,7 @@ perl -pi -e 's/favorites:\s+libvfolder-desktop.so//g' $DMC
%patch102 -p0 -b .buffer-fix
%patch103 -p0 -b .mtab_mtime_check
%patch104 -p1 -b .browser_default
%patch200 -p0 -b .hal
%patch201 -p0 -b .console
@ -256,6 +260,9 @@ done
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
%changelog
* Mon Oct 18 2004 <jrb@redhat.com> - 2.8.2-4
- change default http/https handler to firefox
* Fri Oct 15 2004 Alexander Larsson <alexl@redhat.com> - 2.8.2-4
- Handle several mtab changes in the same second (#132976)

Loading…
Cancel
Save