Header Ads Widget

[MAN] File::IconTheme

Content-type: text/html; charset=UTF-8 Man page of File::IconTheme

File::IconTheme

Section: User Contributed Perl Documentation (3pm)
Updated: 2015-08-11
Index Return to Main Contents
 

NAME

File::IconTheme - find icon directories  

VERSION

This document describes File::IconTheme.  

SYNOPSIS

    use File::IconTheme qw(xdg_icon_theme_search_dirs);
    print join "\n", xdg_icon_theme_search_dirs;

 

DESCRIPTION

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.

In case you want to store an icon theme, use the directory returned by:

    use File::BaseDir qw(data_dirs);
    print scalar data_dirs('icons');

 

INTERFACE

"xdg_icon_theme_search_dirs"
Returns a list of the base directories of icon themes.
 

EXPORTS

None by default, but the method can be exported on demand.  

CONFIGURATION AND ENVIRONMENT

$XDG_DATA_HOME, $XDG_DATA_DIRS  

SEE ALSO

<http://standards.freedesktop.org/icon-theme-spec/>


 

Index

NAME
VERSION
SYNOPSIS
DESCRIPTION
INTERFACE
EXPORTS
CONFIGURATION AND ENVIRONMENT
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 04:45:47 GMT, September 16, 2022

댓글 쓰기

0 댓글