[dash] Apps lens shows no result by default
Bug #834571 reported by
Moisa Doru
This bug affects 13 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Music Lens |
Fix Released
|
Medium
|
Neil J. Patel | ||
Unity |
Fix Released
|
High
|
Neil J. Patel | ||
libunity |
Fix Released
|
Critical
|
Neil J. Patel | ||
unity-2d |
Fix Released
|
Critical
|
Florian Boucault | ||
unity-lens-applications |
Fix Released
|
Undecided
|
Neil J. Patel | ||
unity-lens-files |
Fix Released
|
Undecided
|
Neil J. Patel | ||
libunity (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
unity (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
unity-2d (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
unity-lens-applications (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
unity-lens-files (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
unity-lens-music (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Click on Dash home, then click on "Media Apps", "Internet Apps" or "More Apps". The apps list is not getting populated (see the attached screenshot).
Unity-2d version: 4.2.0
~$ sudo apt-cache policy unity-2d
unity-2d:
Installed: 4.2.0-0ubuntu1
Candidate: 4.2.0-0ubuntu1
Version table:
*** 4.2.0-0ubuntu1 0
500 http://
100 /var/lib/
Related branches
lp://staging/~njpatel/unity-lens-applications/fix-initial-results
- Mikkel Kamstrup Erlandsen (community): Approve
- Diff: 0 lines
lp://staging/~njpatel/unity-lens-files/fix-initial-results
- Mikkel Kamstrup Erlandsen (community): Approve
-
Diff: 16 lines (+1/-5)1 file modifiedsrc/utils.vala (+1/-5)
lp://staging/~njpatel/unity-lens-music/fix-initial-results
- Mikkel Kamstrup Erlandsen (community): Approve
-
Diff: 21 lines (+1/-5)1 file modifiedsrc/banshee-scope.vala (+1/-5)
lp://staging/~njpatel/unity/remove-initial-result-hacks
- Mirco Müller (community): Approve
-
Diff: 17 lines (+0/-7)1 file modifiedplugins/unityshell/src/LensView.cpp (+0/-7)
lp://staging/~fboucault/unity-2d/dash_default_resuts_non_empty
- Gerry Boland: Pending requested
-
Diff: 82 lines (+33/-7)2 files modifiedlibunity-2d-private/src/lens.cpp (+30/-7)
libunity-2d-private/src/lens.h (+3/-0)
Changed in unity-2d (Ubuntu): | |
status: | New → Confirmed |
Changed in unity-2d: | |
importance: | Undecided → Critical |
summary: |
- Apps list is not populated + [dash] Apps lens shows no result by default |
Changed in unity-2d: | |
milestone: | none → 4.4 |
status: | New → Confirmed |
Changed in unity-2d: | |
assignee: | nobody → Florian Boucault (fboucault) |
tags: | added: iso-testing |
Changed in unity-2d: | |
status: | Confirmed → In Progress |
Changed in unity-2d (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in unity-2d: | |
milestone: | 4.4 → 4.6 |
Changed in unity: | |
assignee: | nobody → Neil J. Patel (njpatel) |
importance: | Undecided → High |
milestone: | none → 4.14.0 |
status: | New → Triaged |
Changed in unity-lens-music: | |
milestone: | none → 0.1.4 |
assignee: | nobody → Neil J. Patel (njpatel) |
importance: | Undecided → Medium |
status: | In Progress → Fix Committed |
Changed in unity-lens-applications: | |
milestone: | none → 0.4.4 |
Changed in unity-lens-files: | |
milestone: | none → 0.6.4 |
Changed in unity-2d (Ubuntu): | |
importance: | Undecided → High |
Changed in unity: | |
status: | In Progress → Fix Committed |
Changed in unity-lens-files: | |
status: | In Progress → Fix Committed |
Changed in unity-lens-applications: | |
status: | In Progress → Fix Committed |
assignee: | nobody → Neil J. Patel (njpatel) |
Changed in unity-lens-files: | |
assignee: | nobody → Neil J. Patel (njpatel) |
Changed in unity-2d: | |
status: | In Progress → Fix Committed |
Changed in unity-2d (Ubuntu): | |
status: | In Progress → Fix Committed |
Changed in libunity: | |
status: | Invalid → Fix Released |
Changed in unity-2d: | |
status: | Fix Committed → Fix Released |
Changed in unity: | |
status: | Fix Committed → Fix Released |
Changed in unity-2d: | |
status: | Fix Released → In Progress |
milestone: | 4.6 → 4.8 |
Changed in unity-2d: | |
status: | In Progress → Fix Committed |
Changed in unity-2d: | |
status: | Fix Committed → Fix Released |
Changed in unity-lens-applications: | |
status: | Fix Committed → Fix Released |
Changed in unity-lens-files: | |
status: | Fix Committed → Fix Released |
Changed in unity-lens-music: | |
status: | Fix Committed → Fix Released |
Changed in unity-lens-applications (Ubuntu): | |
status: | New → Fix Released |
Changed in unity-lens-files (Ubuntu): | |
status: | New → Fix Released |
Changed in unity-lens-music (Ubuntu): | |
status: | New → Fix Released |
Changed in unity-2d: | |
status: | Fix Released → Fix Committed |
Changed in unity-2d: | |
status: | Fix Committed → Fix Released |
Changed in unity (Ubuntu): | |
status: | New → Fix Released |
To post a comment you must log in.
The bug is actually in the lenses themselves.
Unity has a hack to workaround the issue (introduced by bzr revision 1405.1.5):
In plugins/ unityshell/ src/LensView. cpp:
Categories::Ptr categories = lens_->categories; >count( )) ->Search( "---"); ->Search( "");
if (category.index + 1 == categories-
{
lens_
lens_
}