diff --git a/misc/ext.d/image.sh b/misc/ext.d/image.sh index 9c691e060..21fc9ecf2 100644 --- a/misc/ext.d/image.sh +++ b/misc/ext.d/image.sh @@ -38,6 +38,8 @@ do_open_action() { *) if [ -n "$DISPLAY" ]; then (gqview "${MC_EXT_FILENAME}" &) + elif see >/dev/null 2>&1; then + (see "${MC_EXT_FILENAME}" &) else zgv "${MC_EXT_FILENAME}" fi