Thread: Dialcentral 1.0
View Single Post
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#164
I had more time than I expected before work. 1.0.4-3 is now in extras-devel with a couple of fixes. If you are already broken please give it a try.

Known Issues:
  • Keyboard entry for setting notification time doesn't seem to work. I'll hildonize this widget in the next release.
  • I forgot to add DBus error guards around LEDs. Hopefully its less likely to cause issues than alarmd.

Originally Posted by fatboyxpc View Post
Epage, I was just over excited at seeing you added notification support as I've been quite a fan of your work (and addisjon's).

I could always learn xterm a bit better and still try to help out?

Anybody care to just give me the command line stuff to type in to open it up and I can copy and paste the output into here?
Yeah I can understand the excitement. People have been begging for this for a long time.

To launch Dialcentral with debug prints:
Code:
python2.5 /usr/bin/dialcentral.py
To print alarm information
Code:
python2.5 /usr/lib/dialcentral/alarm_handler.py -x
To disable the alarm:
Code:
python2.5 /usr/lib/dialcentral/alarm_handler.py -d
To enable the alarm with 10 minutes between checks:
Code:
python2.5 /usr/lib/dialcentral/alarm_handler.py -e -r 10
To turn off the led. manually (refreshing the message/recent tabs should also turn it off.):
Code:
python2.5 /usr/lib/dialcentral/led_handler.py
To force a check to see if there are any new messages:
Code:
python2.5 /usr/lib/dialcentral/alarm_notify.py
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog

Last edited by epage; 2009-08-17 at 14:08. Reason: Changing formatting
 

The Following 2 Users Say Thank You to epage For This Useful Post: