16 lines
679 B
Diff
16 lines
679 B
Diff
Index: misc/mc.ext.in
|
|
===================================================================
|
|
--- misc/mc.ext.in.orig 2010-07-06 18:56:05.000000000 +0200
|
|
+++ misc/mc.ext.in 2010-07-06 18:56:56.835018761 +0200
|
|
@@ -493,8 +493,8 @@ type/^PDF
|
|
|
|
# html
|
|
regex/\.([hH][tT][mM][lL]?)$
|
|
- Open=(if test -n "@X11_WWW@" && test -n "$DISPLAY"; then (@X11_WWW@ file://%d/%p &) 1>&2; else links %f || lynx -force_html %f || ${PAGER:-more} %f; fi) 2>/dev/null
|
|
- View=%view{ascii} links -dump %f 2>/dev/null || w3m -dump %f 2>/dev/null || lynx -dump -force_html %f
|
|
+ Open=/usr/share/mc/bin/x11_browser %f
|
|
+ View=%view{ascii} w3m -dump -T text/html %f;
|
|
|
|
# StarOffice 5.2
|
|
shell/.sdw
|