raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2ebc97aa96f9f9e4b5fcda6f790b687c3c79591d
commit 2ebc97aa96f9f9e4b5fcda6f790b687c3c79591d Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Thu Apr 16 13:19:36 2020 +0100 efreet - also look in lib in /usr/local/share/pixmaps too --- src/lib/efreet/efreet_icon.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/efreet/efreet_icon.c b/src/lib/efreet/efreet_icon.c index 7078343e57..a07d2b216f 100644 --- a/src/lib/efreet/efreet_icon.c +++ b/src/lib/efreet/efreet_icon.c @@ -790,6 +790,8 @@ efreet_icon_fallback_lookup_path(Efreet_Cache_Fallback_Icon *icon) } #endif + path = efreet_icon_fallback_lookup_path_path(icon, "/usr/local/share/pixmaps"); + if (path) return path; path = efreet_icon_fallback_lookup_path_path(icon, "/usr/share/pixmaps"); if (path) return path; --
