Hi, If I remember correctly, the version in Debian does not use much of consolekit. The ulatencyd core just exports some session information to LUA rules /e.g. ulatency.get_uid_stats()/, but supplied scheduler mappings do not use it and the information is per UID not per session, so it's a bit useless. Though I don't know if missing consolekit is gracefully handled.
Next version will be session based and the scheduler mapping will group processes primary by sessions, not UIDs as it is now. The xwatch module that watches for X server activities will probably depend on session agent too, so the consolekit / logind will be required. There is already general interface to session modules implemented in my fork and the consolekit module. Logind module should be trivial to implement as well. The session agent is auto detected. I will try finish this and release next week and prepare new package. Unfortunately I don't know If I will be available after the next Saturday and generally my future is uncertain. Petr -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

