Ticket #1686: 07_use_default_images_viewer.patch

File 07_use_default_images_viewer.patch, 558 bytes (added by zaytsev, 15 years ago)
  • misc/mc.ext.in

    Comment: use mailcap entry to choose the images viewer
    bug: #544058
    Author: Andreas Tille <tillea@rki.de>
    old new  
    379379        View=sxpm %f 
    380380 
    381381include/image 
    382         Open=if [ "$DISPLAY" = "" ]; then zgv %f; else (gqview %f &); fi 
     382        Open=(see %f &) 
    383383        View=%view{ascii} identify %f 
    384384        #View=%view{ascii} asciiview %f 
    385385