Browse: Difference between revisions
Jump to navigation
Jump to search
Joaoboscoapf (talk | contribs) No edit summary |
Joaoboscoapf (talk | contribs) No edit summary |
||
Line 16: | Line 16: | ||
It is also possible to install [[Firefox2]] |
It is also possible to install [[Firefox2]] |
||
== Flash in the default web browser == |
|||
To install flash player plugin 9 for the gecko/xulrunner web browser, do the following: |
|||
* Open a terminal as root |
|||
* Download the plugin file: |
|||
wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz |
|||
* Unpack it: |
|||
tar xzvf install_flash_player_9_linux.tar.gz |
|||
* Run the flashplayer-installer and follow instructions (the install folder is /usr/lib/xulrunner-XXXXX/): |
|||
./flashplayer-installer |
|||
[[Category:Resources]] |
[[Category:Resources]] |
Revision as of 13:47, 19 January 2007
This article is a stub. You can help the OLPC project by expanding it.
Currently the Web browser is a simple application that uses the Gecko browser engine that is also used by Firefox. Our browser is much simpler than Firefox and is not directly compatible with Firefox add-ins. Applications can also use xulrunner which includes Javascript capability.
Dillo
The small web browser capable of running in an embedded environment
Opera
Opera has been successfully installed.
Firefox 2.0
It is also possible to install Firefox2
Flash in the default web browser
To install flash player plugin 9 for the gecko/xulrunner web browser, do the following:
- Open a terminal as root
- Download the plugin file:
wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
- Unpack it:
tar xzvf install_flash_player_9_linux.tar.gz
- Run the flashplayer-installer and follow instructions (the install folder is /usr/lib/xulrunner-XXXXX/):
./flashplayer-installer