Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.
Some hidden issues may appear, in which case please contact me.
discussed with and ok blind jasper@
Osmo is a handy personal organizer, which includes calendar, tasks
manager and address book modules. It was designed to be a small, easy
to use and good looking PIM tool to help managing personal information.
In its current state the organizer is quite convenient to use - for
example, the user can perform nearly all operations using the keyboard.
Also, a lot of parameters are configurable to meet the user's
preferences. On the technical side, Osmo is GTK+ based tool which uses
a plain XML database to store all personal data.
from Pierre-Emmanuel Andre <pea at raveland dot org> with some tweaks