comparison src/window.c @ 883:391a9e3336db

Apply debian-specific patch to launch help browser (bug 2015099).
author zas_
date Sun, 13 Jul 2008 13:51:23 +0000
parents 5042236af960
children ff16ed0d2c8a
comparison
equal deleted inserted replaced
882:912726c2f5e3 883:391a9e3336db
157 */ 157 */
158 static gchar *html_browsers[] = 158 static gchar *html_browsers[] =
159 { 159 {
160 /* Redhat has a nifty htmlview script to start the user's preferred browser */ 160 /* Redhat has a nifty htmlview script to start the user's preferred browser */
161 "htmlview", NULL, 161 "htmlview", NULL,
162 /* Debian has even better approach with alternatives */
163 "sensible-browser", NULL,
162 /* GNOME 2 */ 164 /* GNOME 2 */
163 "gconftool-2", "gconftool-2 -g /desktop/gnome/url-handlers/http/command", 165 "gconftool-2", "gconftool-2 -g /desktop/gnome/url-handlers/http/command",
164 /* KDE */ 166 /* KDE */
165 "kfmclient", "!kfmclient exec \"%s\"", 167 "kfmclient", "!kfmclient exec \"%s\"",
166 /* use fallbacks */ 168 /* use fallbacks */