Warning: Can't synchronize with repository "(default)" (No changeset 96d22ec3fa3ef6de3ea8dc0d7d398adc9aa071cf in the repository). Look in the Trac log for more information.

Ticket #399 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Suspend override while plugged in gets cancelled by call

Reported by: Nytowl Owned by: jluebbe
Priority: major Milestone: milestone5.5
Component: framework/oeventsd Version:
Keywords: Cc:

Description

The rule

-

while: PowerStatus?() filters: Not(HasAttr?(status, "discharging")) actions: OccupyResource?(Display)

Has no effect once a call has ended

Change History

comment:1 Changed 4 years ago by jluebbe

The problem here is that allowStateTransitionTo in idlenotifier reloads all timeouts. So when the call ends, all timeouts are reenabled.

comment:2 Changed 4 years ago by daniel

  • Owner changed from mickey to jluebbe
  • Component changed from documentation to framework/oeventsd

This is not a documentation issue

comment:3 Changed 4 years ago by jluebbe

This should be fixed by the new idlenotifier, please retest.

comment:4 Changed 4 years ago by Nytowl

Yes this is working now

comment:5 Changed 4 years ago by jluebbe

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.