I am trying to install steam on my BunsenLab laptop (Debian 8/Jessie).
After enabling multi arch and apt-get steam:i386, I first encountered a missing library error, which I fixed by also installing libglib2.0-0:i386, libgtk2.0-0:i386 and pulseaudio:i386, which were containing the right .so files.
However, steam still doesn't work, it start, print the "Downloading update" window at ~40% downloading, and silently crash. Running it in native mode (STEAM_RUNTIME=0 steam) make a new error appear:
Error: Could not load module 'vgui2_s.so'.
However, I can't seems to find the package containing this library.
How can I debug the problem? Or find the right package for that library?
Note: I had to use the jessie-backport kernel to support my Intel HD Graphics chipset.