-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Description
Bug Report
OS: Garuda Linux (Arch-based)
Desktop: KDE Plasma (Wayland)
WakaTime version: v2.1.6
Install method: AppImage (wakatime-linux-x86_64.AppImage)
Issue:
The app crashes immediately when launching the AppImage on Wayland with the following error:
thread '<unnamed>' panicked at x-win-rs/src/linux/api/wayland\_extension\_api.rs:206:6:
called `Result::unwrap()` on an `Err` value: MethodError("org.freedesktop.DBus.Error.ServiceUnknown", Some("The name is not activatable"), ...)
Expected behavior:
AppImage should launch the tray app or at least handle Wayland gracefully instead of crashing.
Steps to reproduce:
- Download the latest AppImage
- Mark executable:
chmod +x wakatime-linux-x86_64.AppImage - Run via terminal
- Crash occurs instantly on Wayland
Temporary workaround:
Switching session to X11 avoids the crash but still unstable.
Request:
- Add proper error handling for missing DBus services
- Improve Wayland support or detect and warn users
aamirazad, Logabe, Kamidzu9, HEJOK254, ShreckYe and 2 more