Browser

I have Haiku running on VMware. How do I add an internet browser?
I have internet access, and ftp seems to work. Any help is appreciated.

Hello!

Yes, You can use NetPositive (You can found it on all BeOS CD), Opera 3.62 and Firefox.

In Haiku You can use the wget command in Terminal to download the files.

For example:

  1. Run Terminal
  2. wget http://sheltonfamily.org/firefoxbuilds/firefox-2.0.0.14.en-US.beosBONE-i586.zip
    Then this file will download to You home directory.

When the download finished, You need extract the image to and directory, and after it You need run these commands in the Terminal:

  • export LIBRARY_PATH=%A/.:%A/components:$LIBRARY_PATH
  • export ADDON_PATH=%A/.:%A/components:$ADDON_PATH

After it You can run the Firefox :slight_smile:

I hope it will work for You!

ByE!
miqlas

Rather than getting a non-reordered build and having to mess with environment variables, just grab a re-ordered build instead:

http://bezilla.beuser.de/builds/firefox-2.0.0.15pre.en-US.BeOS-bone-2008041302.zip

Then you just unzip to a folder and run it.

(BTW, I got that link from here: http://www.bebits.com/app/4552 )

I downloaded with wget a simple browser from bebits.com. It was described as a successor to, I think, NetPositive. I unzipped it with unzip. It ran and worked very very slowly. I also downloaded from bebits.com mozilla firefox 2.0.0.14 (bon …). It also worked but also quite slowly, too slowly, on my machine to be really usable. VMware is okay, but I would prefer a real installation of Haiku like a livecd distribution.

You can also use links if your image supports gcc2 binaries:
wget http://revolf.free.fr/beos/links-beos-bin.zip
unzip -d /boot links-beos-bin.zip
It’s quite simple but should be fast enough.

Thank you for the suggestion. Links is text only, correct? What I would like is Dillo for Haiku. Do you know if Dillo can be run on Haiku?

Wasn’t there a browser being developed for Haiku? Why can’t Firefox be included in the raw HD image or at least some type of browser? Until a real live CD is released it would be nice if a few more things were included in the raw HD images.

you can build your own image with all you want preinstalled it is not too difficult if you google around and follow directions and also are meticulous with syntax

it builds pretty fast on even an old dual 300mhz PC after the first build …(the first build does take awhile)

Links also displays images now.
We have a WebKit port in the works, and I started porting NetSurf.

I followed the directions given above for downloading and installing Links. It runs quickly enough to be usable, but there is no mouse control, and there are no images. How can Links display images? I like Dillo. I use it in Feather Linux that is now about two years old. Feather Linux is a small livecd distribution with many usable applications including Dillo and Firefox. I agree Haiku would be much more useful if it were available as a live cdrom with at least an included web browser.

Yes. Of course but we need official test-image GCC4/GCC2.95 cross-version ( better with the Webkit compiled :wink: ). Yes, I know, I compiled early gcc4 version on ubuntu but I don’t know how this looks with cross-version now. I keep for NetSerf thumbs, but if not better was help in develop WebKit version?

Has someone posted a cross-version of Haiku with the WebKit somewhere?

The WebKit port is not really in a usable state yet. Much was done when I originally ported it, and back in the beginning of this year Andrea Anzani did some more work on it. Things have stalled since then and there is still quite a bit of work to do to get it polished and usable. Plus we need a proper browser shell for it to run in. WebKit is just a framework for a web browser after all, you still need a browser for it to run in.

I have been busy with other Haiku projects, my job and other hobbies and have not put the time in on WebKit for a while. It is most definitely something I still want to work on though, and I plan to get back on it as soon as possible.

The first thing I have to do though is update the codebase to the latest code from the WebKit project. The Haiku port code is many months out of date.