[trusted prompt sessions] Can't open two prompt sessions at the same time
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mir |
Fix Released
|
High
|
Alan Griffiths | ||
mir (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
current build number: 109
device name: arale
channel: ubuntu-
last update: 2015-09-10 06:07:46
version version: 109
version ubuntu: 20150910
version device: 20150818-0b38025
version custom: 20150814-887-8-46
Steps:
1. Open the note app , and it opens at the regesiter page
2.Don't sign in the note account and open twitter app
Expectation:
After step 2#,we can open the twitter ,and it will at the sign in page
Actual result:
we can't open twitter account ,there is a hint that we can only open one account at the same time :Account window could not be opened. You can only create one account at a time ;please try again after closing all other account windows.
Note: I attached a screenshot
Related branches
- Mir development team: Pending requested
-
Diff: 38 lines (+28/-0)1 file modifiedtests/acceptance-tests/test_prompt_session_client_api.cpp (+28/-0)
- Andreas Pokorny (community): Approve
- Brandon Schaefer (community): Approve
- Mir CI Bot: Approve (continuous-integration)
- Nick Dedekind (community): Approve
-
Diff: 443 lines (+137/-33)13 files modifiedsrc/client/mir_prompt_session.cpp (+3/-2)
src/client/mir_prompt_session.h (+2/-1)
src/client/rpc/mir_display_server.cpp (+2/-2)
src/client/rpc/mir_display_server.h (+2/-2)
src/include/common/mir/protobuf/display_server.h (+2/-2)
src/include/common/mir/protobuf/protocol_version.h (+2/-2)
src/protobuf/mir_protobuf.proto (+8/-0)
src/protobuf/symbols.map (+20/-0)
src/server/frontend/session_mediator.cpp (+33/-12)
src/server/frontend/session_mediator.h (+22/-4)
tests/acceptance-tests/test_prompt_session_client_api.cpp (+35/-0)
tests/include/mir/test/doubles/stub_display_server.h (+2/-2)
tests/unit-tests/client/test_mir_prompt_session.cpp (+4/-4)
Changed in mir: | |
milestone: | none → 0.16.0 |
assignee: | nobody → Alan Griffiths (alan-griffiths) |
assignee: | Alan Griffiths (alan-griffiths) → nobody |
milestone: | 0.16.0 → none |
summary: |
- we can't open two account at the same time + [trusted prompt sessions] Can't open two accounts at the same time |
Changed in mir: | |
assignee: | nobody → Alan Griffiths (alan-griffiths) |
milestone: | none → 0.26.0 |
Changed in mir: | |
status: | Fix Committed → Fix Released |
Reassigning to Mir. This bug happens because only one trust session can be opened at a given time.