Below is a list of post-release service announcements.
📌 PSA 15/02/25
PSA: We will remove the NX Software Center from future installations and distribution upgrades due to a lack of maintenance on the application side and the recent changes in the opendesktop API, which serves the content that the application fetches, causing listings to be erroneous and the application appearing to be “broken.”
We recommend that users use Bauh to manage AppImages in Nitrux; for other software acquisition methods, see Using Nitrux: Software Management.
📌 PSA 03/02/25
PSA: Today, we’ve updated the Nitrux Update Tool System to version 2.2.1 with the following changes.
- Fix the spinner function in all scripts that would break probably because of bc causing absurdly long elapsed time values or none.
- Improve style by using tabs instead of spaces for indentation.
- Remove the spinner function from nuts-ccu since it seemed to cause an issue when executing the commands in the script.
To update the Nitrux Update Tool System, run the following command.
sudo nuts self-update
Additionally, we’ve released the OTA update archive for Nitrux 3.8.0→3.9.0. To update the distribution, run the following command.
- 🔰 Information: See our tutorial, How to Update Nitrux, for more information about upgrades.
sudo nuts update
It’s worth noting that the Nitrux Update Tool System does not modify files in the user’s home directory. If the user is still using the default ZSH configuration from 3.8.0—assuming the user didn’t update it as instructed in PSA: Nitrux 3.8.0—simply replace it with the fixed configuration file. To do this, run the following command.
- 🔰 Information: If the ZSH configuration has been customized, apply the fix mentioned in the previous PSA since the command below will overwrite it.
yes | cp -rf /etc/skel/.zshrc ~/.zshrc