Skip to content

Instantly share code, notes, and snippets.

@shvelo
Last active June 22, 2016 19:31
Show Gist options
  • Save shvelo/bdd27784ebd1e714ebe792c8d60ca265 to your computer and use it in GitHub Desktop.
Save shvelo/bdd27784ebd1e714ebe792c8d60ca265 to your computer and use it in GitHub Desktop.
Fix Steam not running on new Linux libraries
#!/bin/bash
find ~/.steam/root/ -name "libgcc_s.so*" -print -delete
find ~/.steam/root/ -name "libstdc++.so*" -print -delete
find ~/.steam/root/ -name "libxcb.so*" -print -delete
find ~/.steam/root/ -name "libgpg-error.so*" -print -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment