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
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! 🙏
Hi, I ran into (I believe) the same issue and thought I'd come back here to report what I've found. ActivityWatch does, technically, work on Ubuntu 24.04, but since Ubuntu defaults to Wayland (As it should. X11 is dead.) you'd normally have to run with XWayland for apps that haven't been updated to run natively on wayland. You can run with XWayland quite easily, just run export GDK_BACKEND=x11 before ./aw-qt, but your activity will not be properly tracked. This is a known issue, in their FAQ.
They suggest switching to X11 (not a solution in my mind) or using an alternative window watcher. The aw-watcher-wayland does not work on GNOME/Mutter, so you could try switching to sway and using that, or you could do what I did at this point and simply give up.
Steps to reproduce:
sudo activitywatch/aw-qt
For context I am on the Regolith Desktop environment, idk if this makes a difference.
Output: see https://gist.github.com/abhimanyupallavisudhir/b5c133544639ea780c863026cabba844
The text was updated successfully, but these errors were encountered: