[scopes] Launching a scope once installed is broken
Bug #1410337 reported by
Jouni Helminen
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Undecided
|
Unassigned | ||
Ubuntu UX |
Fix Released
|
High
|
Paty Davila | ||
unity-scopes-shell (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
unity8 (Ubuntu) |
Fix Released
|
High
|
Andrea Cimitan | ||
unity8 (Ubuntu RTM) |
New
|
Undecided
|
Unassigned |
Bug Description
Current situation:
1) Search for a scope in app store (for example "Cinema").
2) Install it
3) After installation, you have two buttons: Uninstall and Search.
4) Tap Search.
Instead of being taken to the scope, you get taken to a nested installation screen. If installing it for 2nd time from there, Search button doesn't do anything after 2nd install.
Fix:
"Search" button should take you directly to the scope you just installed.
Also "Search" doesn't sound like a clear word for opening the scope, maybe consider "Open" instead?
Related branches
lp://staging/~cimi/unity8/fix-open-new-scope-from-tmp
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Albert Astals Cid (community): Approve
- Michał Sawicz: Pending requested
-
Diff: 420 lines (+130/-23)14 files modifieddebian/control (+2/-2)
qml/Dash/Dash.qml (+6/-8)
qml/Dash/DashContent.qml (+1/-2)
tests/mocks/Unity/CMakeLists.txt (+1/-1)
tests/mocks/Unity/fake_previewmodel.cpp (+15/-1)
tests/mocks/Unity/fake_previewmodel.h (+7/-1)
tests/mocks/Unity/fake_previewstack.cpp (+2/-2)
tests/mocks/Unity/fake_previewstack.h (+3/-1)
tests/mocks/Unity/fake_previewwidgetmodel.cpp (+1/-0)
tests/mocks/Unity/fake_scope.cpp (+5/-5)
tests/mocks/Unity/fake_scopes.cpp (+12/-0)
tests/mocks/Unity/fake_scopes.h (+5/-0)
tests/mocks/Unity/fake_scopesoverview.cpp (+1/-0)
tests/qmltests/Dash/tst_Dash.qml (+69/-0)
lp://staging/~stolowski/unity-api/scopes-close-scope
- Albert Astals Cid (community): Approve
-
Diff: 63 lines (+15/-1)5 files modifieddebian/changelog (+6/-0)
include/unity/shell/scopes/CMakeLists.txt (+1/-1)
include/unity/shell/scopes/ScopesInterface.h (+2/-0)
test/qmltest/mocks/plugins/Unity/Scopes/Mocks/MockScopes.cpp (+5/-0)
test/qmltest/mocks/plugins/Unity/Scopes/Mocks/MockScopes.h (+1/-0)
lp://staging/~stolowski/unity-scopes-shell/fix-temp-scopes
- Albert Astals Cid (community): Approve
- Michał Sawicz: Needs Fixing
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
-
Diff: 188 lines (+39/-20)7 files modifieddebian/control (+2/-1)
src/Unity/CMakeLists.txt (+1/-1)
src/Unity/scope.cpp (+6/-9)
src/Unity/scope.h (+0/-2)
src/Unity/scopes.cpp (+23/-6)
src/Unity/scopes.h (+6/-0)
tests/CMakeLists.txt (+1/-1)
Changed in unity8 (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Andrea Cimitan (cimi) |
Changed in ubuntu-ux: | |
status: | New → Triaged |
assignee: | nobody → James Mulholland (jamesjosephmulholland) |
importance: | Undecided → High |
Changed in unity8 (Ubuntu): | |
status: | Incomplete → In Progress |
Changed in ubuntu-ux: | |
assignee: | James Mulholland (jamesjosephmulholland) → Paty Davila (dizzypaty) |
summary: |
- Launching a scope once installed is broken + [scopes] Launching a scope once installed is broken |
Changed in ubuntu-ux: | |
status: | Triaged → Fix Released |
Changed in canonical-devices-system-image: | |
status: | New → Fix Released |
To post a comment you must log in.
what should happen when tapping open/search? any animation?
what should happen when tapping back from the new opened scope? going back to store or dash?