cscs
21 December 2023 00:50
11
Without actually looking at whats being done my guess is something like this:
You wanted to do some remodeling on your house.
You realized there was some light fixtures in the way.
So you tore down the whole wall.
You didnt need to do that, and now you need to rebuild the wall, but those light fixtures are no longer in the way.
Again, I dont know what the actual original ingredients were. It could have been some old unsupported packages that did need removing. Or maybe it was one of the ‘manual intervention’ things mentioned in the update announcements. ex:
2023-11-13
Changes in JDK / JRE 21 packages may require manual intervention
2023-11-02 - Frederik Schwan
We are introducing a change in JDK/JRE packages of our distro. This is triggered from the way a JRE is build in modern versions of Java (>9). We are introducing this change in Java 21.
To sum it up instead of having JDK and JRE packages coexist in the same system we will be making them conflict. The JDK variant package includes the runtime environment to execute Java applications so if one needs compilation and runtime of Java they need only the JDK package in the future. If, on the other hand, they need just runtime of Java then JRE (or jre-headless) will work.
This will (potentially) require a manual user action during upgrade:
If you have both JDK and JRE installed you can manually install the JDK with pacman -Sy jdk-openjdk && pacman -Su
and this removes the JRE related packages.
If you have both JRE and JRE-headless you will need to choose one of them and install it manually since they would conflict each other now.
If you only have one of the JDK/JRE/JRE-headless pacman should resolve dependencies normally and no action is needed.
At the moment this is only valid for the upcoming JDK 21 release.
– Arch Linux - News: Incoming changes in JDK / JRE 21 packages may require manual intervention
2023-11-06
Powerdevil fails in KDE Plasma
In KDE Plasma, Powerdevil fails and energy settings (Power save v Normal v Performance) are unavailable. See:
Powerdevil fails, Energy settings unavailable
Restarting gnome-shell using Alt+F2 and entering R, causes a crash
FS#79884 : [gnome-shell] Restarting gnome-shell using Alt+F2 and entering R, causes a crash
GNOME Extensions that target older GNOME versions will not work in GNOME 45
It is recommended to remove all third-party extensions before updating, then install the compatible versions after updating and rebooting. All Most extensions in the Manjaro repos are already updated.
kpeoplevcard update requires manual intervention
A “newer” version of kpeoplevcard
accidently existed, so to install the current version, either update with sudo pacman -Syu kpeoplevcard
or sudo pacman -Syuu
.
1 Like