Apply debian-specific patch to launch help browser (bug 2015099).
authorLaurent Monin <geeqie@norz.org>
Sun, 13 Jul 2008 13:51:23 +0000 (13:51 +0000)
committerLaurent Monin <geeqie@norz.org>
Sun, 13 Jul 2008 13:51:23 +0000 (13:51 +0000)
src/window.c

index 8dc675d..bd54367 100644 (file)
@@ -159,6 +159,8 @@ static gchar *html_browsers[] =
 {
        /* 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 */