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

pv-wrap: Suggest an appropriate `flatpak override` command


The Steam Flatpak app can't have this property set by default until the
Flatpak version used to build apps on Flathub's buildbot supports it,
but we need it (either that or --device=shm, but --device=shm weakens
the sandbox).

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent ca4f7d75
No related branches found
No related tags found
1 merge request!293Simplify Flatpak support
......@@ -189,6 +189,9 @@ pv_wrap_check_flatpak (const char *tools_dir,
g_warning ("/dev/shm not shared between app instances "
"(flatpak#4214). "
"The Steam Overlay will not work.");
g_info ("Try this: "
"flatpak override --user --allow=per-app-dev-shm "
"com.valvesoftware.Steam");
}
}
/* Deliberately not documented: only people who are in a position
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment