I've built bookreader 2.0 from sources, and when I start it I see only a black rectangle instead of text.
There is what on console:
---------
biga@bnd610:bookreader-0.2$ ./bookreader
QPainter::begin: Cannot paint null pixmap
QPainter::setPen: Will be reset by begin()
bookreader: WARNING: KXMLGUIClient::setXMLFile: cannot find .rc file bookreaderui.rc
QApplication::setMainWidget(): New main widget (BookWidget/unnamed) has a parent!
QImage::scale: Image is a null image
QImage::scale: Image is a null image
QImage::scale: Image is a null image
---------
Any ideas?
KDE can't find a background image. Try to set a prefix to a configure script, rebuild and reinstall booKreader. Like this:
make clean
./configure --prefix=/usr
make
sudo make install
It should help.
Post new comment