-
Notifications
You must be signed in to change notification settings - Fork 20
Home
Welcome to the Steam-Installer-for-Wheezy wiki!
-
- Enable 32bit repos with
sudo dpkg --add-architecture i386
- Enable 32bit repos with
-
- Update your repo with
sudo apt-get update
- Update your repo with
-
- Install 32bit driver files:
For ATI Cards: libgl1-fglrx-glx:i386
For Nvidia Cards: libgl1-nvidia-glx:i386
For Intel Cards: libgl1-mesa-glx:i386
[Method 1] recommended
- Thanks to testian, jockey-common can be installed easily by:
apt-get update
apt-get install jockey-common
[Method 2] if for some odd reason you don't trust testian's repo, you can install jockey-common by downloading & executing this script
Certain games include their own launch script that can change the LD_LIBRARY_PATH
variable. These games include: The Swapper
and You Have to Win the Game
. The fix is quite simple, look around $HOME/.local/share/Steam/SteamApps/common
for the game's content directory. Once you're inside the directory, try to find a launch script, (anything with launch in the name). Open it with a text editor. Look for LD_LIBRARY_PATH=.
and replace with LD_LIBRARY_PATH=.:/usr/lib/steam/i386-linux-gnu/:/usr/lib/steam/x86_64-linux-gnu/
Kudos to user johnmlang for reporting this issue. See issue #37
It is a known issue that certain foreign locals can cause Steam to crash and or not launch.
This issue can be bypassed by executing LC_ALL=C steam-debian
Thanks to user rulet for pointing this out in issue #27
-
- download the 32-bit .tar.gz from here
-
- open that tar package with your favorite archive manager and extract the file
libflashplayer.so
- open that tar package with your favorite archive manager and extract the file
-
- place
libflashplayer.so
into the directory$HOME/.local/share/Steam/ubuntu12_32/plugins
if theplugins
directory doesn't exist, then make it!
- place
- Download Steam's fonts from here
- Extract the contents to
$HOME/.fonts/
- Simply insert
export LD_LIBRARY_PATH=
into/usr/bin/xdg-open
(see issue #33)