scope:// url dispatching does not correctly work if a non favorite scope is shown
Bug #1364306 reported by
Benjamin Zeller
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity8 (Ubuntu) |
Fix Released
|
High
|
Albert Astals Cid |
Bug Description
When the currently active scope is not marked as a favourite it is not
possible to switch to a different scope (e.g scope://clickscope) with the
URL dispatcher. It just seems to be ignored.
Example:
-> Amazon scope is not in favourites and visible
-> run "url-dispatcher scope://clickscope" from the shell
-> it will be ignored.
Related branches
lp://staging/~aacid/unity8/urldispatcher_hideeverything
- Michael Zanetti (community): Approve
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
-
Diff: 195 lines (+89/-22)6 files modifiedqml/Dash/Dash.qml (+26/-13)
qml/Dash/DashContent.qml (+0/-5)
tests/mocks/Unity/fake_scope.cpp (+9/-0)
tests/mocks/Unity/fake_scope.h (+4/-2)
tests/qmltests/Dash/tst_Dash.qml (+49/-1)
tests/qmltests/Dash/tst_GenericScopeView.qml (+1/-1)
Changed in unity8 (Ubuntu): | |
importance: | Undecided → High |
status: | New → Triaged |
no longer affects: | unity8 |
Changed in unity8 (Ubuntu): | |
assignee: | nobody → Albert Astals Cid (aacid) |
status: | Triaged → Won't Fix |
status: | Won't Fix → In Progress |
To post a comment you must log in.
Confirmed, we only talk to the current scope in dash, not to any of {non-fav scope, overview, non-fav over overview}, which we should.