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
I have searched the issues of this repo and believe that this is not a duplicate.
OS name and version: Fedora Workstation 40
ActivityWatch version: Version: v0.13.1
Describe the bug
Editor times are not added to total for category.
To Reproduce
Edit a file which has been properly tagged, but do so in a way that the editor window's title does not change to reflect the file you are editing. This happens for me because I am editing inside of vim, in a terminal which is using tmux (where the window titles summarize what I am running in that pane).
All the data is there in the tag information, it appears to be properly labeled, but if you compare the summed time it is clearly missing the editor file times.
Expected behavior
Editor file times are added. In my screenshot, this should at least exceed 38 minutes.
Documentation
Additional context
The text was updated successfully, but these errors were encountered:
Hi there!
As you're new to this repo, please make sure you've used an appropriate issue template and searched for duplicates (it helps us focus on actual development!). We'd also like to suggest that you read our contribution guidelines and our code of conduct.
Thanks a bunch for opening your first issue! 🙏
This happens for me because I am editing inside of vim, in a terminal which is using tmux (where the window titles summarize what I am running in that pane).
I also use tmux+vim. You can configure the title line in tmux + vim to include the filepath.
Describe the bug
Editor times are not added to total for category.
To Reproduce
Edit a file which has been properly tagged, but do so in a way that the editor window's title does not change to reflect the file you are editing. This happens for me because I am editing inside of vim, in a terminal which is using tmux (where the window titles summarize what I am running in that pane).
All the data is there in the tag information, it appears to be properly labeled, but if you compare the summed time it is clearly missing the editor file times.
Expected behavior
Editor file times are added. In my screenshot, this should at least exceed 38 minutes.
Documentation
Additional context
The text was updated successfully, but these errors were encountered: