+++ This bug was initially created as a clone of Bug #37115 +++ MeeGo has a new version of iphb that allows a different kind of interval to be passed to iphb_wait(). Currently we pass the minimum and maximum number of seconds we want to be waken up from now. With iphb 0.61.29 we can pass the same interval both as minimum and maximum value and that means we want to be waken up every x seconds (so the first time it could be much shorter). If we use this feature with a set of recommended intervals (used also by other applications) we can get a better power usage as all the application will be waken up at the same time.
Taking.
http://cgit.collabora.com/git/user/bari/telepathy-rakia.git/log/?h=iphb-system-sync contains 3 patches to fix this. Warning: not tested :)
The changes look good. Didn't the iphb developers also provide a function that does what get_system_sync_interval() does in this branch?
(In reply to comment #3) > Didn't the iphb developers also provide a function that does what > get_system_sync_interval() does in this branch? No :( I even asked them if they wanted to copy my code directly, but they didn't see the point...
Merged with the telepathy-sofiasip-0.6 branch.
The release telepathy-sofiasip 0.6.7 has the fix.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.