|
2010-09-26
, 10:45
|
Posts: 187 |
Thanked: 345 times |
Joined on Nov 2009
|
#312
|
The Following User Says Thank You to shapeshifter For This Useful Post: | ||
|
2010-09-26
, 10:55
|
Posts: 96 |
Thanked: 6 times |
Joined on May 2010
@ Adelaide, Australia
|
#313
|
|
2010-09-26
, 11:59
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#314
|
Seems like the problem is back. Apparently, such compatibility issues happen with pyside. Not sure why, as I'm not involved in the process.
In any case, I reopened the bug report and we'll wait for an answer...
http://bugs.openbossa.org/show_bug.cgi?id=275
|
2010-09-26
, 16:09
|
Posts: 187 |
Thanked: 345 times |
Joined on Nov 2009
|
#315
|
Has anyone seen any 'easy' guides to manually add an entry to the .ini file so I can run a script I've written on a daily basis?
cd /opt/alarmed/ ./alarmed.py -h
Nokia-N900:~# /opt/alarmed/alarmed.py -C -T "my event" -c '12 18 * * *' -E 'echo "test" > /tmp/testfile' Event added successfully. ID: 23 Nokia-N900:~# /opt/alarmed/alarmed.py -CL Event ID: 23 cron: ['12', '18', '*', '*', '*'] schedule: Cron String title: my event enabled: 1 content: echo "test" > /tmp/testfile ttime: 1285517519 datetime: 26.09.2010, 18:11 type: Command execution
The Following User Says Thank You to shapeshifter For This Useful Post: | ||
|
2010-09-26
, 19:33
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#316
|
|
2010-09-27
, 01:07
|
Posts: 96 |
Thanked: 6 times |
Joined on May 2010
@ Adelaide, Australia
|
#317
|
Hi
I am hoping someone can help me.
Does anyone know what code/command I can use to get alarmed to automatically set my status to "online"?
I'd like to set up Alarmed so that I go "online" with my SIP, MSN and Skype at 8am every morning.
|
2010-09-27
, 08:29
|
Posts: 49 |
Thanked: 31 times |
Joined on Dec 2009
@ Moscow, Russia
|
#318
|
Could you please open a terminal and run Alarmed from the command line?
Then reproduce the problem you describe and look what it says in the terminal and post the output. Thanks.Code:/opt/alarmed/alarmed.py
Error calling slot "saveEvent" Traceback (most recent call last): File "/opt/alarmed/alarmed_gui.py", line 566, in saveEvent eventInfo["title"] = str(self.titlePicker.text()) UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-4: ordinal not in range(128)
The Following User Says Thank You to yoush For This Useful Post: | ||
|
2010-09-27
, 08:34
|
Posts: 49 |
Thanked: 31 times |
Joined on Dec 2009
@ Moscow, Russia
|
#319
|
|
2010-09-27
, 11:35
|
|
Posts: 2,050 |
Thanked: 1,425 times |
Joined on Dec 2009
@ Bucharest
|
#320
|
Oh, one more thing. The deletion issue brought another: editing and alarm now duplicates it. Presumably, instead of editing, you delete and readd the alarm, so editing duplicates.
The Following User Says Thank You to ndi For This Useful Post: | ||
May the source be with you.