mirror of https://github.com/MidnightCommander/mc
* lib/mc.ext.in:
Now mc tries to search for a installed text-webbrowser and try to use them instead of only trying lynx. Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
This commit is contained in:
parent
a93bb95872
commit
0cb9da2bd6
|
@ -454,7 +454,7 @@ 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} lynx -dump -force_html %f
|
||||
View=%view{ascii} links -dump %f 2>/dev/null || w3m -dump %f 2>/dev/null || lynx -dump -force_html %f
|
||||
|
||||
# StarOffice 5.2
|
||||
shell/.sdw
|
||||
|
|
Loading…
Reference in New Issue