5 Commits
Author SHA1 Message Date
ahkok 6137c52bab Update README.md 2019-06-10 13:55:47 -07:00
ahkok 524810bbd2 Merge pull request #1 from sunnyflunk/beta
Allow steam to load private libpangocairo
2019-06-10 13:18:21 -07:00
Peter O'Connor d7006fdb74 Allow steam to load private libpangocairo
The latest steam beta now includes `libpangocairo-1.0.so.0` as a private
library. Currently an issue arises where it loads this file from the
distribution, but is incompatible with the privately loaded libpango due to
the lack of `pango_renderer_get_alpha` symbol.
2019-05-16 15:46:29 +10:00
Ikey Doherty 211ac7613c Any day now ...
Signed-off-by: Ikey Doherty <ikey.doherty@intel.com>
2019-03-20 17:54:38 +00:00
Ikey Doherty 5352b5deab Update README.md as I was off sick
Signed-off-by: Ikey Doherty <ikey.doherty@intel.com>
2019-02-06 10:41:26 +00:00
2 changed files with 1 additions and 20 deletions
-20
View File
@@ -1,26 +1,6 @@
linux-steam-integration
-----------------------
### Notice
Due to work commitments the ramp up for this project is planned for WW04, starting
Monday 21st January. Basic plan involves:
- Adding a hybrid shim mode. This will automatically install Steam if it is
missing to enable any distro to ship LSI. We will of course then need to
ship udev rules with this mode enabled. This will not conflict with existing
modes.
- Add missing Proton support (much needed!)
- Refactor the two modules to be more extensible and get a boatload of games
working.
- Enable GitHub issue tracker.
There is of course more planned, so for now we'll put out an interim maintenance
release to fix some annoying bugs, such as Don't Starve not working correctly.
Linux Steam* Integration is a helper system to make the Steam Client and Steam
games run better on Linux. In a nutshell, LSI automatically applies various workarounds
to get games working, and fixes long standing bugs in both games and the client.
+1
View File
@@ -87,6 +87,7 @@ static const char *steam_allowed[] = {
"panorama",
"libpangoft2-1.0.so",
"libpango-1.0.so",
"libpangocairo-1.0.so",
/* steamwebhelper */
"libcef.so",