Skip to content
Snippets Groups Projects
Commit 6dcaac85 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

ubiquity: fully disabled launching orca on ubiquity-dm

parent 59b44f73
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -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=19 VERSION=20
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"
...@@ -33,9 +33,8 @@ sed 's/Canada/Bahamas/' -i ./tests/test_timezone.py ...@@ -33,9 +33,8 @@ sed 's/Canada/Bahamas/' -i ./tests/test_timezone.py
# Fix some gtk labels for Orca # Fix some gtk labels for Orca
patch -p1 < $DATA/a11y.patch patch -p1 < $DATA/a11y.patch
# Do not unconditionally try to start orca on ubiquity-dm # Do not try to start orca on ubiquity-dm
sed '2aimport psutil' -i bin/ubiquity-dm sed 's/osextras.find_on_path.*orca.*/False: #disabled by trisquel changes/' -i bin/ubiquity-dm
sed 's/osextras.find_on_path.*orca.*/"orca" not in (p.name() for p in psutil.process_iter()):/' -i bin/ubiquity-dm
# Disable non-main repository handling # Disable non-main repository handling
sed 's/main.*//' -i autopilot/ubiquity-autopilot-runner/custom-installation/iso-override/etc/apt/sources.list.d/all.list sed 's/main.*//' -i autopilot/ubiquity-autopilot-runner/custom-installation/iso-override/etc/apt/sources.list.d/all.list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment