add eog support for Ubuntu Image Viewer

This commit is contained in:
NafisFaysal 2017-11-19 02:08:46 +06:00
parent 2bb78e54f3
commit 3a1f532acf

View File

@ -167,7 +167,7 @@ else:
return command, executable
if which("display"):
register
register(DisplayViewer)
elif which("eog"):
register(EogViewer)