protonscr

2bwm breaks library access

steamclosed Steam clientDistro Family: Gentoo
ValveSoftware/steam-for-linux#5424 · opened 2018-03-25 by M4R10zM0113R · updated 2020-08-01 · 5 comments · github
MM4R10zM0113R 2018-03-25 github

SOLUTION:
reset environment variables to allow steam to run normally. Partial fix is using sudo to reset the environment, through another user.

Attached verbose steam logs
log_xinit.txt
log_2bwm.txt

Your system information

  • Steam client version (build number or date):
    Mar 22 2018
  • Distribution (e.g. Ubuntu):
    Gentoo
  • Opted into Steam client beta?: [Yes/No]
    No
  • Have you checked for system updates?: [Yes/No]
    Yes

Please describe your issue in as much detail as possible:

a particular window manager (2bwm) breaks access to library when running steam
($HOME/.local/share/Steam)

Possibly associated with a _NET standard, given the WM covers little

Multiple casualties with using the same WM. (It would be a bummer to deem it unsolvable)

Running Steam with xinit doesn't have the issue.

Steps for reproducing this issue:

Particular steps have worked to run steam normally

  1. Run 2bwm
  2. Install steam
  3. Remove problematic bundled library incompatibilities
    $ find ~/.steam/root/ ( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" ) -print -delete
    To make steam even launch
  4. Open steam
  5. Settings>Downloads>Steam Library Folders button, dialogue gets stuck on "Searching", and adding any other location fails with "New Steam library folder must be on a filesystem mounted with execute permissions"
Kkisak-valve maintainer 2018-03-25 github

Hello @M4R10zM0113R, what filesystem is being used with your home folder?

MM4R10zM0113R 2018-03-26 github

ext4

fstab entries have defaults,noatime on the respective mountpoint

MM4R10zM0113R 2018-03-26 github

using different display management creates different errors. xinit provokes no errors, while 2bwm does. Logs attached on issue

Kkisak-valve maintainer 2020-06-19 github

Hello @M4R10zM0113R, are you still experiencing this issue on an up to date system?

Kkisak-valve maintainer 2020-08-01 github

Closing pending feedback.

Nothing extracted yet.