Mercurial > repos > other > linux
changeset 71:fed933b2b8f5
Fix Steam bug where overlay doesn't work
Not using system libraries isn't The Linux Way™, but it seems to fix problems
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Thu, 18 Jan 2018 19:55:40 +0000 |
parents | 3b6eae8d3801 |
children | 21d5b52ae36f |
files | bashrc |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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