Skip to content
Snippets Groups Projects
Commit 58ad7f29 authored by Ludovico de Nittis's avatar Ludovico de Nittis :palm_tree:
Browse files

Silence misleading warnings about gameoverlayrenderer.so


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>
parent e09b2e61
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment