what perl do with
use FreeDesktop::Icons; my $iconlib = new FreeDesktop::Icons; $iconlib->theme('WhiteSur-red'); $iconlib->size('16'); my $imagefile = $iconlib->get('xfsm-shutdown'); print $imagefile;
it's slow and inadequate

That module was first uploaded to CPAN in May. The author probably published it as soon as it met his needs. If you ask nicely, maybe he could help add a feature to do what you need, too.

gi.require_version('Gtk', '3.0') from gi.repository import Gtk
If Python solves this with the Gtk 3 library, did you look at Perl's Gtk3 library?

I just need to embrace python
Did you want help from perl people, or just irritate us?

Many perl module just fill up CPAN, and help little.
This is true, and unfortunately it will never get better with the current design of CPAN where anyone can upload any module of any quality. One way to improve it is to find a module that does almost what you need, and politely send the author a request to add more features. You could even use Devel::NYTProf to find out why the module is slow, and send the author a patch to make it faster.

In reply to Re: resolve current theme icon path by NERDVANA
in thread resolve current theme icon path by vincentaxhe

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.