We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5feef commit d320e60Copy full SHA for d320e60
scripts/bin/gpu-2404-provider-wrapper.in
@@ -23,7 +23,7 @@ __EGL_EXTERNAL_PLATFORM_CONFIG_DIRS=${__EGL_EXTERNAL_PLATFORM_CONFIG_DIRS:+$__EG
23
DRIRC_CONFIGDIR=$( cd -- "$(dirname "$0")/../drirc.d" ; pwd -P )
24
VK_LAYER_PATH=${VK_LAYER_PATH:+$VK_LAYER_PATH:}${SELF}/share/vulkan/implicit_layer.d/:${SELF}/share/vulkan/explicit_layer.d/
25
XDG_DATA_DIRS=${XDG_DATA_DIRS:+$XDG_DATA_DIRS:}${SELF}/share
26
-XLOCALEDIR="${SELF}/share/X11/locale"
+XLOCALEDIR="$(realpath "${SELF}/../X11/locale")"
27
28
# These are in the default LD_LIBRARY_PATH, but in case the snap dropped it inadvertently
29
if [ -d "/var/lib/snapd/lib/gl" ] && [[ ! ${LD_LIBRARY_PATH} =~ (^|:)/var/lib/snapd/lib/gl(:|$) ]]; then
0 commit comments