[split] Impossible to place snap decisions on greeter while screen is unlocked
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-notifications |
New
|
Undecided
|
Unassigned | ||
unity8 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
With the current greeter implementation we have a full telephony stack running as lightdm.
When an incoming call arrives the telephony-
Everything works fine when the screen is locked (greeter displayed), but if the screen is unlocked, the approver gets stuck while calling notify_
notify_
If you run the approver manually you will get the following messages:
---------
Failed to show snap decision: Timeout was reached
Failed to get user property "IncomingCallSound" from AccountsService: "Object path cannot be empty"
Failed to get active entry from Unity Greeter: "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."
--------
In such case, the approver gives up on trying to show the snap decision, but in most of times, if you lock the screen to see the greeter, a snap decision is there, but the call does not exist anymore.
Steps to reproduce:
1) install dialer-
2) reboot your device (to get ofono-phonesim running)
3) sometimes the modem is not online, so run this command just to make sure (/usr/share/
4) run this command with the phone locked to check if the greeter is showing snap decisions: /usr/share/
5) unlock the phone, repeat the previous step and let it ring until the incoming call snap decision go away.
6) wait for 30 seconds more before you lock the screen again.
7) the previous notification will be incorrectly shown on the greeter.
These steps are not 100% reproducible, sometimes you get the wrong notification, and sometimes it triggers another bug that no notifications will be displayed anymore on the greeter, not even if you restart the approver.
Changed in unity8: | |
assignee: | nobody → Michael Terry (mterry) |
tags: | added: rtm14 split |
summary: |
- Impossible to place snap decisions on greeter while screen is unlocked + [split] Impossible to place snap decisions on greeter while screen is + unlocked |
tags: | removed: rtm14 |
Changed in unity8 (Ubuntu): | |
assignee: | nobody → Michael Terry (mterry) |
Changed in unity8: | |
assignee: | Michael Terry (mterry) → nobody |
no longer affects: | unity8 |
Changed in unity8 (Ubuntu): | |
assignee: | Michael Terry (mterry) → nobody |
Is this not the same as bug #1325702?