ubiquity: Disable confirmation popups
This commit is contained in:
parent
754ca3c16a
commit
07fccf9b74
2 changed files with 19 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue