On a dual monitor setup, one panel’s clock widget stopped updating, a bit more than an hour ago at the time of this report. The other’s monitor’s continues working just fine, the panel continues behaving normally for both.
By chance, this occured in a debug run, so i was able to pause the program, set a breakpoint, and see that WayfireClock::update_label was only called by the clock that was running fine.
Steps to reproduce : No idea.
My best guess is that the timeout signal, calling WayfireClock::update_label every second, somehow got disconnected.