derf / feh

a fast and light image viewer
https://feh.finalrewind.org
Other
1.56k stars 159 forks source link

image opened by thumbnail mode is in position 0 of the filelist #75

Open lolnameless opened 12 years ago

lolnameless commented 12 years ago

1. $ feh -tSsize /path/to/images/

2. click on an image

what i expected: the image opens in slideshow mode, in filelist specified by command( /path/to/images/ ), in order specified by command (-Ssize, sort by size)

what happened: the image opens in slideshow mode, press d, that's what it draws: /path/to/images/someimage.jpg 0 of number_of_file_in_filelist press n nothing happens press p nothing happens press home/end/....etc nothing

derf commented 12 years ago

Yeah, right now thumbnail mode opens each image as single file when clicking it and does not support any filelist actions in the image window. This is a design issue.

I might fix that, but really can't tell when I'll get around to it.