fix spelling
This commit is contained in:
parent
88f2333194
commit
ac0483a69c
2 changed files with 3 additions and 1 deletions
|
@ -70,3 +70,5 @@ til
|
||||||
txt
|
txt
|
||||||
wat
|
wat
|
||||||
wikipedia
|
wikipedia
|
||||||
|
stacktrace
|
||||||
|
iGPU
|
||||||
|
|
|
@ -41,7 +41,7 @@ STEAM_RUNTIME is enabled automatically
|
||||||
Installing breakpad exception handler for appid(steam)/version(1468023329)
|
Installing breakpad exception handler for appid(steam)/version(1468023329)
|
||||||
```
|
```
|
||||||
|
|
||||||
Unfortunately, it doesnt seem to work if you add it to the `steam.desktop` file, for reasons I don't quite understand. But, just edit `/usr/bin/steam` to include the variable, and that works perfectly!
|
Unfortunately, it doesn't seem to work if you add it to the `steam.desktop` file, for reasons I don't quite understand. But, just edit `/usr/bin/steam` to include the variable, and that works perfectly!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so'
|
export LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so'
|
||||||
|
|
Reference in a new issue