This is weird. This definitely works, but when I launch steam from a terminal I get tons of this message in the output:
ERROR: ld.so: object '/usr/lib32/libextest.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
This happens for both steam-runtime and steam, and presumably when I launch it from the desktop file as well. Doesn't seem to cause any other problems.
Pinned Comments
shaybox commented on 2024-04-07 09:26 (UTC)
rustup target add i686-unknown-linux-gnu
is required or it will fail with a load of errors with the useful one being thousands of lines at the top hidden by scroll cut-off.Toadtoad commented on 2024-02-06 23:45 (UTC) (edited on 2024-02-06 23:45 (UTC) by Toadtoad)
This package installs libextest.so to /usr/lib32/libextest.so. To use it with Steam, adjust Steam's desktop file to include the env variable
LD_PRELOAD=/usr/lib32/libextest.so