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
        

_______________________________________________
Lynx-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to