When I tried to create a new appointment with an alarm
i got:
sh: /usr/bin/uschedulecmd: No such file or directory
Traceback (most recent call last):
File "/usr/lib/python2.1/site-packages/gtk.py", line
2003, in __call__
return self.cb(_obj2inst(widget))
File "/usr/local/lib/storm/modules/calendar.py", line
1193, in save_appointment
Appt["alarm_id"] =
self.alarm.set_alarm(Appt["summary"],
Appt["starttime"], Appt["remind_before"])
File "/usr/local/lib/storm/modules/calendar.py", line
484, in set_alarm
uschedule_id = str(uschedule_id_list[7])
IndexError: list index out of range
I realize that this happens because i haven't got that
program but the user should be told that. One doesn't
usually look at the console when we clock save repeated
times and nothing happens.