Open jjramsey opened 7 months ago
I still see the same problem after switching to KDE 6 on Wayland. The only difference is that instead if clicking the "Suspend" menu item in GNOME shell, I click the "Sleep" button in KDE's Application Menu.
Looks like the symptoms are similar to the ones for this bug found on Windows here: https://github.com/rcaelers/workrave/issues/540
I confirm the problem on Fedora Linux 40, self-compiled workrave with default configuration.
Describe the bug Workrave does not seem to recognize that when my desktop is suspended (i.e., I click "Suspend" in the GNOME menu and leave the machine alone). When I wake up from suspension, the rest break window appears, and the status indicator of Workrave indicates that my rest break is overdue by roughly however long I've been suspended (minus the length of the rest break?).
To Reproduce Steps to reproduce the behavior:
Expected behavior Workrave should recognize that the computer has been idle and not prompt for a rest break.
Screenshots This is what I saw after the last time my desktop woke up from suspension:
Linux
Additional context I'm running on Wayland, and the "Force the use of X11 on Wayland" is unchecked. I installed Workrave via the AUR (https://aur.archlinux.org/packages/workrave-git) but modified the PKGBUILD file so that Workrave is built with the
-DWITH_GNOME45=ON
and-DHAVE_WAYLAND:BOOL=TRUE
CMake flags.