lynx-dev
[Top][All Lists]
Advanced

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

[Lynx-dev] Viewing images in lynx


From: russellbell
Subject: [Lynx-dev] Viewing images in lynx
Date: Sun, 27 Jun 2021 13:03:43 -0600

        I don't recognize your mailcap entries and the sample mailcap
in my lynx source is different.
        Mine:

        image/bmp;  fbi --autodown -e -noverbose %              
        image/jpeg;  fbi --autodown -e -noverbose %s            
        image/jfif;  fbi --autodown -e -noverbose %s            
        image/gif;  fbi --autodown -e -noverbose %s             
        image/pjpeg;  fbi --autodown -e -noverbose %s           
        image/png; fbi --autodown -e -noverbose %s              
        image/tif; fbi --autodown -e -noverbose %s              
        image/tiff; fbi --autodown -e -noverbose %s

        The sample reads:

# The following line is for sites where xv understands jpeg but xloadimage
# is preferred.
#
# the test line specifies that this viewer should only be used if
# the display variable is set.
image/jpeg; xv %s;  test=test -n "$DISPLAY"

# The following sends all other image subtypes to xloadimage
#image/*; xloadimage %s; ;  test=test -n "$DISPLAY"

# The following sends all other image subtypes to xv
image/*; xv %s; ;  test=test -n "$DISPLAY"

        Trace may point to the problem.

russell bell
        



reply via email to

[Prev in Thread] Current Thread [Next in Thread]