Skip to content

Instantly share code, notes, and snippets.

@johndrinkwater
Last active January 29, 2016 13:53
Show Gist options
  • Save johndrinkwater/ee9908397878cac596f1 to your computer and use it in GitHub Desktop.
Save johndrinkwater/ee9908397878cac596f1 to your computer and use it in GitHub Desktop.
john@joran ~ ❯ la .local/share/Steam
ls: cannot access .local/share/Steam: No such file or directory
john@joran ~ ❯ set | grep XDG.*HOME
XDG_CACHE_HOME=/home/john/settings/cache
XDG_CONFIG_HOME=/home/john/settings/config
XDG_DATA_HOME=/home/john/settings/data
XDG_STATE_HOME=/home/john/settings/state
john@joran ~ ❯ la | grep steam
drwxrwxr-x 2 john 4.1k 2016-01-28 18:29 .steam/
lrwxrwxrwx 1 john 29 2016-01-28 18:29 .steampath -> /home/john/.steam/bin32/steam*
lrwxrwxrwx 1 john 27 2016-01-28 18:29 .steampid -> /home/john/.steam/steam.pid
john@joran ~ ❯ la ~/.steam
total 50k
lrwxrwxrwx 1 john 23 2016-01-29 10:08 bin -> /home/john/.steam/bin32/
lrwxrwxrwx 1 john 42 2016-01-29 10:08 bin32 -> /home/john/settings/data/Steam/ubuntu12_32/
lrwxrwxrwx 1 john 42 2016-01-29 10:08 bin64 -> /home/john/settings/data/Steam/ubuntu12_64/
-rw-rw-r-- 1 john 31k 2016-01-29 12:59 registry.vdf
lrwxrwxrwx 1 john 30 2016-01-29 10:08 root -> /home/john/settings/data/Steam/
lrwxrwxrwx 1 john 38 2016-01-29 10:08 sdk32 -> /home/john/settings/data/Steam/linux32/
lrwxrwxrwx 1 john 38 2016-01-29 10:08 sdk64 -> /home/john/settings/data/Steam/linux64/
lrwxrwxrwx 1 john 30 2016-01-29 10:08 steam -> /home/john/settings/data/Steam/
-rw------- 1 john 8.9k 2015-09-14 17:52 steam_install_agreement.txt
-rw-rw-r-- 1 john 6 2016-01-28 18:29 steam.pid
prw------- 1 john 0 2016-01-29 10:08 steam.pipe|
john@joran ~ ❯ la ~/.steam/bin32/steam-runtime
total 33k
drwxr-xr-x 7 john 4.1k 2014-07-01 20:13 amd64/
drwx------ 2 john 4.1k 2015-01-06 19:43 common-licenses/
drwxr-xr-x 7 john 4.1k 2014-07-01 20:12 i386/
drwx------ 2 john 4.1k 2015-01-06 19:43 scripts/
-rwxrwxr-x 1 john 55 2015-09-14 17:53 checksum*
lrwxrwxrwx 1 john 10 2015-01-06 19:43 COPYING -> README.txt
-rw-r--r-- 1 john 1.7k 2015-06-13 00:01 README.txt
-rwx------ 1 john 739 2015-01-06 19:43 run.sh*
-rw-r--r-- 1 john 33 2015-06-13 00:01 version.txt
john@joran ~ ❯ la ~/.steam/bin64/gameoverlayrenderer.so
-rwxrwxr-x 1 john 220k 2016-01-26 02:27 /home/john/.steam/bin64/gameoverlayrenderer.so*
--- steamapp64 2016-01-29 09:56:06.991674981 +0000
+++ steamapp64 2016-01-29 09:57:00.882974615 +0000
@@ -27,11 +27,11 @@
#if [ "$DEBUG" == "1" ]; then
# STEAM_RUNTIME="$HOME/steam-runtime/runtime-debug"
#else
- STEAM_RUNTIME="$HOME/.local/share/Steam/ubuntu12_32/steam-runtime"
+ STEAM_RUNTIME="$HOME/.steam/bin32/steam-runtime"
#fi
fi
-export LD_PRELOAD=~/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so
+export LD_PRELOAD=~/.steam/bin64/gameoverlayrenderer.so
exec "$STEAM_RUNTIME/run.sh" "$@"
exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment