summaryrefslogtreecommitdiff
blob: fef002193fd0036a7222d016ef6abda13387b3e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- PIL/Image.py.orig	2009-03-20 18:19:52.184274983 +0000
+++ PIL/Image.py	2009-03-20 18:20:48.605088504 +0000
@@ -2065,9 +2065,7 @@
     else:
         format = None
         if not command:
-            command = "xv"
-            if title:
-                command = command + " -name \"%s\"" % title
+            command = "xdg-open"
 
     if image.mode == "I;16":
         # @PIL88 @PIL101