Auto-update never fires: check_update signal has no emitter #142

Closed
opened 2026-08-24 11:48:57 -04:00 by mysticalsoap · 0 comments
Owner

The 5-day provider auto-update (aqomui_gui.py update_check, gated on the auto_update setting) is connected to showActive.check_update, but nothing emits it: StatusOnWidget.check_for_update is called from nowhere, and ActiveWidget declares an identical unused signal. Upstream qomui triggered it from PingThread.finished; the wiring was lost in the fork. Decide where the scheduler belongs (the service already owns import_threads and the *_last timestamps) rather than just re-porting the dead trigger. Found surveying for #23.

The 5-day provider auto-update (aqomui_gui.py update_check, gated on the auto_update setting) is connected to showActive.check_update, but nothing emits it: StatusOnWidget.check_for_update is called from nowhere, and ActiveWidget declares an identical unused signal. Upstream qomui triggered it from PingThread.finished; the wiring was lost in the fork. Decide where the scheduler belongs (the service already owns import_threads and the *_last timestamps) rather than just re-porting the dead trigger. Found surveying for #23.
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
mysticalsoap/aqomui#142
No description provided.