What generates colossal 1.4G /usr/share/icons

Marco Atzeri marco.atzeri@gmail.com
Thu Jul 30 07:03:00 GMT 2015



On 7/30/2015 8:44 AM, Fergus wrote:
>
>>> What is it that generates the **absolutely massive** /usr/share/icons/?
>>> I've had a hunt through "requires:" in setup.ini but got lost.
>
>> $ du -sh /usr/share/icons
>> 114M /usr/share/icons
>
>> These icon directories have a _lot_ of symlinks, did you perhaps copy your
>> installation and flatten them?
>
> Thank you.
> $ du -sh /usr/share/icons/
> 1.5G /usr/share/icons/
> I did not intentionally flatten them, but I must have: 1.5G >> 114M.
> Unflattening is presumably not possible (how would it be driven?) so: I had better re-install and hope that multiple symlinks are recovered. ‎
> Can you say what original package installation might have induced this directory?
> Fergus
>

These commands will give you a hint.

On my system 2 packages only have more the 5000 files

$ zgrep -c "usr/share/icons/" /etc/setup/*.gz |grep -v ":0$"
/etc/setup/adwaita-icon-theme.lst.gz:5135
/etc/setup/fontforge.lst.gz:20
/etc/setup/gcr.lst.gz:42
/etc/setup/gnome-icon-theme.lst.gz:5967
/etc/setup/hicolor-icon-theme.lst.gz:3
/etc/setup/lyx.lst.gz:8
/etc/setup/mintty.lst.gz:20
/etc/setup/octave.lst.gz:32
/etc/setup/singular.lst.gz:2
/etc/setup/TeXmacs.lst.gz:8
/etc/setup/xcursor-themes.lst.gz:159
/etc/setup/xinit.lst.gz:11


  $ du -hs /usr/share/icons/*
25M     /usr/share/icons/Adwaita
80M     /usr/share/icons/gnome
157K    /usr/share/icons/handhelds
332K    /usr/share/icons/hicolor
1.6M    /usr/share/icons/redglass
8.0K    /usr/share/icons/Singular.png
2.2M    /usr/share/icons/whiteglass


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list