[LON-CAPA-cvs] cvs: doc /loncapafiles axe_config_check.piml
raeburn
raeburn at source.lon-capa.org
Thu Sep 3 17:55:02 EDT 2026
raeburn Thu Sep 3 21:55:02 2026 EDT
Modified files:
/doc/loncapafiles axe_config_check.piml
Log:
- Support Ubuntu 18 where google-chrome-stable is used instead of chromium.
Index: doc/loncapafiles/axe_config_check.piml
diff -u doc/loncapafiles/axe_config_check.piml:1.11 doc/loncapafiles/axe_config_check.piml:1.12
--- doc/loncapafiles/axe_config_check.piml:1.11 Thu Aug 20 20:58:11 2026
+++ doc/loncapafiles/axe_config_check.piml Thu Sep 3 21:55:02 2026
@@ -2,7 +2,7 @@
"http://lpml.sourceforge.net/DTD/piml.dtd">
<!-- axe_config_check.piml -->
-<!-- $Id: axe_config_check.piml,v 1.11 2026/08/20 20:58:11 raeburn Exp $ -->
+<!-- $Id: axe_config_check.piml,v 1.12 2026/09/03 21:55:02 raeburn Exp $ -->
<!--
@@ -77,7 +77,7 @@
my $path_to_browser = '/usr/bin/chromium-browser';
if ($dist eq 'debian') {
$path_to_browser = '/usr/bin/chromium';
-} elsif (($dist eq 'ubuntu') && ($version >= 22)) {
+} elsif (($dist eq 'ubuntu') && (($version >= 22) || ($version == 18))) {
$path_to_browser = '/usr/bin/google-chrome-stable';
} elsif ($distro eq 'sles12') {
$path_to_browser = '/usr/bin/firefox';
More information about the LON-CAPA-cvs
mailing list