Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pressure-vessel's overrides data dir to XDG_DATA_DIRS #1281

Merged
merged 1 commit into from
Mar 30, 2024

Commits on Mar 29, 2024

  1. Add pressure-vessel's overrides data dir to XDG_DATA_DIRS

    This is a hack until the underlying issue is fixed in the steam-runtime. Pressure-vessel mounts Flatpak extensions on a different path within the container, and that breaks Vulkan Layers due to that path not being in Vulkan-Loader's search paths, documented on: https://github.com/KhronosGroup/Vulkan-Loader/blob/main/docs/LoaderLayerInterface.md#linux-layer-discovery
    
    This directory doesn't exist outside a pressure-vessel container, which is only used by games and not by all of them. But still, adding it to XDG_DATA_DIRS in finish-args shouldn't cause any adverse effect, as these search paths are not required to be all valid.
    
    fixes flathub#1280
    jntesteves committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    071f600 View commit details
    Browse the repository at this point in the history