Skip to content
Snippets Groups Projects
  1. Dec 10, 2020
  2. Dec 03, 2020
  3. Nov 17, 2020
  4. Oct 22, 2020
    • Simon McVittie's avatar
      pressure-vessel: Disable GIO modules differently · 92b1c2b6
      Simon McVittie authored
      
      Now that GIO_MODULE_DIR has been backported into scout's GLib, we can
      disable GIO modules completely, instead of loading them but then not
      using them. This avoids some misleading warnings (#32).
      
      This will not be completely effective on non-Debian systems until we
      also patch scout's GLib to make GIO_MODULE_DIR take precedence over
      the hard-coded legacy search path /usr/lib/gio/modules.
      
      The unit test for this is still in tests/pressure-vessel/utils.c
      for now.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      92b1c2b6
  5. Sep 29, 2020
  6. Sep 28, 2020
  7. Sep 25, 2020
  8. Sep 09, 2020
  9. Sep 02, 2020
    • Ludovico de Nittis's avatar
      Initial support for custom graphics provider path and Flatpak · d7ad67a2
      Ludovico de Nittis authored
      
      pressure-vessel had a few hard coded assumptions about the host system
      and where to look at for the graphics provider.
      
      For example it was assumed that the root was the same host system used
      by both pressure-vessel current environment (where pressure-vessel-wrap
      runs) and also later on by `bwrap`.
      
      But when we run pressure-vessel in a Flatpak container, the final
      `bwrap` command is expected to be executed against the real host system
      (mounted in `/run/host`, in Flatpak).
      
      Also when we are in a Flatpak container we might want to pick the
      graphics stack from the host system (`/run/host`), from the Flatpak
      container itself or it could even be a completely separate one.
      (T22373, T22371)
      
      Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
      d7ad67a2
    • Ludovico de Nittis's avatar
      utils: Add pv_file_test_in_sysroot · cbd9e214
      Ludovico de Nittis authored
      
      With this new function it will be possible to test the existence or
      properties of a given filename under a specific sysroot.
      
      Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
      cbd9e214
  10. Aug 19, 2020
  11. Aug 18, 2020
  12. Aug 04, 2020
  13. Aug 03, 2020
  14. Jul 29, 2020
  15. Jul 21, 2020
  16. Feb 26, 2020
  17. May 10, 2019
Loading