Skip to content

Commit dd66a5f

Browse files
committed
fix(vita3k): export XDG_DATA_DIRS to ensure bundled share files are discoverable
1 parent 6a3a9d6 commit dd66a5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vita3k/component_launcher.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ component_path="$(cd "$(dirname "${BASH_SOURCE[0]}" )" && pwd)"
77
export LD_LIBRARY_PATH="$component_path/lib:${LD_LIBRARY_PATH}"
88
PATH="$component_path/bin:$PATH"
99

10+
# Ensure bundled share files are discoverable inside the Flatpak runtime
11+
export XDG_DATA_DIRS="$component_path/share:${XDG_DATA_DIRS}"
12+
1013
log i "RetroDECK is now launching $component_name"
1114
log d "Library path is: $LD_LIBRARY_PATH"
1215

0 commit comments

Comments
 (0)