diff --git a/src/PIL/ImageShow.py b/src/PIL/ImageShow.py index 0c6b9dc98..c3693eb61 100644 --- a/src/PIL/ImageShow.py +++ b/src/PIL/ImageShow.py @@ -207,7 +207,8 @@ class EogViewer(UnixViewer): """The GNOME Image Viewer ``eog`` command.""" def get_command_ex(self, file, **options): - command = executable = "eog" + executable = "eog" + command = "eog -n" return command, executable