a11y-profile-manager: Fixes issues starting orca
This commit is contained in:
parent
c1242a7713
commit
4ec37d9070
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2020 Ruben Rodriguez <ruben@trisquel.info>
|
# Copyright (C) 2021 Ruben Rodriguez <ruben@trisquel.info>
|
||||||
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
|
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=3
|
VERSION=4
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
@ -42,6 +42,7 @@ cat << EOF >> profiles/high-contrast/profile.gsettings
|
||||||
high-contrast=true
|
high-contrast=true
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
sed 's/orca/orca --replace/' -i profiles/blindness/profile.manifest.in
|
||||||
|
|
||||||
changelog "Added unity-greeter gsettings"
|
changelog "Added unity-greeter gsettings"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue