Dr. Werner Fink 2021-11-19 10:55:22 +00:00 committed by Git OBS Bridge
parent 920939b9e4
commit 5398206849
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 19 10:54:09 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Enable the NO_AT_BRIDGE code
-------------------------------------------------------------------
Mon Nov 15 13:07:51 UTC 2021 - Dr. Werner Fink <werner@suse.de>

View File

@ -128,7 +128,7 @@ fi
#
# Disable AT bridge if not accessible
#
if test -z "NO_AT_BRIDGE" ; then
if test -z "$NO_AT_BRIDGE" ; then
gsettings=$(gsettings get org.gnome.desktop.interface toolkit-accessibility 2>/dev/null)
if test -z "$gsettings" -o "$gsettings" = false ; then
NO_AT_BRIDGE=1