From 94d3a88b5a8bc86b22bce8d8fa0eec7eb33a395a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 17 Jun 2017 15:38:24 +1000 Subject: [PATCH] General: Fix osascript quoting --- wal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wal.py b/wal.py index f3713ed..3129d4c 100644 --- a/wal.py +++ b/wal.py @@ -203,7 +203,7 @@ def set_wallpaper(img): elif OS == "Darwin": call(["osascript", "-e", "'tell application \"Finder\" to set \ - desktop picture to POSIX file \"'\"", img, "\""]) + desktop picture to POSIX file\'", img, "\'"]) else: call(["gsettings", "set", "org.gnome.desktop.background",