lakoliu / Furtherance

Track your time without being tracked
GNU General Public License v3.0
258 stars 23 forks source link

Crash on starting task #22

Closed thegrasshopper104 closed 2 years ago

thegrasshopper104 commented 2 years ago

Hi, I installed 1.1.0 from Flathub and it crashes everytime after adding a name to a task and clicking the start button.


(furtherance:2): Gtk-WARNING **: 19:41:58.811: Couldn't unexport handle for GdkX11Toplevel surface, unsupported windowing system
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: D-Bus error: The name org.gnome.Mutter.IdleMonitor was not provided by any .service files (org.freedesktop.DBus.Error.ServiceUnknown)', src/ui/window.rs:265:46
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

specs.: Operating System: KDE neon 5.24 KDE Plasma Version: 5.24.4 KDE Frameworks Version: 5.93.0 Kernel Version: 5.13.0-39-generic (64-bit) Graphics Platform: X11 Processors: 8 × Intel® Core™ i7-3770 CPU @ 3.40GHz Memory: 27,4 GiB of RAM

lakoliu commented 2 years ago

It looks like this is an error on KDE because Furtherance can't find the Gnome idle monitor. Thank you for bringing this to my attention, I will work on getting it fixed right away and let you know when I've resolved it. Sorry about that!

lakoliu commented 2 years ago

I've fixed this bug and it will be working in the next release. Thanks again for reporting it!