Package Details: lib32-extest 1.0.2-1

Git Clone URL: https://aur.archlinux.org/lib32-extest.git (read-only, click to copy)
Package Base: lib32-extest
Description: X11 XTEST reimplementation primarily for Steam Controller on Wayland
Upstream URL: https://github.com/Supreeeme/extest
Licenses: MIT
Submitter: Toadtoad
Maintainer: Toadtoad
Last Packager: Toadtoad
Votes: 3
Popularity: 0.47
First Submitted: 2024-02-06 23:43 (UTC)
Last Updated: 2024-02-06 23:43 (UTC)

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

Latest Comments

kirreen commented on 2024-08-25 22:04 (UTC)

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.

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