ubiquity: Disable confirmation popups

This commit is contained in:
Ruben Rodriguez 2023-03-06 13:41:25 -05:00
parent 754ca3c16a
commit 07fccf9b74
2 changed files with 19 additions and 3 deletions

View file

@ -18,12 +18,12 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=32
VERSION=33
. ./config
# Enable full disk encryption by default. Disabled, as it hinders a11y and sighted people can choose to enable it.
#patch -p0 < $DATA/nabia_encrypt_by_default.patch
# Disable confirmation popups, as they are innacurate and buggy
patch -p1 < $DATA/no_confrirmation_when_crypto.patch
# Fix some gtk labels for Orca
patch -p1 < $DATA/a11y.patch