Whenever I click on the steam icon, nothing happens, all I get when running it in terminal is:
loger42@loger42-desktop:~$ steam
Running Steam on ubuntu 15.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0_client)
I had a problem previously with this related to graphics drivers, so I updated my graphics card drivers, and now this is all that I see in the terminal when I run steam. Before I installed the new drivers, the only other thing that appeared in the terminal was about missing drivers, such as nouveau and swrast.
I am running Ubuntu 15.04 64-bit
My hardware specs are:
AMD 3.4Ghz processor
NVIDIA GeForce 8400GS graphics card
ASUS M5A97 LE R2.0 motherboard
4GB Dualstick memory
1TB WD Blue hard disk (Windows installation)
160GB (unkown brand) hard disk (Ubuntu installation)
ATX power source
sudo apt-get install ia32-libs
. Steam needs a lot of 32 bits libraries according to this: http://askubuntu.com/questions/213864/installing-breakpad-exception-handler-for-appidsteam-while-trying-to-run-ste – Daniel Semblano Apr 29 '15 at 21:33Reading state information... Done Package ia32-libs is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: lib32z1 lib32ncurses5
E: Package 'ia32-libs' has no installation candidate <-------------- is what I get from that command
– Loger42 Apr 29 '15 at 21:35Installing breakpad...
? – sbolel Apr 29 '15 at 21:36