# HG changeset patch # User IBBoard # Date 1516305340 0 # Node ID fed933b2b8f5031f7bd86fcaceb6b5bb0b35c81d # Parent 3b6eae8d380109249f5862dfacd8e7d24342d590 Fix Steam bug where overlay doesn't work Not using system libraries isn't The Linux Way™, but it seems to fix problems diff -r 3b6eae8d3801 -r fed933b2b8f5 bashrc --- a/bashrc Sun May 21 19:48:38 2017 +0100 +++ b/bashrc Thu Jan 18 19:55:40 2018 +0000 @@ -64,4 +64,7 @@ # Fix "less" highlighting export LESS_TERMCAP_so=$'\033[30;48;5;247m' -export LESS_TERMCAP_se=$'\033[0m' \ No newline at end of file +export LESS_TERMCAP_se=$'\033[0m' + +# Possible fix for Steam - https://github.com/ValveSoftware/steam-for-linux/issues/5000#issuecomment-305937612 +export STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0