mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
Merge pull request #5507 from mconst/master
Avoid race condition when displaying images with eog
This commit is contained in:
commit
10d8800ee7
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user