Merge lp:~stolowski/libunity/home-lens-priority-fix into lp:~unity-team/libunity/libunity-7.0

Proposed by Paweł Stołowski
Status: Merged
Approved by: Michal Hruby
Approved revision: 378
Merged at revision: 379
Proposed branch: lp:~stolowski/libunity/home-lens-priority-fix
Merge into: lp:~unity-team/libunity/libunity-7.0
Diff against target: 12 lines (+1/-1)
1 file modified
data/com.canonical.Unity.Lenses.gschema.xml.in.in (+1/-1)
To merge this branch: bzr merge lp:~stolowski/libunity/home-lens-priority-fix
Reviewer Review Type Date Requested Status
Michal Hruby (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+162991@code.launchpad.net

Commit message

Removed applications.scope from home-lens-priority dconf key. This affects sorting in Home Lens if there are only fuzzy matches in application results and no exact visual match - applications results will most likely not be on the top (depends on results from other scopes).

Description of the change

Removed applications.scope from home-lens-priority dconf key. This affects sorting in Home Lens if there are only fuzzy matches in application results and no exact visual match - applications results will most likely not be on the top (depends on results from other scopes).

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Michal Hruby (mhr3) wrote :

Looks fine, apps are already special-cased.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/com.canonical.Unity.Lenses.gschema.xml.in.in'
2--- data/com.canonical.Unity.Lenses.gschema.xml.in.in 2013-03-21 12:48:50 +0000
3+++ data/com.canonical.Unity.Lenses.gschema.xml.in.in 2013-05-08 15:18:24 +0000
4@@ -17,7 +17,7 @@
5 <description>List of scope IDs that will be ignored when master scopes are querying their subscopes.</description>
6 </key>
7 <key type="as" name="home-lens-priority">
8- <default>['applications.scope', 'files.scope', 'music.scope' ]</default>
9+ <default>['files.scope', 'music.scope' ]</default>
10 <summary>List of scope ids specifying how categories should be ordered in the Dash home screen.</summary>
11 <description>The ordering of categories listed on the Dash home screen will be influenced by this list.</description>
12 </key>

Subscribers

People subscribed via source and target branches

to all changes: