Please add lib32-systemd and lib32-libxinerama as dependencies
Task Info (Flyspray) | |
---|---|
Opened By | Emil (xexaxo) |
Task ID | 75156 |
Type | Bug Report |
Project | Community Packages |
Category | Packages: Multilib |
Version | None |
OS | All |
Opened | 2022-06-24 16:16:56 UTC |
Status | Assigned |
Assignee | Levente Polyak (anthraxx) |
Assignee | Giancarlo Razzolini (grazzolini) |
Details
Description:
Currently the libraries are part of the Steam Runtime. Sadly they are really ancient and for one reason or another they cannot be updated.
In an offline conversation with the Steam Runtime developers, they mentioned that ideally we'll be having a hard-dependency on lib32-systemd and lib32-libxinerama for the steam package. Then the magic within the steam start-up scripts, will pick the system libraries over the ones bundled.
Please add them as dependencies in the steam package.
Additional info:
- package version(s) steam 1.0.0.74-1
Steps to reproduce:
- pacman -S steam
- pacman -R lib32-systemd lib32-libxinerama
- steam
- check the /proc/pid/mappings - they will be listing the bundled (SRT) lib32 libraries
- pacman -S lib32-systemd lib32-libxinerama
- steam
- check the /proc/pid/mappings - they will be listing the system lib32 libraries