<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I hope I am not off-topic, but one thing that sorta bothers<br>me is that many, if not *most* applications are being placed
<br>in /usr/share as if a catchall place?  It seems to contain more<br>than 50% of /usr space alone?<br><br>It seems to me, that many applications such as 'games' for example,<br>ought to be in it's own common directory such as /usr/(local/)games
<br>so that these (large) applications can be easily symlinked/mounted<br>elsewhere if need be, otherwise it can be bothersome to move, mount,<br>or symlink these otherwise potentially large applications?<br><br>I wonder what the point is of having /usr/games, /usr/local if
<br>no one seems to use these otherwise mostly empty directories?<br><br>I seem to think it might be an added bonus giving the installer<br>the choice as to where to install their application(s)?<br><br>Just wondering.<br>
<br>No virus found in this outgoing message.<br>Checked by AVG Free Edition.<br>Version: 7.5.503 / Virus Database: 269.17.4/1187 - Release Date: 12/16/2007 11:36 AM<br><div><div></div><div class="Wj3C7c"><br><br><br><a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">
</a></div></div></blockquote></div><br>This might answer the /usr/share question:<br>
<br>
<a href="http://www.pathname.com/fhs/2.2/fhs-4.11.html">http://www.pathname.com/fhs/2.2/fhs-4.11.html</a><br>
<p>"Any program or package which contains or requires data that doesn't need
to be modified should store that data in <tt>/usr/share</tt> (or
<tt>/usr/local/share</tt>, if installed locally).  It is recommended that a
subdirectory be used in <tt>/usr/share</tt> for this purpose.
</p>
<p>
Game data stored in <tt>/usr/share/games</tt> must be purely static data.
Any modifiable files, such as score files, game play logs, and so forth,
should be placed in <tt>/var/games</tt>."</p>
~af<br><br>