$OpenBSD: patch-src_window_c,v 1.3 2019/12/01 14:24:17 kirby Exp $
Index: src/window.c
--- src/window.c.orig
+++ src/window.c
@@ -173,19 +173,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
 };
