X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=dialcentral%2Falarm_handler.py;fp=dialcentral%2Falarm_handler.py;h=31c036117b6734dd2b0589cb1af4bd014416702d;hb=d6bf8ee15f782ba81070746c8788680c0672d08a;hp=16ab6eb55dff4237f2c405ff440f4fbc7871fd15;hpb=ab74b610605d8a26295cebc47f6411bbb2694929;p=gc-dialer diff --git a/dialcentral/alarm_handler.py b/dialcentral/alarm_handler.py index 16ab6eb..31c0361 100644 --- a/dialcentral/alarm_handler.py +++ b/dialcentral/alarm_handler.py @@ -98,7 +98,7 @@ class _FremantleAlarmHandler(object): _INVALID_COOKIE = -1 _REPEAT_FOREVER = -1 _TITLE = "Dialcentral Notifications" - _LAUNCHER = os.path.abspath(os.path.join(os.path.dirname(__file__), "alarm_notify.py")) + _LAUNCHER = "python %s" % os.path.abspath(os.path.join(os.path.dirname(__file__), "alarm_notify.py")) def __init__(self): self._recurrence = 5 @@ -180,7 +180,7 @@ class _DiabloAlarmHandler(object): _INVALID_COOKIE = -1 _TITLE = "Dialcentral Notifications" - _LAUNCHER = os.path.abspath(os.path.join(os.path.dirname(__file__), "alarm_notify.py")) + _LAUNCHER = "python %s" % os.path.abspath(os.path.join(os.path.dirname(__file__), "alarm_notify.py")) _REPEAT_FOREVER = -1 def __init__(self):