Internet Explorer

From OLPC
(Redirected from Ie)
Jump to: navigation, search


Pencil.png NOTE: The contents of this page are not set in stone, and are subject to change!

This page is a draft in active flux ...
Please leave suggestions on the talk page.

Pencil.png
This command is run from the GNOME menu or the Terminal Activity. Using the 'wine' interface to run Microsoft Windows applications. The GUI will probably not integrate comfortably with the Sugar environment, but should work okay with GNOME. Your user experience may vary considerably depending on the established environment and the other programs running on the laptop, and may need re-installation after an OS Update. See the Microsoft Windows software category for similar commands.


Introduction

Microsoft Internet Explorer (IE) is a popular internet browser. This page discusses how to install an 'adapted-for-linux' version 6 SP1 and run via wine. Along with various other plugins. NOTE: This is NOT Open Source Software , and is usually packaged with commercial product Microsoft Windows. But IE is freely downloadable from downloads.Microsoft.com

Installation

  • From the Terminal activity , download the latest ies4linux version, and extract it
$ wget -c http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
$ tar xzf ies4linux-latest.tar.gz


  • Run ies4linux and follow on-screen instructions (current version is: 2.99.0.1, update if needed)
$ ./ies4linux-2.99.0.1/ies4linux

Run

  • Above step sets up installation and creates script named ie6, to actually run IE 6.
 $ ~/bin/ie6


Notes

  • Set home page.
    • Tools -> Internet Options -> General -> Home Page -> Use Blank
  • Some basic IE 6 customizations
  • Works well with wine-0.9.5, wine-0.9.6, and wine-0.9.8-r1.
  • Another option is using winecfg.
    • In winecfg's Applications tab, set the Windows version to win98, and in its Libraries tab, set the dll override thus
  • If you get a message saying "A previous installation has pending work requiring a reboot":
    • $ wineboot


IES4linux (components installed)

This prevents an error in registering/installing ieinfo5.ocx.
  • Installs riched20
  • Removes regsvr32.exe
    • $ rm -f ~/.wine/drive_c/windows/system32/regsvr32.exe
  • Soft links file
    • $ ln -s /usr/lib/wine/shell32.dll.so ~/.wine/drive_c/windows/system32/shell32.dll
  • Download and installs IE 6 SP1.
  • Sets up a script for 'ie6'.
  • $ wine "c:/Program Files/Internet Explorer/IEXPLORE.EXE"

Localization

Use environment variable for configuration (if not already set) $ export LC_ALL=ru_RU.UTF-8

Other resources

  • appdb.winehq.org - Wine Application DB: Internet Explorer 6
  • ies4linux - a simple Bash Script program that installs Internet Explorer on Linux using Wine

References