File::IconTheme (3)
Leading comments
Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28) Standard preamble: ========================================================================
NAME
File::IconTheme - find icon directoriesVERSION
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.