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
I recently upgraded sway to use the git version, not the release version (from last February).
activitywatch runs fine, but this wayland window watcher does not.
I get the following error:
aw-watcher-window-wayland
### Setting up display
### Fetching wayland globals
### Setting up toplevel manager
### Setting up idle timeout
thread 'main' panicked at 'Wayland session does not expose a Idle object, this window manager is most likely not supported: Missing', src/idle.rs:79:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
After poking at this and looking at the commit logs of Sway, perhaps this commit in the sway project is the culprit?
commit 7cf4e1d5c68d764037f78cbffb167a4cc763c6c1
Author: Simon Ser <[email protected]>
Date: Mon Jun 19 21:22:23 2023 +0200
Drop support for KDE's idle protocol
We support the standard idle-notify protocol since Sway 1.8.
If this is unrelated, I'd be grateful for pointers to how to fix this.
The text was updated successfully, but these errors were encountered:
ErikBjare
changed the title
Error launching under the latest version of Sway
Error launching under the latest version of Sway: dropped KDE idle protocol in favor of standard idle-notify
Jan 8, 2024
I recently upgraded sway to use the git version, not the release version (from last February).
activitywatch runs fine, but this wayland window watcher does not.
I get the following error:
After poking at this and looking at the commit logs of Sway, perhaps this commit in the sway project is the culprit?
If this is unrelated, I'd be grateful for pointers to how to fix this.
The text was updated successfully, but these errors were encountered: