Skip to content

SHENZHEN I/O on Steam #21109

@puffnfresh

Description

@puffnfresh

The SHENZHEN I/O game on Steam launches after overriding LD_LIBRARY_PATH. Sadly this means it can't then load libGL on NixOS. I had to modify the launcher script under ~/.steam/steam/steamapps/common/SHENZHEN IO/Shenzhen so that it would prepend, instead of override:

export LD_LIBRARY_PATH=$STEAM_LD_LIBRARY_PATH${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH

I emailed this to the creator of the game but they indicated that NixOS is not supported and so may not be able to do any work for it.

Do we have any mechanism for patching a Steam game ourselves?

Metadata

Metadata

Assignees

No one assigned

    Labels

    6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS6.topic: steamSteam game store/launcher (store.steampowered.com)
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions