No icons in the launcher and switcher for libertine apps
Bug #1576722 reported by
Víctor R. Ruiz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Unassigned | ||
ubuntu-app-launch (Ubuntu) |
Fix Released
|
High
|
Larry Price |
Bug Description
Test case.
- Install a libertine app with a desktop icon (Inkscape).
- Open libertine scope.
- Launch the libertine app.
- Open the launcher.
- Open the switcher.
Expected result.
- Both the launcher and the switcher must show app icon.
Actual result.
- No icons and no placeholders.
current build number: 94 + silo 27
device name: frieza
channel: ubuntu-
Related branches
lp://staging/~larryprice/ubuntu-app-launch/find-theme-icons
- Ted Gould (community): Approve
-
Diff: 1124 lines (+709/-36)17 files modifieddocs/index.rst (+10/-0)
libubuntu-app-launch/CMakeLists.txt (+3/-1)
libubuntu-app-launch/application-icon-finder.cpp (+353/-0)
libubuntu-app-launch/application-icon-finder.h (+89/-0)
libubuntu-app-launch/application-impl-legacy.cpp (+18/-9)
libubuntu-app-launch/application-impl-legacy.h (+3/-1)
libubuntu-app-launch/application-impl-libertine.cpp (+16/-2)
libubuntu-app-launch/application-impl-libertine.h (+2/-1)
libubuntu-app-launch/application-info-desktop.cpp (+26/-11)
libubuntu-app-launch/application-info-desktop.h (+4/-1)
libubuntu-app-launch/application.cpp (+1/-3)
libubuntu-app-launch/application.h (+1/-1)
libubuntu-app-launch/registry-impl.cpp (+11/-0)
libubuntu-app-launch/registry-impl.h (+9/-3)
tests/CMakeLists.txt (+22/-3)
tests/application-icon-finder.cpp (+93/-0)
tests/data/usr/share/icons/hicolor/index.theme (+48/-0)
Changed in ubuntu-app-launch (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Larry Price (larryprice) |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
importance: | Undecided → High |
milestone: | none → 11 |
status: | New → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I pointed Victor at ubuntu-app-launch cause I figured it wasn't giving back proper icon paths. But -- obviously -- please re-assign if you know what's going on.