ActivityWatch / activitywatch-old

[DEPRECATED] :watch: Logs your computer activities, a RescueTime replacement.
MIT License
16 stars 2 forks source link

[X11Watcher] Tags out of sync with current application #15

Closed ErikBjare closed 8 years ago

ErikBjare commented 8 years ago

Saw this in the output today, is was pretty common in the log overall.

{
    "start": "2015-10-16T07:52:52.856971",
    "cmd": [
        "python",
        "/usr/share/backintime/kde4/app.py"
    ],
    "tags": [
        "app.py",
        "App.py"
    ],
    "end": "2015-10-16T07:52:54.871024"
},
{
    "start": "2015-10-16T07:52:54.870983",
    "cmd": [
        "/opt/google/chrome/chrome"
    ],
    "tags": [
        "app.py",
        "App.py"
    ],
    "end": "2015-10-16T07:53:20.554564"
}
ErikBjare commented 8 years ago

Also check the command rescuetime uses to regularly lookup the data.

ErikBjare commented 8 years ago

More accurately it was the cmd that was out of sync, fixed in af12bd1.