xdg-utils/xdg-utils-htmlview.patch

13 lines
556 B
Diff
Raw Normal View History

2010-04-12 00:57:36 +00:00
diff -up xdg-utils/scripts/xdg-open.in.htmlview xdg-utils/scripts/xdg-open.in
2010-07-09 16:28:35 +00:00
--- xdg-utils/scripts/xdg-open.in.htmlview 2010-07-09 08:43:05.000000000 -0500
+++ xdg-utils/scripts/xdg-open.in 2010-07-09 11:31:03.001178866 -0500
@@ -196,7 +196,7 @@ fi
if [ x"$BROWSER" = x"" ]; then
BROWSER=links2:links:lynx:w3m
if [ -n "$DISPLAY" ]; then
- BROWSER=firefox:mozilla:epiphany:konqueror:chromium-browser:google-chrome:$BROWSER
+ BROWSER=htmlview:firefox:mozilla:epiphany:konqueror:chromium-browser:google-chrome:$BROWSER
2010-04-12 00:57:36 +00:00
fi
2010-07-09 16:28:35 +00:00
fi