2004-10-19 18:45:41 +00:00
|
|
|
<refentry id="gtk-update-icon-cache">
|
|
|
|
|
|
|
|
<refmeta>
|
|
|
|
<refentrytitle>gtk-update-icon-cache</refentrytitle>
|
|
|
|
<manvolnum>1</manvolnum>
|
|
|
|
</refmeta>
|
|
|
|
|
|
|
|
<refnamediv>
|
|
|
|
<refname>gtk-update-icon-cache</refname>
|
|
|
|
<refpurpose>Icon theme caching utility</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
|
|
|
|
<refsynopsisdiv>
|
|
|
|
<cmdsynopsis>
|
|
|
|
<command>gtk-update-icon-cache</command>
|
|
|
|
<arg choice="opt">--force</arg>
|
2005-02-01 13:55:08 +00:00
|
|
|
<arg choice="opt">--quiet</arg>
|
2004-10-19 18:45:41 +00:00
|
|
|
<arg choice="req">iconpath</arg>
|
|
|
|
</cmdsynopsis>
|
|
|
|
</refsynopsisdiv>
|
|
|
|
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>
|
|
|
|
<command>gtk-update-icon-cache</command> creates mmap()able cache files for
|
|
|
|
icon themes.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
If expects to be given the path to a icon theme directory, e.g.
|
|
|
|
<filename>/usr/share/icons/hicolor</filename>, and writes a
|
|
|
|
<filename>icon-theme.cache</filename> containing cached information
|
|
|
|
about the icons in the directory tree below the given directory.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
GTK+ can use the cache files created by <command>gtk-update-icon-cache</command>
|
|
|
|
to avoid a lot of system call and disk seek overhead when the application starts.
|
|
|
|
Since the format of the cache files allows them to be mmap()ed shared between
|
|
|
|
multiple applications, the overall memory consumption is reduced as well.
|
|
|
|
</para>
|
2005-02-01 13:55:08 +00:00
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1><title>Options</title>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
|
|
<term>--force</term>
|
|
|
|
<term>-f</term>
|
|
|
|
<listitem><para>Overwrite an existing cache file even if it appears to be uptodate.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>--quiet</term>
|
|
|
|
<term>-q</term>
|
|
|
|
<listitem><para>Turn off verbose output.
|
|
|
|
</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
2004-10-19 18:45:41 +00:00
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1><title>Bugs</title>
|
|
|
|
<para>
|
|
|
|
None known yet.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
</refentry>
|
|
|
|
|
|
|
|
|