Skip to content

A package for applying known fixes to Steam games on linux

License

Notifications You must be signed in to change notification settings

simons-public/steamfixes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steamfixes

A package for applying known fixes to Steam games on linux

Alpha status, not yet in a usable state

Installation

Installing the steamfixes loader

cd src
make
make install

Install python package

sudo python3 setup.py install

Modify steam launch script

Add /usr/lib/steamfixes/loader.so to LD_PRELOAD in the /usr/bin/steam script:

- 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/steamfixes/loader.so /usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so

About

A package for applying known fixes to Steam games on linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published