On Tuesday, November 16, 2010, Chris Burel wrote:
> I've come up with two workarounds so far. One is to use LD_PRELOAD to
> load libperl.so, which isn't really a solution, but it did work in my
> test. The other is to modify KPluginFactory to have the option of
> specifying load hints in the cons
> I've come up with two workarounds so far. One is to use LD_PRELOAD to
> load libperl.so, which isn't really a solution, but it did work in my
> test. The other is to modify KPluginFactory to have the option of
> specifying load hints in the constructor, and then have plasma check
> for a key in
Hey guys,
I'm working on getting Perl bindings to Plasma working, so that you
could create plasma widgets in Perl. However, I'm having trouble
getting things to load properly.
I have a subclass of KPluginFactory that I've called
KPerlPluginFactory. This is what's responsible