From e439db7f9cf0ae2aaea1d2615c5ff523d1243346 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Fri, 14 Oct 2016 17:46:39 -0400 Subject: Add a nice little function to properly load steam --- mkshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mkshrc') diff --git a/mkshrc b/mkshrc index 15b76e2..f571b05 100644 --- a/mkshrc +++ b/mkshrc @@ -162,6 +162,10 @@ debugstarttls() { # |_| |_|_|___/\___| |_| \__,_|_| |_|\___|\__|_|\___/|_| |_|___/ # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +# Run Steam +unfuck_steam() { +LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' /usr/bin/steam +} # First argument is the interface on which to scan ipv6_local_hosts() { if ! [ -z $1 ] ; then -- cgit v1.2.3