Skip to content
Snippets Groups Projects
Commit ca4f7d75 authored by Simon McVittie's avatar Simon McVittie
Browse files

pv-wrap: Remove environment variable gate for patched Flatpak


Everything we need is in Flatpak git master now, so we don't need to
allow for people who have patched their Flatpak with my WIP versions
of the same code.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent fda8f2c2
No related branches found
No related tags found
1 merge request!293Simplify Flatpak support
......@@ -195,13 +195,6 @@ pv_wrap_check_flatpak (const char *tools_dir,
* to run their own modified versions of Flatpak and pressure-vessel
* should be using this, and those people can find this in the
* source code */
else if (g_getenv ("PRESSURE_VESSEL_FLATPAK_PR4018") != NULL)
{
g_warning ("Assuming your version of Flatpak contains unmerged "
"changes (#4018, #4125, #4126, #4093)");
subsandbox = get_subsandbox_adverb (launch_executable);
}
/* Also deliberately not documented */
else if (g_getenv ("PRESSURE_VESSEL_FLATPAK_SANDBOX_ESCAPE") != NULL)
{
g_autofree gchar *policy = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment