openbsd-ports/graphics/geeqie/patches/patch-src_window_c
ajacoutot b8db1d2d63 Import geeqie-1.0.
Geeqie is a lightweight Gtk+2 based image viewer for Unix like operating
systems.
<...>

This is a fork/continuation of gqview.

ok pea@ landry@
2011-03-09 09:58:49 +00:00

26 lines
825 B
Plaintext

$OpenBSD: patch-src_window_c,v 1.1.1.1 2011/03/09 09:58:49 ajacoutot Exp $
--- src/window.c.orig Sun Mar 6 08:46:11 2011
+++ src/window.c Sun Mar 6 08:47:21 2011
@@ -162,19 +162,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
};