jeremy jozwik <[email protected]> writes: > error reading config file > key file contains key '24hr_format' which has a value that cannot be > interpreted. default configuration will be used
You may simply remove ~/.ffalarmsrc (if you did not customize it) or in ~/.ffalarmsrc change [ledclock] 24hr_format=yes to [ledclock] 24hr_format=true That is because Python version of reading ini-like files allows true|false, yes|no, and 1|0 for boolean values while glib one allows only true|false. > > 2009/6/28 Łukasz Pankowski <[email protected]>: >> Hi >> >> I have just released ffalarms 0.2.3. Features: >> >> - rewritten using Vala/libeflvala/Elementary (same features as 0.2.2) >> >> - avoids suspend and keeps display on during alarm on FSO platform >> (such as SHR) >> >> - note: will not stop alarms added by previous versions of ffalarms >> >> >> Download: >> http://projects.openmoko.org/frs/?group_id=260&release_id=542 >> >> >> Rewrite in Vala took much of my available time. I hope to add recursive >> alarms, but you know well my time limited, slow rate of development :). >> >> Hope it works for You! >> >> _______________________________________________ >> Openmoko community mailing list >> [email protected] >> http://lists.openmoko.org/mailman/listinfo/community >> _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

