[Kde-bindings] Ruby Bindings Question

Richard Dale richard.dale at telefonica.net
Sat May 19 10:12:14 UTC 2012


On Saturday, May 19, 2012 02:28:59 AM Rod Zazubek wrote:
> Hello,
> 
> I've been looking at why the kde ruby 
> application omaque does not work.
> I get a message about missing class
> KBookManager.
> 
> I think I've tracked the problem down to
> korundum.cpp not including the kio classes
> to which KBookManager belongs.
> 
> So if I've tracked this down correctly then
> my question is: was kio excluded for some
> reason or is this a bug in korundum.cpp?
> 
> I'm using a recent kde, namely 4.7.4 in
> kubuntu 11.10 and ruby 1.8.
Is there a class called KBookManager, do you mean KBookmarkManager? That is in 
Korundum:

$ irb -rQt4 -rkio
irb(main):001:0> p KDE::BookmarkManager
KDE::BookmarkManager
=> KDE::BookmarkManager

-- Richard



More information about the Kde-bindings mailing list