112 lines
2.2 KiB
HTML
112 lines
2.2 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of File::IconTheme</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>File::IconTheme</H1>
|
|
Section: User Contributed Perl Documentation (3pm)<BR>Updated: 2018-05-11<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
File::IconTheme - find icon directories
|
|
<A NAME="lbAC"> </A>
|
|
<H2>VERSION</H2>
|
|
|
|
|
|
|
|
This document describes File::IconTheme.
|
|
<A NAME="lbAD"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
|
|
|
|
|
|
|
|
<PRE>
|
|
use File::IconTheme qw(xdg_icon_theme_search_dirs);
|
|
print join "\n", xdg_icon_theme_search_dirs;
|
|
|
|
</PRE>
|
|
|
|
|
|
<A NAME="lbAE"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
|
|
|
|
This module can be used to find directories as specified
|
|
by the Freedesktop.org Icon Theme Specification. Currently only a tiny
|
|
(but most useful) part of the specification is implemented.
|
|
<P>
|
|
|
|
In case you want to <B>store</B> an icon theme, use the directory returned by:
|
|
<P>
|
|
|
|
|
|
|
|
<PRE>
|
|
use File::BaseDir qw(data_dirs);
|
|
print scalar data_dirs('icons');
|
|
|
|
</PRE>
|
|
|
|
|
|
<A NAME="lbAF"> </A>
|
|
<H2>INTERFACE</H2>
|
|
|
|
|
|
|
|
<DL COMPACT>
|
|
<DT id="1">"xdg_icon_theme_search_dirs"<DD>
|
|
|
|
|
|
|
|
|
|
Returns a list of the base directories of icon themes.
|
|
</DL>
|
|
<A NAME="lbAG"> </A>
|
|
<H2>EXPORTS</H2>
|
|
|
|
|
|
|
|
None by default, but the method can be exported on demand.
|
|
<A NAME="lbAH"> </A>
|
|
<H2>CONFIGURATION AND ENVIRONMENT</H2>
|
|
|
|
|
|
|
|
<TT>$XDG_DATA_HOME</TT>, <TT>$XDG_DATA_DIRS</TT>
|
|
<A NAME="lbAI"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
|
|
|
|
<<A HREF="http://standards.freedesktop.org/icon-theme-spec/">http://standards.freedesktop.org/icon-theme-spec/</A>>
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="2"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="3"><A HREF="#lbAC">VERSION</A><DD>
|
|
<DT id="4"><A HREF="#lbAD">SYNOPSIS</A><DD>
|
|
<DT id="5"><A HREF="#lbAE">DESCRIPTION</A><DD>
|
|
<DT id="6"><A HREF="#lbAF">INTERFACE</A><DD>
|
|
<DT id="7"><A HREF="#lbAG">EXPORTS</A><DD>
|
|
<DT id="8"><A HREF="#lbAH">CONFIGURATION AND ENVIRONMENT</A><DD>
|
|
<DT id="9"><A HREF="#lbAI">SEE ALSO</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:43 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|