NO_AT_BRIDGE
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=315
This commit is contained in:
parent
920939b9e4
commit
5398206849
@ -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>
|
||||
|
||||
|
2
emacs.sh
2
emacs.sh
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user