10-26-2020, 09:24 AM
There are two problems here:
- The explorer starts one Gimp instance for each file, instead of starting one Gimp instance and giving it all the files. Normally a new instance looks an already running one and passes it the file, but if everything is started at the same time, the simultaneous instances may not have the time to show the others that they will take care of things.
- It is likely that the explorer orders the files by their natural order from its point of view, which could be the ordering of file entries in the directory in the file system (that are, in a fresh directory, the order of creation, but will change over time due to renaming, and erasure and re-use of empty entries).