Help for this page
use FreeDesktop::Icons; my $iconlib = new FreeDesktop::Icons; ... $iconlib->size('16'); my $imagefile = $iconlib->get('xfsm-shutdown'); print $imagefile;
gi.require_version('Gtk', '3.0') from gi.repository import Gtk