We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3a9d6 commit dd66a5fCopy full SHA for dd66a5f
vita3k/component_launcher.sh
@@ -7,6 +7,9 @@ component_path="$(cd "$(dirname "${BASH_SOURCE[0]}" )" && pwd)"
7
export LD_LIBRARY_PATH="$component_path/lib:${LD_LIBRARY_PATH}"
8
PATH="$component_path/bin:$PATH"
9
10
+# Ensure bundled share files are discoverable inside the Flatpak runtime
11
+export XDG_DATA_DIRS="$component_path/share:${XDG_DATA_DIRS}"
12
+
13
log i "RetroDECK is now launching $component_name"
14
log d "Library path is: $LD_LIBRARY_PATH"
15
0 commit comments