AnduinOS 1.3, a Linux distribution inspired by Windows 11 and based on GNOME 48, has been updated to version 1.3.1, incorporating minor fixes and enhancements. The tasks encompass addressing Nautilus crashes, modifying image text during boot, incorporating the en_GB locale, rectifying Nautilus admin:/ command errors, and correcting the installer's default fallback order. The update mechanism is currently handled through a bash script but will be integrated into the sudo apt upgrade command in the future.
AnduinOS 1.3.1 upgrade with some minor fixes.
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
.