mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-22 18:24:23 +03:00
* lib/mc.ext.in: Use gqview instead of ee for images. ee seems
to be is obsolete. Suggested by Marcel Pol <mpol@gmx.net>
This commit is contained in:
parent
49bcfac068
commit
3738fbba68
@ -1,3 +1,8 @@
|
||||
2004-04-02 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc.ext.in: Use gqview instead of ee for images. ee seems
|
||||
to be is obsolete. Suggested by Marcel Pol <mpol@gmx.net>
|
||||
|
||||
2004-01-22 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
|
||||
|
@ -221,7 +221,7 @@ shell/.xpm
|
||||
View=sxpm %f
|
||||
|
||||
include/image
|
||||
Open=if [ "$DISPLAY" = "" ]; then zgv %f; else (ee %f &); fi
|
||||
Open=if [ "$DISPLAY" = "" ]; then zgv %f; else (gqview %f &); fi
|
||||
View=%view{ascii} identify %f
|
||||
#View=%view{ascii} asciiview %f
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user