"icon-theme-path" property is not used in GtkStatusIcon fallback mode
Bug #789590 reported by
Michael Hofmann
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity Foundations |
Fix Released
|
Low
|
Michael Vogt | ||
libappindicator |
Fix Released
|
Low
|
Michael Vogt | ||
0.4 |
Fix Committed
|
Undecided
|
Unassigned | ||
0.5 |
Fix Released
|
Low
|
Michael Vogt |
Bug Description
If indicator-applet is not running, libappindicator falls back to a GtkStatusIcon which ignores the icon-theme-path property.
One (pretty ugly) workaround is sth. like this (vala, icons are placed in datadirectory/
// This needs to happen before get_system_
var xdgdatadirs = Environment.
if (xdgdatadirs.length > 0)
xdgdatadirs += ":";
Environment.
xdgdatadirs + datadirectory, true);
Changed in libappindicator: | |
assignee: | nobody → Javier Jardón (jjardon) |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in unity-foundations: | |
assignee: | nobody → Javier Jardón (jjardon) |
milestone: | none → oneiric-final |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in libappindicator: | |
assignee: | Javier Jardón (jjardon) → Michael Vogt (mvo) |
milestone: | none → 0.4.2 |
status: | Triaged → Fix Committed |
Changed in unity-foundations: | |
assignee: | Javier Jardón (jjardon) → Michael Vogt (mvo) |
status: | Triaged → Fix Committed |
Changed in unity-foundations: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.