-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idle detection broken on GNOME #154
Comments
Thanks for reporting all of these bugs! This is a big one. I'll get to work on it right away. |
I've tracked this down to an issue with the D-Bus connection when Furtherance is installed via Flatpak. For now, you can fix this by installing Flatseal and changing Furtherance's permissions to allow I'm working on a permanent fix now. |
The bug was due to a missing permission in the Flatpak manifest ( |
Thank you for the quick response and fix! I can confirm that allowing to talk to flatpak override --user --talk-name=org.freedesktop.Notifications io.unobserved.furtherance |
This is still an issue in v24.10.3, thus I openend #155. |
In the revamped Furtherance based on Iced (v24.10.2), the idle detection is broken on GNOME. I tested with Bluefin (
bluefin-dx:gts
which is currently on GNOME 45.6) and Ubuntu 22.04 (GNOME 42.9), using the Flatpak.When Furtherance is in the foreground while the idle time is exceeded, it crashes:
When Furtherance is not in the foreground, it doesn't crash. But the timer is not paused when the idle time is reached.
The text was updated successfully, but these errors were encountered: