Skip to content

Mask Vulkan layers in home directory or other non-/usr paths

Simon McVittie requested to merge wip/t26160 into master
  • runtime: Never set XDG_DATA_DIRS to just our override directory

    This will break the ability to find .desktop files, etc., in their default search paths. Default to /usr/local/share:/usr/share as per the specification.

  • graphics: Add _srt_graphics_get_vulkan_search_paths to internal header

  • runtime: Mask Vulkan layers in home directory or other non-/usr paths

    This avoids the Steam fossilize and overlay layers being duplicated in the container's search path.

    Resolves: T26160

Merge request reports