runtime: Correctly handle data dirs when in a Flatpak environment
Compare changes
- Ludovico de Nittis authored
When we are in a Flatpak environment there are two issue: - It's common to have multiple data directory, usually one for every multiarch - If we bind the data directory in "/usr/share/${dir_basename}" there is no guarantee that it will be in the library search path For this reason we avoid raising a warning if we have multiple data directory and also we bind them preserving their original path. Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
+ 45
− 0
@@ -3788,6 +3788,51 @@ pv_runtime_finish_lib_data (PvRuntime *self,