Skip to content

Commit

Permalink
fix OS X bug (restarting the dock)
Browse files Browse the repository at this point in the history
  • Loading branch information
boramalper committed Aug 18, 2016
1 parent b154663 commit cdcda60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion himawaripy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def set_background(file_path):
'set theDesktops to a reference to every desktop\n'
'repeat with aDesktop in theDesktops\n'
'set the picture of aDesktop to \"' + file_path + '"\nend repeat\nend tell'])
subprocess.call(["killall", "Dock"])
elif de == "kde":
if plasma_version() > LooseVersion("5.7"):
''' Command per https://github.com/boramalper/himawaripy/issues/57
Expand Down

0 comments on commit cdcda60

Please sign in to comment.