Help for this page

Select Code to Download


  1. or download this
    import gi
    
    ...
            return iconFile.get_filename()
        else:
            return ""
    
  2. or download this
    use FreeDesktop::Icons;
    my $iconlib = new FreeDesktop::Icons;
    ...
    $iconlib->size('16');
    my $imagefile = $iconlib->get('xfsm-shutdown');
    print $imagefile;
    
  3. or download this
    sub findsvg {
        my $app = shift;
    ...
        }
        return "/usr/share/icons/whiskermenu-manjaro.svg";
    }