Based some recent bug reports, AnduinOS 1.3 was patched with some minor fixes and upgraded to 1.3.1.
Fix including:
- Fixed an issue that
nautilus
may crash when clickingNetwork
. - Changed the text of the image during boot(grub menu) from
Install AnduinOS
toTry and Install AnduinOS
. - Added
en_GB
locale to the default locale list to support British English. - Fixed an issue that
nautilus admin:/
command result inadmin locations are not supported
error. - Fixed an issue that the installer doesn't follow system theme.
- Added
gvfs-background
to the default app list to supportadmin://
protocol. - Added
libpam-gnome-keyring
package to avoid gnome-keyring asking for password when login. - Fixed
fr_FR
font issue that caused some characters to be displayed incorrectly. Adjusted default fallback order for sans-serif, serif, and monospace to prioritize Latin fonts while retaining proper CJK support.
Since AnduinOS currently does not have its own dedicated software repository (all software packages are sourced from Ubuntu), updates to AnduinOS itself are, for now, handled by executing a bash script. In the future, we plan to integrate the update mechanism directly into the sudo apt upgrade
command.
To update AnduinOS to the latest dot build version, simply run the following command: do_anduinos_upgrade
. For example:
1.1.0 → 1.1.4
1.2.0 → 1.2.4
1.3.0 → 1.3.1
Please note that this command will not upgrade across fork versions—that is, it will not upgrade from 1.2.0 to 1.3.1.