Flatpak-related fixes
Compare changes
Files
3- Simon McVittie authored
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:
Simon McVittie <smcv@collabora.com>
+ 59
− 23
@@ -795,6 +795,50 @@ pv_terminate_all_child_processes (GTimeSpan wait_period,
@@ -807,40 +851,32 @@ gchar *
@@ -860,12 +896,12 @@ pv_current_namespace_path_to_host_path (const gchar *current_env_path)