d8c1d2b
diff -up gimp-2.6.2/app/config/gimpguiconfig.c.xdg-open gimp-2.6.2/app/config/gimpguiconfig.c
d8c1d2b
--- gimp-2.6.2/app/config/gimpguiconfig.c.xdg-open	2008-10-30 10:27:56.000000000 +0100
d8c1d2b
+++ gimp-2.6.2/app/config/gimpguiconfig.c	2008-10-31 11:25:54.000000000 +0100
5985afb
@@ -45,7 +45,7 @@
d8c1d2b
 #elif PLATFORM_OSX
5985afb
 #  define DEFAULT_WEB_BROWSER  "open %s"
5985afb
 #else
5985afb
-#  define DEFAULT_WEB_BROWSER  "firefox %s"
5985afb
+#  define DEFAULT_WEB_BROWSER  "xdg-open %s"
5985afb
 #endif
5985afb
 
5985afb
 
d8c1d2b
diff -up gimp-2.6.2/docs/gimprc.5.in.xdg-open gimp-2.6.2/docs/gimprc.5.in
d8c1d2b
--- gimp-2.6.2/docs/gimprc.5.in.xdg-open	2008-10-30 10:29:00.000000000 +0100
d8c1d2b
+++ gimp-2.6.2/docs/gimprc.5.in	2008-10-31 11:24:26.000000000 +0100
fb64c84
@@ -788,7 +788,7 @@ Sets the browser used by the help system
fb64c84
 web-browser.
097879e
 
fb64c84
 .TP
fb64c84
-(web-browser "firefox %s")
fb64c84
+(web-browser "xdg-open %s")
097879e
 
fb64c84
 Sets the external web browser to be used.  This can be an absolute path or the
fb64c84
 name of an executable to search for in the user's PATH. If the command
d8c1d2b
diff -up gimp-2.6.2/etc/gimprc.xdg-open gimp-2.6.2/etc/gimprc
d8c1d2b
--- gimp-2.6.2/etc/gimprc.xdg-open	2008-10-30 10:33:24.000000000 +0100
d8c1d2b
+++ gimp-2.6.2/etc/gimprc	2008-10-31 11:24:26.000000000 +0100
097879e
@@ -625,7 +625,7 @@
097879e
 # appended to the command with a space separating the two.  This is a single
097879e
 # filename.
097879e
 # 
097879e
-# (web-browser "firefox %s")
097879e
+# (web-browser "xdg-open %s")
097879e
 
5985afb
 # When enabled, the online user manual will be used by the help system.
5985afb
 # Otherwise the locally installed copy is used.  Possible values are yes and