7 lines
182 B
Bash
7 lines
182 B
Bash
# vim:set ft=sh
|
|
|
|
export QT_ACCESSIBILITY=1
|
|
|
|
if [ -x "/usr/bin/dbus-update-activation-environment" ]; then
|
|
dbus-update-activation-environment --verbose --systemd QT_ACCESSIBILITY
|
|
fi
|