This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/profile.d/at-dbus-fix.sh
2022-05-16 11:45:06 +02:00

4 lines
95 B
Bash

if ! [ -e /usr/share/dbus-1/services/org.a11y.Bus.service ] ; then
export NO_AT_BRIDGE=1
fi