Screen timeout for system event (e.g. notification) needs to be a shorter duration than the standard inactivity timeout
Bug #1426115 reported by
Pat McGowan
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
kevin gunn | ||
Unity System Compositor |
Fix Released
|
High
|
Alexandros Frantzis | ||
unity-system-compositor (Ubuntu) |
Fix Released
|
High
|
Alexandros Frantzis |
Bug Description
When receiving an SMS notification or a calendar event the screen is left on for the full min or more as set by the user. This is not necessary and not how other phones behave.
I would suggest 15 secs and go direct to suspend.
Related branches
lp://staging/~afrantzis/unity-system-compositor/notification-timeouts
- Alan Griffiths: Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 773 lines (+374/-56)12 files modifiedsrc/CMakeLists.txt (+1/-0)
src/clock.h (+41/-0)
src/mir_screen.cpp (+49/-17)
src/mir_screen.h (+18/-5)
src/power_state_change_reason.h (+2/-1)
src/server.cpp (+19/-2)
src/server.h (+17/-0)
src/steady_clock.cpp (+22/-0)
src/steady_clock.h (+36/-0)
tests/unit-tests/advanceable_timer.cpp (+9/-15)
tests/unit-tests/advanceable_timer.h (+8/-3)
tests/unit-tests/test_mir_screen.cpp (+152/-13)
lp://staging/~afrantzis/powerd/sms-turn-on-screen-for-notification
- PS Jenkins bot: Approve (continuous-integration)
- Kevin DuBois (community): Approve
-
Diff: 23 lines (+2/-1)2 files modifiedsrc/powerd-internal.h (+1/-0)
src/powerd.cpp (+1/-1)
lp://staging/~mterry/telephony-service/notification-timeout
Ready for review
for merging
into
lp://staging/telephony-service
- PS Jenkins bot: Approve (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 11 lines (+1/-1)1 file modifiedindicator/textchannelobserver.cpp (+1/-1)
lp://staging/~mterry/powerd/ussd-turn-on-screen-for-notification
Ready for review
for merging
into
lp://staging/powerd
- PS Jenkins bot: Approve (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 11 lines (+1/-1)1 file modifiedsrc/powerd.cpp (+1/-1)
description: | updated |
Changed in unity-system-compositor (Ubuntu): | |
assignee: | Andreas Pokorny (andreas-pokorny) → Alexandros Frantzis (afrantzis) |
Changed in unity-system-compositor (Ubuntu): | |
assignee: | Alexandros Frantzis (afrantzis) → nobody |
tags: | added: pm-fail |
Changed in canonical-devices-system-image: | |
milestone: | none → ww28-2015 |
summary: |
- Screen timeout for events needs to be a shorter duration than the - standard inactivity timeout + Screen timeout for system event (e.g. notification) needs to be a + shorter duration than the standard inactivity timeout |
Changed in canonical-devices-system-image: | |
milestone: | ww28-2015 → ww34-2015 |
Changed in unity-system-compositor: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Alexandros Frantzis (afrantzis) |
Changed in unity-system-compositor (Ubuntu): | |
assignee: | nobody → Alexandros Frantzis (afrantzis) |
Changed in unity-system-compositor: | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
status: | Confirmed → In Progress |
Changed in unity-system-compositor (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
Changed in unity-system-compositor: | |
status: | Fix Committed → Fix Released |
Changed in unity8 (Ubuntu): | |
assignee: | nobody → Michael Terry (mterry) |
Changed in powerd (Ubuntu): | |
assignee: | nobody → Michael Terry (mterry) |
status: | New → In Progress |
Changed in telephony-service (Ubuntu): | |
assignee: | nobody → Michael Terry (mterry) |
status: | New → In Progress |
no longer affects: | unity8 (Ubuntu) |
Changed in powerd (Ubuntu): | |
importance: | Undecided → High |
Changed in telephony-service (Ubuntu): | |
importance: | Undecided → High |
Changed in canonical-devices-system-image: | |
milestone: | ww34-2015 → ww40-2015 |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I think this is a Unity8 bug, as it's the one that knows when to release the display lock from powerd.