aw-watcher-web icon indicating copy to clipboard operation
aw-watcher-web copied to clipboard

Firefox doesn't show data in view, but bucket has data (Fedora | Gnome | awatcher)

Open greenpixels opened this issue 5 months ago • 2 comments

Setup:

  • OS: Fedora 42, Gnome
  • Browser: Firefox, installed via "Software"
  • Using awatcher via serviced
  • ActivityWatcher version v0.13.2
  • Firefox Addon version v0.5.2

Issues: View for browser data does not show any data

Other watchers work

Image Image

But all browser data is empty

Image

greenpixels avatar Jul 11 '25 23:07 greenpixels

Fixed in https://github.com/ActivityWatch/aw-webui/pull/623 It'll be available in next ActivityWatch release

BelKed avatar Jul 12 '25 10:07 BelKed

Yea I don't think a release is happening anytime soon ... Thank you for the hint, I just built from source.

For anyone wondering and stumbling upon this:

(Have node and git installed)

git clone https://github.com/ActivityWatch/aw-webui.git
cd aw-webui
git submodule init
git submodule update
npm i
npm run build
rm -r  {WHEREVER_YOU_INSTALLED_AW}/aw-server/aw_server/static/*
cp -r ./dist/* {WHEREVER_YOU_INSTALLED_AW}/aw-server/aw_server/static/

greenpixels avatar Jul 12 '25 13:07 greenpixels