summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2023-01-26 12:21:04 -0600
committerWilliam Hubbs <williamh@gentoo.org>2023-01-26 12:21:04 -0600
commit8aa828d0ce8ea8822cb0ba6e26affbc2005281e6 (patch)
tree72ca853ec5c92b29e76b5709626a77f16c17ae42
parentinstall the fhs compatible symlinks in the Makefile (diff)
downloadbaselayout-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/50baselayout2
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"