I have script with command
fbi -t 10 -T 2 $(find /images -iname "*.jpg" )
Its start fbi with good looking process with proper filenames because i compared with command:
fbi -t 10 -T 2 *.jpg
But this process from script die after couple of seconds (random time) and from the begining dont display image.
Any ideas?