File xdg-open-as-default-browser.patch of Package xsane
--- src/xsane.h.orig2 2008-03-05 14:21:38.000000000 +0100 +++ src/xsane.h 2008-03-05 14:30:58.000000000 +0100 @@ -251,7 +251,7 @@ # elif defined(HAVE_OS2_H) # define DEFAULT_BROWSER "netscape" # else -# define DEFAULT_BROWSER "netscape" +# define DEFAULT_BROWSER "xdg-open" # endif #endif