I am trying to use eog (Eye of gnome) to open multiple images from the terminal. When I provide the path to the images as arguments to eog it works, but it displays the images in alphanumerical order instead of following the order of the arguments. For example:
eog Image2.png Image3.png Image1.png
Opens the three images in order: Image1.png Image2.png Image3.png, instead of keeping the order of the arguments. Is there any way to disable this and force eog the keep the order given from the input arguments in the terminal ?