ubiquity: Fixes issues starting orca
This commit is contained in:
parent
4ec37d9070
commit
084c19a2b2
1 changed files with 4 additions and 1 deletions
|
|
@ -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=22
|
VERSION=23
|
||||||
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu impish main universe'
|
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu impish main universe'
|
||||||
#REPOKEY="871920D1991BC93C"
|
#REPOKEY="871920D1991BC93C"
|
||||||
|
|
||||||
|
|
@ -43,6 +43,9 @@ sed '/universe multiverse/d' -i bin/oem-config-remaster
|
||||||
# Use standard monospaced font for console
|
# Use standard monospaced font for console
|
||||||
sed 's/Ubuntu Mono/Monospace Regular/' -i ubiquity/frontend/gtk_ui.py
|
sed 's/Ubuntu Mono/Monospace Regular/' -i ubiquity/frontend/gtk_ui.py
|
||||||
|
|
||||||
|
# Fixes issues starting orca
|
||||||
|
sed "/Popen/s/'orca'/'orca', '--replace'/" -i ubiquity/frontend/gtk_ui.py
|
||||||
|
|
||||||
# Kill at-spi after maybe-ubiquity, allows a11y to work on live desktop installer
|
# Kill at-spi after maybe-ubiquity, allows a11y to work on live desktop installer
|
||||||
sed "/signal.alarm(0)/a\ \ \ \ \ \ \ \ subprocess.call\(['pkill', '-9', 'at-spi'], stdin=null, stdout=logfile, stderr=logfile)" -i bin/ubiquity-dm
|
sed "/signal.alarm(0)/a\ \ \ \ \ \ \ \ subprocess.call\(['pkill', '-9', 'at-spi'], stdin=null, stdout=logfile, stderr=logfile)" -i bin/ubiquity-dm
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue