Skip to content
Snippets Groups Projects
Commit 3987c66d authored by Ludovico de Nittis's avatar Ludovico de Nittis
Browse files

runtime: Correctly handle data dirs when in a Flatpak environment


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: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
parent 9a9a38e9
No related branches found
No related tags found
1 merge request!289runtime: Correctly handle data dirs when in a Flatpak environment
Pipeline #11597 passed
Loading
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