[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: konqueror and khtml behaviour
From:       Simon Hausmann <shaus () helios ! med ! Uni-Magdeburg ! DE>
Date:       1999-11-11 10:24:54
[Download RAW message or body]



On Thu, 11 Nov 1999, Navindra Umanee wrote:

> 
> Hi, when I first try to run konqueror, I get a dialog box saying: "The
> protocol file is not supported".  If I try to access

Are you sure that you have kio_file installed?

> http://www.kde.org, konqueror starts consuming all available memory
> until killed.

Do you have any debug output available?

> Has anyone seen these symptoms before? kio_file and kio_http are both
> installed in the same place as konqueror, /usr/local/kde/bin/.

Is /usr/local/kde/bin in your path?

> Also, does anyone know why the following KHTML code fails to do
> anything?  By this I mean a blank window appears but no network
> connections are made or anything:
> 
> #include <khtml.h>
> #include <kapp.h>
> 
> int main(int argc, char *argv[])
> {
> KApplication a(argc, argv, "testkhtml");
> 
> KHTMLWidget *html = new KHTMLWidget;
> html->openURL("http://www.kde.org");
> html->show();
> a.setTopWidget(html);
> a.exec();
> }

It really seems your system can't find the kioslaves. Can you provide the
debug output of that small app?

Bye,
 Simon

> Linking with:
> 
> g++ -I/usr/local/kde/include -I/usr/lib/qt2/include -L/usr/local/kde/lib \
> -L/usr/X11R6/lib khtmltest.cc -lqt -lICE -lkdecore -lkhtml 
> Running gives:
> 
> openURL this=0x8075918
> QObject::connect: No such slot KHTMLWidget::slotRedirection(int,const char*)
> QObject::connect:  Candidate: slotRedirection(int,const QString&)
> QObject::connect:  (sender name:   'unnamed')
> QObject::connect:  (receiver name: 'unnamed')
> KIOJob::createSlave : Slave got
> resizeEvent
> resizeEvent
> 
> Thanks,
> Navin
> 
> 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic