✏️ 正在编辑: 90qt-a11y
路径:
/etc/X11/Xsession.d/90qt-a11y
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
# -*- sh -*- # Xsession.d script to set the env variables to enable accessibility for Qt # # This file is sourced by Xsession(5), not executed. QT_ACCESSIBILITY=1 export QT_ACCESSIBILITY if [ -x "/usr/bin/dbus-update-activation-environment" ]; then dbus-update-activation-environment --verbose --systemd QT_ACCESSIBILITY QT_LINUX_ACCESSIBILITY_ALWAYS_ON fi
💾 保存文件
← 返回文件管理器