diff options
author | William Hubbs <williamh@gentoo.org> | 2023-01-26 12:21:04 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-01-26 12:21:04 -0600 |
commit | 8aa828d0ce8ea8822cb0ba6e26affbc2005281e6 (patch) | |
tree | 72ca853ec5c92b29e76b5709626a77f16c17ae42 | |
parent | install the fhs compatible symlinks in the Makefile (diff) | |
download | baselayout-8aa828d0ce8ea8822cb0ba6e26affbc2005281e6.tar.gz baselayout-8aa828d0ce8ea8822cb0ba6e26affbc2005281e6.tar.bz2 baselayout-8aa828d0ce8ea8822cb0ba6e26affbc2005281e6.zip |
add environment variables needed for assistive technology
Bug: https://bugs.gentoo.org/853820
Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r-- | etc/env.d/50baselayout | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/env.d/50baselayout b/etc/env.d/50baselayout index 694a2336..f7cbb6d5 100644 --- a/etc/env.d/50baselayout +++ b/etc/env.d/50baselayout @@ -6,3 +6,5 @@ ROOTPATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin" MANPATH="/usr/local/share/man:/usr/share/man" INFOPATH="/usr/share/info" CONFIG_PROTECT_MASK="/etc/gentoo-release" +ACCESSIBILITY_ENABLED="1" +QT_LINUX_ACCESSIBILITY_ALWAYS_ON="1" |