Subject: | Folder images not showing after pp compile |
Date: | Mon, 30 Oct 2017 16:49:55 +0000 |
To: | <bug-Prima [...] rt.cpan.org> |
From: | <Craig.Thomson [...] bench.com> |
Hi,
Not really a bug, more of an issue with PAR, but specifically when I try to compile pp with --gui option, the folder icons in the directory tree of OpenDialog won't show up because it fails to load sysimage.gif. Running the .pl script works fine and folder icons show up. I ended up having to go into StdBitmap.pm and hardcode $sysimage on line 61 to :
$sysimage = "sysimage.gif"
and comment out the next two lines where it tries to retrieve sysimage.gif programmatically. I figured there's no real harm done since if everything is installed correctly then sysimage.gif is always in the same directory as StdBitmap.pm, anyway.
But I'm just bringing it up because although it's technically not a bug in Prima, it might be worth noting in the documentation to save other poor schmucks like me some time if they try to package with PAR-pp. Or maybe I'm just a tool and I'm wrong, in which case sorry for bothering you. I know I should really dig into the pp module and find out why it's not loading it, but I'm not afforded the luxury of that kind of extra time where I work...maybe on my own time later. Prima module is pretty sweet for what I needed it for at work, anyway! Thanks!
Regards,
Craig Thomson
Benchmark Electronics, Inc.
100 Innovative Way
Nashua, NH 03060
603-879-7147