From 1998ac636e61958ad65c97f818d2976119458c7e Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Thu, 25 Nov 2021 23:14:09 -0500 Subject: [PATCH] ubiquity: use standard monospace font for console --- helpers/make-ubiquity | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/helpers/make-ubiquity b/helpers/make-ubiquity index d70897a5b..032f51dc9 100644 --- a/helpers/make-ubiquity +++ b/helpers/make-ubiquity @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=20 +VERSION=21 EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu impish main universe' #REPOKEY="871920D1991BC93C" @@ -40,6 +40,9 @@ sed 's/osextras.find_on_path.*orca.*/False: # Disabled by trisquel changes/' -i sed 's/main.*//' -i autopilot/ubiquity-autopilot-runner/custom-installation/iso-override/etc/apt/sources.list.d/all.list sed '/universe multiverse/d' -i bin/oem-config-remaster +# Use standard monospaced font for console +sed 's/Ubuntu Mono/Monospace Regular/' -i ubiquity/frontend/gtk_ui.py + cp $DATA/trisquel_installed.png pixmaps rm pixmaps/ubuntu_installed.png replace ubuntu_installed trisquel_installed . -- GitLab