public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: What generates colossal 1.4G /usr/share/icons
       [not found] <9D9AC45310887B40A7245734E850FBE1257785F9@FS-MX02.frontier.local>
@ 2015-07-30  6:44 ` Fergus
  2015-07-30  7:03   ` Marco Atzeri
  2015-07-30  7:59   ` Fw: " Fergus
  0 siblings, 2 replies; 4+ messages in thread
From: Fergus @ 2015-07-30  6:44 UTC (permalink / raw)
  To: Cygwin ML; +Cc: Fergus


>> 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

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: What generates colossal 1.4G /usr/share/icons
  2015-07-30  6:44 ` What generates colossal 1.4G /usr/share/icons Fergus
@ 2015-07-30  7:03   ` Marco Atzeri
  2015-07-30  7:59   ` Fw: " Fergus
  1 sibling, 0 replies; 4+ messages in thread
From: Marco Atzeri @ 2015-07-30  7:03 UTC (permalink / raw)
  To: cygwin



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Fw: What generates colossal 1.4G /usr/share/icons
  2015-07-30  6:44 ` What generates colossal 1.4G /usr/share/icons Fergus
  2015-07-30  7:03   ` Marco Atzeri
@ 2015-07-30  7:59   ` Fergus
  2015-07-30  8:55     ` Achim Gratz
  1 sibling, 1 reply; 4+ messages in thread
From: Fergus @ 2015-07-30  7:59 UTC (permalink / raw)
  To: Cygwin ML; +Cc: Fergus

> $ 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. 
> Can you say what original package installation might have induced this directory?

Found it. The package
xinit
which I've always requested at any new installation as being fundamental to any X activity e.g. TeX or xpdf now induces adwaita-icon-theme and gnome-icon-theme which provide the bulk of files under /usr/share/icons/. 
Q1.  Why are these deemed so essential?
Re installing xinit, I still have 1.4 G under /usr/share/icons/ of which 630M under Adwaita/ and 738M under gnome/. 
Have you installed xinit? 
Q2. If you have, what trick do I need to pull to reduce the size of these 2 subdirectories? 
If you have not, that explains your small usage. 
Thank you!
Fergus


--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fw: What generates colossal 1.4G /usr/share/icons
  2015-07-30  7:59   ` Fw: " Fergus
@ 2015-07-30  8:55     ` Achim Gratz
  0 siblings, 0 replies; 4+ messages in thread
From: Achim Gratz @ 2015-07-30  8:55 UTC (permalink / raw)
  To: cygwin

Fergus <fergus <at> bonhard.uklinux.net> writes:
> Re installing xinit, I still have 1.4 G under /usr/share/icons/ of which
630M under Adwaita/ and 738M under gnome/. 
> Have you installed xinit? 

Yes.  Also, you need to reinstall the icon theme packages if anything, not
xinit.

Regards,
Achim.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-30  8:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <9D9AC45310887B40A7245734E850FBE1257785F9@FS-MX02.frontier.local>
2015-07-30  6:44 ` What generates colossal 1.4G /usr/share/icons Fergus
2015-07-30  7:03   ` Marco Atzeri
2015-07-30  7:59   ` Fw: " Fergus
2015-07-30  8:55     ` Achim Gratz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).