Skip to content
Snippets Groups Projects
  1. Nov 11, 2019
  2. Sep 27, 2019
    • Simon McVittie's avatar
      wrap: Include all known NVIDIA libraries, except for libnvidia-gtk* · eec5cfd5
      Simon McVittie authored
      
      The NVIDIA proprietary EGL, GLES and Vulkan ICDs depend on
      libnvidia-eglcore and libnvidia-glvkspirv, but do not have DT_NEEDED
      entries for them (presumably they dlopen() them instead).
      capsule-capture-libs can only follow DT_NEEDED entries, so we have to
      special-case those hidden dependencies.
      
      Ideally we'd have a syntax for "libnvidia-*.so.* except libnvidia-gtk*",
      but currently we don't, so just include all the known libraries.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      eec5cfd5
  3. Sep 26, 2019
  4. Sep 25, 2019
  5. Sep 24, 2019
  6. Sep 12, 2019
  7. Sep 11, 2019
  8. Sep 10, 2019
  9. Sep 05, 2019
  10. Sep 04, 2019
  11. Aug 23, 2019
  12. Aug 16, 2019
  13. Aug 15, 2019
  14. Aug 08, 2019
  15. Aug 01, 2019
  16. Jul 31, 2019
    • Simon McVittie's avatar
      wrap: Don't set a custom hostname for the container · 210fbd8c
      Simon McVittie authored
      
      This was a nice idea as a quick way to see which was which, and it works
      OK if your X display has uid-based access control via
      `xhost +si:localuser:$(id -nu)` (like Debian derivatives and systems
      that use gdm); but it breaks MIT magic cookie (XAUTHORITY) authentication
      on systems that rely on that, like Plasma Desktop on Manjaro.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      210fbd8c
  17. Jul 30, 2019
Loading