From 9e86eb101bb4d6ddcbdfb1d71bf248c351346cd7 Mon Sep 17 00:00:00 2001 From: lissyx <1645737+lissyx@users.noreply.github.com> Date: Tue, 6 Jun 2023 18:59:00 +0200 Subject: [PATCH] desktop extensions: set libthai dictionary path (#4199) --- extensions/desktop/common/desktop-exports | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions/desktop/common/desktop-exports b/extensions/desktop/common/desktop-exports index f950085681..d76cf68ec9 100644 --- a/extensions/desktop/common/desktop-exports +++ b/extensions/desktop/common/desktop-exports @@ -467,3 +467,6 @@ ln -sfn "$REALHOME/.config/ibus/bus" "$IBUS_CONFIG_PATH" # Set libgweather path export LIBGWEATHER_LOCATIONS_PATH="$SNAP_DESKTOP_RUNTIME/usr/lib/$ARCH/libgweather-4/Locations.bin" + +# Set libthai dict path +export LIBTHAI_DICTDIR="$SNAP_DESKTOP_RUNTIME/usr/share/libthai/"