Skip to content
Snippets Groups Projects
  1. Aug 23, 2019
  2. Aug 20, 2019
  3. Aug 16, 2019
  4. Aug 15, 2019
  5. Aug 01, 2019
  6. Jul 23, 2019
  7. May 10, 2019
  8. May 03, 2019
    • Simon McVittie's avatar
      Add an experimental UI to launch games with pressure-vessel · f7fd019c
      Simon McVittie authored
      
      Instead of setting the game's launch options every time, you can
      configure them once, with:
      
          env PRESSURE_VESSEL_WRAP_GUI=1 .../bin/pressure-vessel-unruntime -- %command%
      
      and then use the launcher. It is currently hard-coded to look for
      runtimes in ../scout and ../spy relative to its own executable, so
      you'll want a directory structure like this:
      
          pressure-vessel-0.x
              bin/
                  pressure-vessel-test-ui
                  pressure-vessel-unruntime
                  ...
              lib/
                  i386-linux-gnu/
                      ...
                  x86_64-linux-gnu/
                      ...
              scout/
                  files/
                      ...
              spy/
                  files/
                      ...
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      f7fd019c
Loading