Some app icons in zesty unity8 livecd aren't found
Bug #1669913 reported by
Michael Terry
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
New
|
Undecided
|
Unassigned | ||
ubuntu-app-launch (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
If you boot the livecd and switch to the unity8 session, you'll note that some icons don't have icons.
For example, gucharmap and font-viewer.
You can test this locally by running "ubuntu-app-info gucharmap" and noting there is no icon path.
I looked into this a bit, and I think it's because Unity 7 uses GTK+ to lookup icons. And its default algorithm looks in Adwaita, gnome, and hicolor as fallbacks. Unity 8 uses Ubuntu App Launch, which only looks in hicolor and Humanity.
Related branches
lp://staging/~mterry/ubuntu-app-launch/default-themes
Rejected
for merging
into
lp://staging/ubuntu-app-launch
- Ted Gould (community): Approve
- unity-api-1-bot: Needs Fixing (continuous-integration)
-
Diff: 31 lines (+14/-0)1 file modifiedlibubuntu-app-launch/application-icon-finder.cpp (+14/-0)
lp://staging/~larryprice/ubuntu-app-launch/better-icon-themes
- Michael Terry: Approve
-
Diff: 156 lines (+62/-39)1 file modifiedlibubuntu-app-launch/application-icon-finder.cpp (+62/-39)
tags: | added: unity8-desktop |
To post a comment you must log in.
Hmm, after some further testing, some other app icons still aren't found after the attached branch is applied.
Digging into it.