-
Notifications
You must be signed in to change notification settings - Fork 44
[X11, Ubuntu 25.04] No data is received by wakatime #112
Copy link
Copy link
Closed as duplicate of#44
Labels
Description
I am still getting this one on Ubuntu 25.04. Pervasive--I built from source, used appimagelauncher, didn't use appimagelauncher, etc, etc.
Originally posted by @zudsniper in #104
I was not actually referring to the correct issue here -- I am on X11, and I can successfully install the app from the AppImage. However, if I attempt to open the "Monitored Apps" window, the app crashes.
I checked the log files, and the reason I am not seeing any data from the desktop app is definitely that all apps are not monitored, as evidenced by this snippet of the logs:
2025-10-03 07:54:05.410: [WakaTime][DEBUG] Not monitoring org.gnome.Nautilus: /usr/bin/nautilus
2025-10-03 07:54:07.589: [WakaTime][DEBUG] App changed from org.gnome.Nautilus to dev.zed.Zed
2025-10-03 07:54:07.589: [WakaTime][DEBUG] Not monitoring dev.zed.Zed: /var/lib/flatpak/app/dev.zed.Zed/x86_64/stable/df179eea9654a76012fbe6aa8085dbf5f2cd2e1f9e323852f2ca4e8805a2ce54/files/libexec/zed-editor
2025-10-03 07:54:11.270: [WakaTime][DEBUG] App changed from dev.zed.Zed to org.gnome.Nautilus
2025-10-03 07:54:11.271: [WakaTime][DEBUG] Not monitoring org.gnome.Nautilus: /usr/bin/nautilus
2025-10-03 07:54:20.178: [WakaTime][DEBUG] App changed from org.gnome.Nautilus to dev.zed.Zed
2025-10-03 07:54:20.178: [WakaTime][DEBUG] Not monitoring dev.zed.Zed: /var/lib/flatpak/app/dev.zed.Zed/x86_64/stable/df179eea9654a76012fbe6aa8085dbf5f2cd2e1f9e323852f2ca4e8805a2ce54/files/libexec/zed-editor
2025-10-03 07:54:35.045: [WakaTime][DEBUG] App changed from dev.zed.Zed to kitty
2025-10-03 07:54:35.045: [WakaTime][DEBUG] Not monitoring kitty: /home/jason/.local/kitty.app/bin/kitty
2025-10-03 07:54:36.551: [WakaTime][DEBUG] App changed from kitty to dev.zed.Zed
2025-10-03 07:54:36.551: [WakaTime][DEBUG] Not monitoring dev.zed.Zed: /var/lib/flatpak/app/dev.zed.Zed/x86_64/stable/df179eea9654a76012fbe6aa8085dbf5f2cd2e1f9e323852f2ca4e8805a2ce54/files/libexec/zed-editor
2025-10-03 07:54:44.476: [WakaTime][DEBUG] App changed from dev.zed.Zed to desktop-wakatime
2025-10-03 07:54:44.476: [WakaTime][DEBUG] Not monitoring desktop-wakatime: /tmp/.mount_wakatidOTPOd/desktop-wakatime
My initial suspicion is that this is an issue related to flatpak permissions? but I don't really understand why that would cause this, honestly. Any help would be appreciated.
Reactions are currently unavailable