diff --git a/gnome-vfs-2.8.2-browser_default.patch b/gnome-vfs-2.8.2-browser_default.patch
new file mode 100644
index 0000000..326e142
--- /dev/null
+++ b/gnome-vfs-2.8.2-browser_default.patch
@@ -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 @@
+ /desktop/gnome/url-handlers/http/command
+ gnome
+ string
+- epiphany %s
++ firefox %s
+
+ The handler for "http" URLs
+ The command used to handle "http" URLs, if enabled.
+@@ -187,7 +187,7 @@
+ /desktop/gnome/url-handlers/https/command
+ gnome
+ string
+- epiphany %s
++ firefox %s
+
+ The handler for "https" URLs
+ The command used to handle "https" URLs, if enabled.
diff --git a/gnome-vfs2.spec b/gnome-vfs2.spec
index febf675..d9028f5 100644
--- a/gnome-vfs2.spec
+++ b/gnome-vfs2.spec
@@ -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 - 2.8.2-4
+- change default http/https handler to firefox
+
* Fri Oct 15 2004 Alexander Larsson - 2.8.2-4
- Handle several mtab changes in the same second (#132976)