# HG changeset patch # User Malte Bayer # Date 1351446783 -3600 # Node ID bb00e6994e5e7df82f9705b3784e1ae48d3f6453 # Parent 350d7b571ad957651adb1540ea8d9a85b5cc8ee3 typo... diff -r 350d7b571ad9 -r bb00e6994e5e slotUI/SlotCli.py --- a/slotUI/SlotCli.py Sun Oct 28 18:46:03 2012 +0100 +++ b/slotUI/SlotCli.py Sun Oct 28 18:53:03 2012 +0100 @@ -51,7 +51,7 @@ def trigger_event(what): trigger_sound(what) - Popen([os.path.abspath(EVENTPREFIX + what)]) + Popen(["/bin/sh", os.path.abspath(EVENTPREFIX + what)]) class SlotCli(): def __init__(self, test = None, dev=""):