non-existent icons are referenced: category-available and category-installed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity |
Fix Released
|
Undecided
|
Unassigned | ||
unity-lens-applications |
Fix Released
|
Low
|
Michal Hruby | ||
unity (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
unity-lens-applications (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
This is an issue that exists in oneiric and precise. When you start unity (after setsid unity) you can see in the logging that there are two missing icon files:
11.10 message:
WARN 2012-02-02 14:02:56 unity.iconloader IconLoader.cpp:509 Unable to load contents of file://
WARN 2012-02-02 14:02:56 unity.iconloader IconLoader.cpp:509 Unable to load contents of file://
12.04 message:
WARN 2012-02-14 10:38:46 unity.iconloader IconLoader.cpp:492 Unable to load icon file://
WARN 2012-02-14 10:38:46 unity.iconloader IconLoader.cpp:492 Unable to load icon file://
The issue occurs in runner.
This bug was partially fixed in commit 220 in the daemon.vala file, but this file was missed.
See here:
http://
I will attach a patch shortly.
unity-lens-
Installed: 5.2.0-0ubuntu1
Candidate: 5.2.0-0ubuntu1
Version table:
*** 5.2.0-0ubuntu1 0
500 http://
100 /var/lib/
Related branches
- Mikkel Kamstrup Erlandsen (community): Approve
-
Diff: 16 lines (+2/-2)1 file modifiedsrc/runner.vala (+2/-2)
Changed in unity-lens-applications: | |
milestone: | none → 5.6.0 |
assignee: | nobody → Michal Hruby (mhr3) |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in unity-lens-applications: | |
status: | In Progress → Fix Committed |
Changed in unity: | |
milestone: | none → 5.6.0 |
status: | New → Fix Committed |
Changed in unity: | |
status: | Fix Committed → Fix Released |
Changed in unity-lens-applications: | |
status: | Fix Committed → Fix Released |
Changed in unity (Ubuntu): | |
status: | New → Fix Released |
Based on neil patel's earlier change, I think the patch above will solve this problem.