Skip to content
Snippets Groups Projects
  1. Apr 09, 2021
    • Ludovico de Nittis's avatar
      Silence misleading warnings about gameoverlayrenderer.so · 58ad7f29
      Ludovico de Nittis authored
      
      When we need to run the main executable for a game, Steam usually
      appends to the LD_PRELOAD the 32-bit and 64-bit version of
      gameoverlayrenderer.so
      
      However this leads to multiple warnings in the pressure-vessel log
      because ld.so will complain that it was not able to preload the 32-bit
      (or 64-bit) version of the library that was requested.
      
      To prevent that, we remove the game overlay library from LD_PRELOAD and
      we let pressure-vessel put it back when necessary, with the adjusted
      path that avoids preloading warnings.
      
      Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
      58ad7f29
  2. Mar 16, 2021
  3. Mar 12, 2021
  4. Mar 09, 2021
  5. Feb 23, 2021
  6. Feb 17, 2021
  7. Jan 13, 2021
  8. Jan 08, 2021
  9. Jan 05, 2021
  10. Jan 04, 2021
  11. Dec 10, 2020
  12. Dec 07, 2020
  13. Dec 04, 2020
  14. Dec 03, 2020
  15. Nov 24, 2020
  16. Nov 18, 2020
  17. Nov 17, 2020
  18. Oct 29, 2020
  19. Oct 26, 2020
Loading