AnduinOS 1.3.2 1.2.5 and 1.1.5 #91
Anduin2017
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
AnduinOS new builds with fixes and improvements are released.
This version has been tested on an ASUS Zenbook S14, and the results are impressive. This device comes highly recommended for its exceptional battery life, powered by an Intel Lunar Lake processor. It runs exceptionally well with AnduinOS 1.3.2!
Naturally, I built AnduinOS on it.
1.3.2
libfuse2t64
,libfuse3-3
andlibopengl0
to support AppImage out of the box.power-profiles-daemon
to the default app list to help manage power profiles.zh_CN
version, changed default flathub mirror fromsjtu
toustc
.software-properties-gtk
(Modified),libgtk3-perl
,python3-dateutil
andgir1.2-handy-1
to the default app list. Holdsoftware-properties-gtk
to prevent it from being upgraded.thesofproject/sof-bin
firmware to support Intel latest audio devices (Tested on Lunarlake CPU). (This feature won't be shipped via upgrading and only available in the ISO image)/etc/apt/preferences.d/
to preventsoftware-properties-gtk
andbase-files
from being upgraded.systemctl --user status deskmon.service
to automatically allow executing desktop files in the~/Desktop
directory. This will simplify the process of "Create Desktop shortcut" for users.vim
to the default app list.xserver-xorg-input-all
,xorg
,xserver-xorg-legacy
,xserver-xorg-video-intel
andxserver-xorg-video-qxl
to optimize the X11 experience. In Hyper-V virtual machine, X11 is used by default. Now the ISO can boot into the desktop environment in Hyper-V without any issues.cracklib-runtime
package to the default app list to enhance password security.1.2.5
en_GB
locale to the default locale list to support British English.ubiquity
doesn't follow system theme.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.cracklib-runtime
package to the default app list to enhance password security.Install AnduinOS
toTry and Install AnduinOS
.libfuse2t64
,libfuse3-3
andlibopengl0
to the default app list to support AppImage out of the box.power-profiles-daemon
to the default app list to help manage power profiles.vim
to the default app list.software-properties-gtk
(Modified),libgtk3-perl
,python3-dateutil
andgir1.2-handy-1
to the default app list. Holdsoftware-properties-gtk
to prevent it from being upgraded./etc/apt/preferences.d/
to preventsoftware-properties-gtk
andbase-files
from being upgraded.systemctl --user status deskmon.service
to automatically allow executing desktop files in the~/Desktop
directory. This will simplify the process of "Create Desktop shortcut" for users.xserver-xorg-input-all
,xorg
,xserver-xorg-legacy
,xserver-xorg-video-intel
andxserver-xorg-video-qxl
to optimize the X11 experience. In Hyper-V virtual machine, X11 is used by default. Now the ISO can boot into the desktop environment in Hyper-V without any issues.1.1.5
gstreamer1.0-libav
to the default app list.en_GB
locale to the default locale list to support British English.ubiquity
doesn't follow system theme.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.cracklib-runtime
package to the default app list to enhance password security.Install AnduinOS
toTry and Install AnduinOS
.libfuse2t64
,libfuse3-3
andlibopengl0
to the default app list to support AppImage out of the box.power-profiles-daemon
to the default app list to help manage power profiles.vim
to the default app list.software-properties-gtk
(Modified),libgtk3-perl
,python3-dateutil
andgir1.2-handy-1
to the default app list. Holdsoftware-properties-gtk
to prevent it from being upgraded./etc/apt/preferences.d/
to preventsoftware-properties-gtk
andbase-files
from being upgraded.systemctl --user status deskmon.service
to automatically allow executing desktop files in the~/Desktop
directory. This will simplify the process of "Create Desktop shortcut" for users.xserver-xorg-input-all
,xorg
,xserver-xorg-legacy
,xserver-xorg-video-intel
andxserver-xorg-video-qxl
to optimize the X11 experience. In Hyper-V virtual machine, X11 is used by default. Now the ISO can boot into the desktop environment in Hyper-V without any issues.Deskmon service
The deskmon service is a binary. It keeps running in the background to auto trust all files ends with
.desktop
on Desktop. This is to simplify the process that user may pin a.Desktop
file on the desktop but don't know how to run it.To disable it, simply run:
To verify it's integrity, you can download the source code of the binary here.
Or build it on your own:
Inplace upgrade from old versions
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: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.
Beta Was this translation helpful? Give feedback.
All reactions