faq
flatforty
contribute
subscribe
configure
search
rdf
main
parent
|
Re: Konqueror Goes Embedded!
by HeeGoo Han on Tuesday 09/Jan/2001, @23:39
|
| I have compiled Konqueror to a Tynux-Box which is a Qt/Embedded capable device. I think Konqueror has some dependency of X11, so I have modified some configurations and hand-compiled some parts. But it works.
Tynux-Box has a Intel StrongARM SA1110 and 320x240 8bpp LCD and I have compiled with Tynux's Cross Compiler.
Have a fun with a attached real snapshot. |
|
| File Attachment |
 |
|
|
The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: Konqueror Goes Embedded!
by Rich Dulabahn on Friday 16/Feb/2001, @12:47
|
If you could post what you did to get such an excellent result, I would be very grateful.
My unit is also a StrongARM SA1100, but with 640x480 8bpp LCD. All of the QT/Embedded sample applications work perfectly.
If I load kde.org, the right scroll bar shows up, then goes away as the page continues to load. The blue box below the linuxworld logo doesn't show up, and the "KDE is a powerful open source desktop..." page doesn't show up.
I've tried QT Embedded 2.2.3 and 2.2.4, and konq-embedded-0.1 and a current snapshot from 2/14.
A picture is worth 1000 words, so I've included a picture. Any help would be most welcome.
Thanks,
Rich Dulabahn
rich@accelent.com
|
[
Reply To This | View ]
|
Re: Konqueror Goes Embedded!
by Rich Dulabahn on Friday 16/Feb/2001, @12:47
|
If you could post what you did to get such an excellent result, I would be very grateful.
My unit is also a StrongARM SA1100, but with 640x480 8bpp LCD. All of the QT/Embedded sample applications work perfectly.
If I load kde.org, the right scroll bar shows up, then goes away as the page continues to load. The blue box below the linuxworld logo doesn't show up, and the "KDE is a powerful open source desktop..." page doesn't show up.
I've tried QT Embedded 2.2.3 and 2.2.4, and konq-embedded-0.1 and a current snapshot from 2/14.
A picture is worth 1000 words, so I've included a picture. Any help would be most welcome.
Thanks,
Rich Dulabahn
rich@accelent.com
konq.jpg
44KB (45207 bytes)
|
[
Reply To This | View ]
|
Re: Konqueror Goes Embedded!
by Osok Song on Wednesday 21/Feb/2001, @05:42
|
I installed konqueror on the IPAQ. At first, I got the same problem with you.. Scrollbars disappeared.
I found that the problem was executing 'konq' directly instead of 'konqueror' script file.
When I executed 'konqueror', the program died with seg fault, but scrollbars were still there.
My solution was copying the whole directory from flash rom to ramfs.
My guess is there are some routine which requires to write a file, and it crashes when it fails to write on a cramfs file system.
I'm going to inspect the source code and find the directory which should be moved to ramfs.
Regards.
Osok
|
[
Reply To This | View ]
|
Re: Konqueror Goes Embedded!
by Rich Dulabahn on Thursday 22/Feb/2001, @07:22
|
Thanks for the tip. The platform I'm using is pretty close to an ipaq, but has an IDE hard drive attached, so I have no flash or rom type file systems. I tried what you suggested and get an identical segfault. Looks like this when you load a page:
Segmentation fault
debug: SlaveBase: read() error! exiting!
Is this the error you are seeing as well?
Rich
|
[
Reply To This | View ]
|
Re: Konqueror Goes Embedded!
by Rich Dulabahn on Thursday 22/Feb/2001, @08:01
|
Almost as soon as I posted my last message, I found the problem and fixed it. Here's what worked. I grabbed the konqueror cramfs for the iPAQ to study, and went into the /konqe directory. It held the konq binary, the konqueror script, and a directory called share. I tarred the share folder, and copied it to my source tree, in konqueror-embedded-snapshot/konq-embed/src. Then, I ran konqueror with this command: ./konqueror -qws and everything worked fine. I've included the tarfile to save time. Hope this helps.
share.tar.bz2
130KB (133143 bytes)
|
[
Reply To This | View ]
|
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|
|