Steam

Steam is a digital content delivery and management application produced by Valve software.

Installation

Wine

Wine and your system must be properly installed and configured before you can begin the installation of Steam. Installation instructions for your Linux distribution can be found here. Once Wine is installed, there are a few additional configuration steps that must be taken:

  1. Install the Wine Gecko HTML engine
    Open a terminal and run the following:
    wine iexplore http://appdb.winehq.com/

    You will be prompted to download and install the engine. After following the prompts, the WineHQ home page will be displayed. If you encounter any problems while installing the Gecko engine see the “Special configuration stuff” section of the Stuff I've learned about Wine document for instructions on how to manually install the Gecko engine.

  2. Install the Windows version of FlashPlayer in Wine
    Download the installer from http://www.adobe.com/shockwave/download/alternates/ to your Desktop, then run the following in the terminal:
    cd ~/Desktop
    wine install_flash_player.exe
  3. Install the “winbind” package
    Run the following in the terminal:
    sudo apt-get install winbind

Steam

  1. Download the Steam installer from http://www.steampowered.com to your Desktop.
  2. Open a terminal and change directories to your Desktop:
    cd ~/Desktop
  3. The current version of the Steam installer is an MSI file, not an exe. You can run the MSI file one of two ways:
    wine start SteamInstall.msi

    OR

    wine msiexec /i SteamInstall.msi
  4. Follow the on-screen prompts to complete the install
  5. After the install is complete and Steam has launched, click on File > Settings, go to the Interface tab and uncheck “Run Steam when Windows starts”.

That's it, Steam is installed and running. You can launch Steam by using the Desktop icon created during the install.

Troubleshooting

Known bugs

  1. Update failure at 26%
    At initial launch, Steam may fail at 26% completion while updating files. If this happens, it can usually be resolved by doing the following:
    1. Open a terminal and change directories to Steam's install directory:
      cd ~/.wine/drive_c/Program\ Files/Steam
    2. Run the following:
      nice -n 19 wine steamTmp.exe SelfUpdate "Steam.exe" 14

WORK IN PROGRESS

wine/steam.txt · Last modified: 2008/07/16 18:40 (external edit)
www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0