timekpr-next:experimental

Last commit made on 2025-05-22
Get this branch:
git clone -b experimental https://git.launchpad.net/timekpr-next
Only Eduards Bezverhijs can upload to this branch. If you are Eduards Bezverhijs please log in for upload directions.

Branch merges

Branch information

Name:
experimental
Repository:
lp:timekpr-next

Recent commits

e9cae10... by Eduards Bezverhijs

fixed a bug in TNL notifications

880c098... by Eduards Bezverhijs

avoid spent value reset when last login was more than 3 years ago
  this prevents CMOS reset bug and saves current time spent for the
  ones why try to abuse this

3d8d358... by Eduards Bezverhijs

version & changelog

3273d44... by Eduards Bezverhijs

another tentative fix for CMOS bug (set time far in the future)
  since it is known now that sometimes CMOS goes bad and sets time
  far in the future, all time checks need to be aware of large
  negative diffs, so put up abs for comparisons too, to avoid
  situations where control files and so on are not saved when
  this happens
ofc, this CMOS bug is exceptionally rare, so it may never surface
  again, but at least timekpr can somewhat handle this

07d1b5a... by Eduards Bezverhijs

indicate kill option in comments too

741dda9... by Eduards Bezverhijs

version and changelog

5d32143... by Eduards Bezverhijs

small adjustments for README

de7c480... by Eduards Bezverhijs

trying to avoid miscalculation of time
  in case CMOS batterry is misbehaving which potentially makes
  time go back or forth in inappropriate moment, which results
  in wrong time accouting
  this is very rare when this happens and it's not clear yet
  how and what happens for that particular user, so this might
  not fix the issue fully, however it's worth a shot to try to
  fix this

0d6bf7d... by Eduards Bezverhijs

translations for kill sessions option

1f712dc... by Eduards Bezverhijs

add "kill sessions" option as an alternative to "terminate sessions"
  as sometimes terminate does not work (example: KUbuntu 24.04)