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

pressure-vessel: Remap $HOME for Flatpak correctly


Because we were testing for a prefix match with a trailing slash,
when FlatpakExports exports /home/me, we would not rewrite it to
/home/me/.var/app/com.valvesoftware.Steam.

Instead of adding the necessary special cases, use a slightly refactored
version of flatpak_has_path_prefix(), which already does what we need.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent f442b950
No related branches found
No related tags found
No related merge requests found
Pipeline #5904 passed