try-fix-v23-settings

This commit is contained in:
shenmo 2024-04-17 23:35:23 +08:00
parent 401256fab9
commit c61d30ff5f
3 changed files with 3 additions and 3 deletions
src
etc
X11/Xsession.d
profile.d
usr/lib/systemd/user-environment-generators

@ -12,6 +12,6 @@ fi
# looked for in XDG_DATA_DIRS; make sure it includes the relevant directory for ACE
ACE_path="/opt/apps/amber-ce-bookworm/files/ace-env/flamescion-container-tools/data-dir/"
if [ -n "${XDG_DATA_DIRS##*${ACE_path}}" ] && [ -n "${XDG_DATA_DIRS##*${ACE_path}:*}" ]; then
export XDG_DATA_DIRS="${ACE_path}:${XDG_DATA_DIRS}"
export XDG_DATA_DIRS="${XDG_DATA_DIRS}:${ACE_path}"
fi

@ -11,6 +11,6 @@ fi
# looked for in XDG_DATA_DIRS; make sure it includes the relevant directory for ACE
ACE_path="/opt/apps/amber-ce-bookworm/files/ace-env/flamescion-container-tools/data-dir/"
if [ -n "${XDG_DATA_DIRS##*${ACE_path}}" ] && [ -n "${XDG_DATA_DIRS##*${ACE_path}:*}" ]; then
export XDG_DATA_DIRS="${ACE_path}:${XDG_DATA_DIRS}"
export XDG_DATA_DIRS="${XDG_DATA_DIRS}:${ACE_path}"
fi

@ -12,6 +12,6 @@ fi
# looked for in XDG_DATA_DIRS; make sure it includes the relevant directory for ACE
ACE_path="/opt/apps/amber-ce-bookworm/files/ace-env/flamescion-container-tools/data-dir/"
if [ -n "${XDG_DATA_DIRS##*${ACE_path}}" ] && [ -n "${XDG_DATA_DIRS##*${ACE_path}:*}" ]; then
export XDG_DATA_DIRS="${ACE_path}:${XDG_DATA_DIRS}"
export XDG_DATA_DIRS="${XDG_DATA_DIRS}:${ACE_path}"
fi