Ticket #544 (closed defect: invalid)
FSO idlenotifier may hang
| Reported by: | riso | Owned by: | mickey |
|---|---|---|---|
| Priority: | minor | Milestone: | cornucopia-0.11 |
| Component: | cornucopia/fsodevice | Version: | milestone5.5 |
| Keywords: | Cc: |
Description
fsodeviced/src/plugins/kernel_idle/plugin.vala:221--222
If displayResourcePreventState equals to IDLE_PRELOCK, the idlestatus timer is not restarted. I assume there should be
(displayResourcePreventState-1)
instead of
FreeSmartphone?.Device.IdleState?.IDLE
Change History
Note: See
TracTickets for help on using
tickets.

Thanks for your bug report, could you create a test case so that we can reproduce the problem?