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