$OpenBSD: patch-src_window_c,v 1.2 2016/05/28 13:59:51 sthen Exp $
--- src/window.c.orig	Fri May 27 10:37:56 2016
+++ src/window.c	Sat May 28 14:55:27 2016
@@ -171,19 +171,11 @@ static gchar *html_browsers[] =
 {
 	/* Our specific script */
 	GQ_APPNAME_LC "_html_browser", NULL,
-	/* Redhat has a nifty htmlview script to start the user's preferred browser */
-	"htmlview",	NULL,
-	/* Debian has even better approach with alternatives */
-	"sensible-browser", NULL,
-	/* GNOME 2 */
-	"gconftool-2",	"gconftool-2 -g /desktop/gnome/url-handlers/http/command",
-	/* KDE */
-	"kfmclient",	"!kfmclient exec \"%s\"",
+	/* fd.o */
+	"xdg-open",	NULL,
 	/* use fallbacks */
 	"firefox",	NULL,
-	"mozilla",	NULL,
 	"konqueror",	NULL,
-	"netscape",	NULL,
 	"opera",	"!opera --remote 'openURL(%s,new-page)'",
 	NULL,		NULL
 };
