The Following User Says Thank You to n900-dk For This Useful Post: | ||
|
2010-09-28
, 07:08
|
Posts: 24 |
Thanked: 2 times |
Joined on Feb 2010
|
#322
|
The Following User Says Thank You to atikin For This Useful Post: | ||
|
2010-09-28
, 07:12
|
Posts: 96 |
Thanked: 6 times |
Joined on May 2010
@ Adelaide, Australia
|
#323
|
For that, you need to send messages to telepathy over dbus. Search forum for that, there have been some hints.
|
2010-09-28
, 18:54
|
Posts: 187 |
Thanked: 345 times |
Joined on Nov 2009
|
#324
|
Guess you could use the '/usr/bin/im-connections'-script from http://wiki.maemo.org/N900_Mission_C...ively_from_CLI
Another option would be greatly appreciated: IM status changing. For those like me lost in the scripts and libs to find, set up and modify... I tried but gave up for now...
|
2010-10-01
, 20:33
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#325
|
I'm having this problem too. I've tried installing pyside-qt4 0.4.0-1maemo4 as per recomendation, and also a newer version (0.4.1-1maemo2) which I think has been made available since your post...
Any help greatly appreciatedCode:/opt/alarmed $ ./alarmed.py :: Starting alarmed GUI Traceback (most recent call last): File "./alarmed.py", line 91, in <module> import alarmed_gui File "/opt/alarmed/alarmed_gui.py", line 9, in <module> from PySide import QtCore, QtGui, QtMaemo5 File "/usr/lib/python2.5/site-packages/PySide/__init__.py", line 2, in <module> import private File "/usr/lib/python2.5/site-packages/PySide/private.py", line 2, in <module> from QtCore import __moduleShutdown ImportError: /usr/lib/python2.5/site-packages/PySide/QtCore.so: undefined symbol: _ZN6PySide14signal_connectEP7_objectPKcS1_
|
2010-10-07
, 18:20
|
Posts: 38 |
Thanked: 4 times |
Joined on Mar 2010
@ Sweden
|
#326
|
|
2010-10-08
, 10:35
|
Posts: 187 |
Thanked: 345 times |
Joined on Nov 2009
|
#327
|
00 14 7 * *
The Following User Says Thank You to shapeshifter For This Useful Post: | ||
|
2010-10-08
, 11:38
|
Posts: 38 |
Thanked: 4 times |
Joined on Mar 2010
@ Sweden
|
#328
|
Once a month doesn't get repeated? That's odd.
You could also try using the "cron syntax" option and put in something like
This should run the reset every 7th day of the month at 14:00.Code:00 14 7 * *
|
2010-10-08
, 12:04
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#329
|
The Following 2 Users Say Thank You to jedi For This Useful Post: | ||
|
2010-10-20
, 11:59
|
Posts: 569 |
Thanked: 462 times |
Joined on Jul 2010
@ USA
|
#330
|
Guess you could use the '/usr/bin/im-connections'-script from http://wiki.maemo.org/N900_Mission_C...ively_from_CLI