You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was wondering for a long while why I didn't get any activity data visualized despite the buckets being updated regularly. I now noticed I have a 54h 14m 27s long afk event...
Steps to reproduce (haven't tested):
Start a xsession from a tty
Start aw-qt or the modules using systemd or something (so they survive when the xsession ends)
Exit the xsession (without logging out of the tty)
Start the xsession again
aw-watcher-afk will now endlessly send afk events
This probably has to do with KeyboardListener and MouseListener (and, in turn, PyUserInput).
The text was updated successfully, but these errors were encountered:
It's not a good idea to start aw-qt using systemd since it's dependent upon X. Add it to your startup apps in your DE or add it to your .xinitrc and it should work without issues. Might still worth looking into though.
@johan-bjareholt Actually, what I had done was to start it was run aw-qt in a tmux session. When the xserver died, aw-qt crashed, but the server and watchers kept going.
ErikBjare
changed the title
aw-watcher-afk keeps sending not-afk events if xserver if restarted
aw-watcher-afk keeps sending afk events if xserver if restarted
Aug 3, 2017
ErikBjare
changed the title
aw-watcher-afk keeps sending afk events if xserver if restarted
aw-watcher-afk keeps sending afk events if xserver is restarted
Aug 3, 2017
ErikBjare
changed the title
aw-watcher-afk keeps sending afk events if xserver is restarted
Keeps sending afk events if xserver is restarted
Aug 3, 2017
vasuemme111
pushed a commit
to dholendar-27/aw-watcher-afk
that referenced
this issue
Apr 24, 2024
Was wondering for a long while why I didn't get any activity data visualized despite the buckets being updated regularly. I now noticed I have a 54h 14m 27s long afk event...
Steps to reproduce (haven't tested):
aw-qt
or the modules using systemd or something (so they survive when the xsession ends)aw-watcher-afk
will now endlessly send afk eventsThis probably has to do with KeyboardListener and MouseListener (and, in turn, PyUserInput).
The text was updated successfully, but these errors were encountered: