Re: Perl bindings to plasma

2010-12-04 Thread Aaron J. Seigo
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

Re: Perl bindings to plasma

2010-12-04 Thread Chris Burel
> 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

Perl bindings to plasma

2010-11-16 Thread Chris Burel
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