[Kde-kiosk] kiosktool doesn't start

Martijn Klingens klingens at kde.org
Thu May 12 15:42:16 CEST 2005


On Thursday 12 May 2005 12:07, mark.whidby at manchester.ac.uk wrote:
> I'm getting the message:
>
> kiosktool: symbol lookup error: kiosktool: undefined symbol:
> _ZN11KMainWindow7setIconERK7QPixmap

martijn at martijn:~> c++filt _ZN11KMainWindow7setIconERK7QPixmap
KMainWindow::setIcon(QPixmap const&)

That's strange, because that method is inherited all the way from QWidget and 
is there since even before Qt 3.

What's the output of 'ldd `which kiosktool`' ?
Where is KioskTool installed? And where is KDE?
Where are is all the KDE stuff stored? ('kde-config --prefix' for the base, if 
you need to, you can also try e.g. --exec-prefix)

-- 
Martijn


More information about the kde-kiosk mailing list