Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105256 - gnome2.eclass tries to update icons cache in directories without theme index
Summary: gnome2.eclass tries to update icons cache in directories without theme index
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-08 07:19 UTC by Ed Catmur
Modified: 2005-09-08 10:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Catmur 2005-09-08 07:19:03 UTC
* Updating icons cache ...
No theme index file in '//usr/share/icons/Bluecurve-inverse'.
If you really want to create an icon cache here, use --ignore-theme-index.
No theme index file in '//usr/share/icons/dillo'.
If you really want to create an icon cache here, use --ignore-theme-index.
No theme index file in '//usr/share/icons/gentoo'.
If you really want to create an icon cache here, use --ignore-theme-inde  [ !! ]

I don't think it matters, but it is annoying to see this everytime I merge a
gnome package.

eclass should have

        for dir in \
        $(find ${ROOT}/usr/share/icons -maxdepth 1 -mindepth 1 -type d); do
                if [[ -f $dir/index.theme ]]; then
                        $updater -qf $dir || retval=$?
                fi
        done
Comment 1 Leonardo Boshell (RETIRED) gentoo-dev 2005-09-08 10:20:02 UTC
Fixed in CVS. Good work, Ed.