Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't run on Ubuntu 24.04 #1116

Open
abhimanyupallavisudhir opened this issue Nov 21, 2024 · 3 comments
Open

Doesn't run on Ubuntu 24.04 #1116

abhimanyupallavisudhir opened this issue Nov 21, 2024 · 3 comments

Comments

@abhimanyupallavisudhir
Copy link

Steps to reproduce:

  1. Download and unzip the latest .zip for Linux: https://github.com/ActivityWatch/activitywatch/releases/tag/v0.13.2
  2. Run 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

Copy link

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! 🙏

@HenryHolloway
Copy link

HenryHolloway commented Jan 2, 2025

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.

@xdubx
Copy link

xdubx commented Jan 5, 2025

hello. After some struggle i get the appimage to work. after installing fuse and an missing qt package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants