Mozilla Firefox: Difference between revisions
From RISC OS
Jump to navigationJump to search
(Update current version to 2 and mention the development/donation situation) |
(Added quick guide for first run FF2) |
||
Line 3: | Line 3: | ||
Currently, versions 1.5 and 2 have been released - development is dependent on ongoing [[Donations|financial contributions]]. |
Currently, versions 1.5 and 2 have been released - development is dependent on ongoing [[Donations|financial contributions]]. |
||
⚫ | |||
This is a placeholder until the HTML version of this page is migrated. |
|||
== Installing and using Firefox 2 == |
|||
⚫ | |||
Some users may experience difficulty in running Firefox for the first time, so here is a quick guide to get you going. |
|||
First make sure you have downloaded all the necessary parts. As well as the Firefox application you will also need: |
|||
* [[Tinct]] - A module that provides applications with support for high speed sprite plotting and image enhancement |
|||
* [[SharedUnixLibrary]] - A library of files required by many applications originating on the Unix platform |
|||
* [[ELFLoader]] - An object loader for elves |
|||
=== Setting up Choices === |
|||
After checking you have all the necessary modules in the right place (ELFLoader can be put in <Choices$Write>.Boot.Predesk) you'll need to set up the Choices file for Firefox, as the current application fails to do this correctly (version 2r2): |
|||
# Press CTRL+F12 to bring up a [[taskwindow]] |
|||
# Enter: <nowiki>Filer_OpenDir <Choices$Write></nowiki> |
|||
# In the window that appears, look for a directory called ''Mozilla''. If it isn't there, create it |
|||
# Open the Mozilla directory |
|||
# Create a sub-directory called ''Default'' in the ''Mozilla'' directory |
|||
# Load your favourite [[Text Editor]] |
|||
# Enter the following text '''exactly as shown''': |
|||
<pre> |
|||
[General] |
|||
StartWithLastProfile=1 |
|||
[Profile0] |
|||
Name=default |
|||
IsRelative=1 |
|||
Path=Default |
|||
</pre> |
|||
# Save the file as ''profiles/ini'' inside the ''Mozilla'' directory |
|||
# Run Firefox2 for the first time! |
Revision as of 03:00, 7 March 2007
The Firefox web browser for RISC OS. This is a port by Peter Naulls.
Currently, versions 1.5 and 2 have been released - development is dependent on ongoing financial contributions.
Firefox can be downloaded from the Firefox port page.
Installing and using Firefox 2
Some users may experience difficulty in running Firefox for the first time, so here is a quick guide to get you going.
First make sure you have downloaded all the necessary parts. As well as the Firefox application you will also need:
- Tinct - A module that provides applications with support for high speed sprite plotting and image enhancement
- SharedUnixLibrary - A library of files required by many applications originating on the Unix platform
- ELFLoader - An object loader for elves
Setting up Choices
After checking you have all the necessary modules in the right place (ELFLoader can be put in <Choices$Write>.Boot.Predesk) you'll need to set up the Choices file for Firefox, as the current application fails to do this correctly (version 2r2):
- Press CTRL+F12 to bring up a taskwindow
- Enter: Filer_OpenDir <Choices$Write>
- In the window that appears, look for a directory called Mozilla. If it isn't there, create it
- Open the Mozilla directory
- Create a sub-directory called Default in the Mozilla directory
- Load your favourite Text Editor
- Enter the following text exactly as shown:
[General] StartWithLastProfile=1 [Profile0] Name=default IsRelative=1 Path=Default
- Save the file as profiles/ini inside the Mozilla directory
- Run Firefox2 for the first time!