When I try to run the repo version, the error below is raised. I'm on Ubuntu 10.04. $ workrave workrave: ../../src/xcb_io.c:183: process_responses: Assertiva `!(req && current_request && !(((long) (req->sequence) - (long) (current_request)) <= 0))' falhou. Abortado
This crash seems to occur only when the record extension is not available. Make sure it is enabled in your /etc/X11/xorg.conf: Section "Module" Load "record" EndSection Not sure if this is a bug in Workrave; according to Google other applications get this crash as well. I will disable the non-record activity monitoring for now...
In Ubuntu 10.04, /etc/X11/xorg.conf don't exists. But, I fetched your lastest updates and it's works. Do you disabled the non-record activity monitoring or just checking for X Record extension on compile time? BTW, I think this bug is fixed and this issues can be closed.
So far only compile time checking is done. I also want to check at runtime if record is available.
Run time check now also done.