13th January 2017, 18:01
(This post was last modified: 14th January 2017, 1:16 by Pliny.D.Elder.)
(1st January 2017, 20:58)sorcerer71 Wrote: Nothing happens when using the launcher.
Via terminal it either just hangs the terminal or I sometimes get an 'X error' message, whatever that is.
Can you try in terminal and take not of any feedback
/usr/games/steam %U
From another site....
This is what I do anytime I have to do a new install on the computers with Steam.
cd $HOME/.steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu
rm libstdc++.so.6
cd $HOME/.steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu
rm libstdc++.so.6
This is actually a very well known problem in the Ubuntu and forks communities as is the fix. All the above does is get to the directories in question and delete (remove) the symlink file and then Steam will use the system libraries under the same name.
Take a look at this. Might help
http://askubuntu.com/questions/771032/st...-16-04-lts