[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#2295: (no subject)



Package: lynx
Version: 2.4.2-2

lynx -source seems to truncate images.

eg

lynx -source http://www.meto.govt.uk/satpics/latest_vis.jpg | xv -

Will cause xv to moan about a premature EOF in the file, whereas running
Lynx interactively and loading the file works fine.

Configuration:

callisto:~$ egrep -v '^#' < /etc/lynx.cfg | grep ..
STARTFILE:http://callisto.girton.cam.ac.uk/
HELPFILE:file://localhost/usr/lib/lynx_help/lynx_help_main.html
DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html
CHARACTER_SET:ISO Latin 1
BOLD_HEADERS:FALSE
LOCAL_EXECUTION_LINKS_ALWAYS_ON:FALSE
LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE:FALSE
MAIL_SYSTEM_ERROR_LOGGING:FALSE
CHECKMAIL:TRUE
VI_KEYS_ALWAYS_ON:FALSE
EMACS_KEYS_ALWAYS_ON:FALSE
DEFAULT_KEYPAD_MODE_IS_NUMBERS_AS_ARROWS:TRUE
CASE_SENSITIVE_ALWAYS_ON:FALSE
DEFAULT_BOOKMARK_FILE:lynx_bookmarks.html
DEFAULT_USER_MODE:NOVICE

callisto:~$ egrep -v '^#' < /etc/mailcap | grep ..
image/*; xv %s; test=test -n "$DISPLAY"
audio/*; showaudio %s
message/external-body; showexternal %s %{access-type} %{name} \
        %{site} %{directory} %{mode} %{server}; \
        needsterminal; composetyped = extcompose %s; \
        description="A reference to data stored in an external location"
application/postscript ; lpr %s \; echo SENT FILE TO PRINTER ;\
    description="A Postscript File";
text/plain; shownonascii iso-8859-8 %s; test=test "`echo %{charset} | tr '[A-Z]' '[a-z]'`" = iso-8859-8; copiousoutput
text/plain; shownonascii iso-8859-1 %s; test=test "`echo %{charset} | tr '[A-Z]' '[a-z]'`" = iso-8859-1; copiousoutput
text/plain; kterm -geometry +0+0 -e more %s /dev/null; \
        test=test "`echo %{charset} | tr '[A-Z]' '[a-z]'`" = iso-2022-jp
video/mpeg; mpeg_play %s ; test=test -n "$DISPLAY"
video/*; xanim %s ; test=test -n "$DISPLAY"
application/x-dvi; xdvi %s ;  test=test -n "$DISPLAY"
application/octet-stream; hd; copiousoutput; description="Hex dump of data"

callisto:~$ egrep -v '^#' < .mailcap | grep ..
application/postscript; ghostview %s

callisto:~$ # Don't know version of whole Debian thing (not my machine, and
callisto:~$ # bug-report web page doesn't say how to find out).

callisto:~$ uname -a
Linux callisto 1.3.45 #2 Fri Jan 19 16:44:13 GMT 1996 i586

callisto:~$ ls -l /lib/libc.so.4
lrwxrwxrwx   1 root     root           14 Jan 17 21:49 /lib/libc.so.4 -> libc.so.4.6.27


Reply to: