2005-12-15 06:45:55 UTC
After building from the kbear_2_branch, the program starts but does nothing. A strace shows it gets stuck here:
kbear: WARNING: KXMLGUIClient::setXMLFile: cannot find .rc file kbearsitemanagerui.rc
kbear: KBearSiteManagerPlugin kbearsitemanagerdb not registered, will initialize later !!!!!!
kbear: WARNING: KXMLGUIClient::setXMLFile: cannot find .rc file kbeartoolsplugin.rc
kbear: Connection::Connection(url)iso-8859-1
kbear: Connection::Connection()iso-8859-1
QObject::connect: Use the SLOT or SIGNAL macro to connect QWidget::
kbear: KBearFileSysPart::openConnection() url=file://anonymous@/home/liontooth/
kbear: KBearDirLister::openConnection() url=file://anonymous@/home/liontooth/
kbear: KBearDirLister::setDirLister()
kbearsitemanagerdb: SiteManagerDB::showSystemTrayIcon=false
kbearsitemanagerdb: SiteManagerDB::setPlugInKonq=false
After about 30 seconds, however, the program starts. So the KBEAR_2_BRANCH builds and runs on both i686 and amd64.
Dave