Skip to content

Refactoring from Flatpak branch

Simon McVittie requested to merge wip/trivia into master
  • system-info: Remove an unused variable

  • system-info: Use g_autofree when diagnosing overrides

  • system-info: Look in both /overrides and /usr/lib/p-v/overrides

    In a Flatpak environment, we will not be allowed to create /overrides.

  • flatpak-context: #if 0 an entire function instead of editing its content

    This makes it a bit easier to reason about what we do and don't need.

  • pressure-vessel: Stop running bwrap --help

    We previously parsed this to decide whether we could use --unshare-uts, but we stopped doing that more than a year ago, in commit 210fbd8c.

  • pressure-vessel: Clarify a debug message

    If we're going to run the -launcher, then argv[1...] are the arguments for -launcher, not an argv array in their own right.

  • pressure-vessel: Narrow the scope of a variable

    It's easier to be sure that we are not using this variable outside the expected range of lines if it's only declared within those lines.


Taken from !203 (merged). These are the early commits that should be fairly easy/obvious to review.

/cc @denittis

Merge request reports