[Unstable Update] December 2023 Edition

Welcome to the new monthly unstable branch thread.

Noticeable Package changes so far

We do a rough comparison to our testing branch and will update it either weekly or when we do a testing snap: Package Changes

Additional Info

Info about AUR packages

:warning: AUR (Arch User Repository) packages are neither supported by Arch nor Manjaro. Posts about them in Announcements topics are off-topic and will be flagged, moved or removed without warning.

For help with AUR packages, please create a new topic in AUR and a helpful volunteer may be able to assist you.


Get our latest daily developer images now from Github: Plasma, GNOME, XFCE. You can get the latest stable releases of Manjaro from CDN77.

Check if your mirror has already synced:

3 Likes

I just want to point out that the Cinnamon 6.0.0 update (or one of its dependencies) disabled the “Weather” applet.
Also on other Arch-based releases.

maybe not compatible with it …

I think it will be fixed. … Until then:
curl wttr.in

4 Likes

gamescope-plus is missing dependencies from its list:

gamescope: error while loading shared libraries: libdisplay-info.so.2: cannot open shared object file: No such file or directory

Gamescope Plus will be fixed in a newer version

I got a 7800 XT last weekend, and seem to be suffering from where every shutdown turns into a reboot at the moment, with MCEs, as some have also experienced:
https://bbs.archlinux.org/viewtopic.php?id=289227

Currently, I go to UEFI or GRUB menu and press the power button there to get a somewhat graceful shutdown. REISUO is just another reboot.
Every shutdown behaves like this on 6.6.3.
At least one recent comment indicates that this was initially fixed in Arch on 6.6.1, but broke again in versions after that.

This will be more graceful from grub:

/etc/grub.d/92_poweroff

#!/bin/sh

echo "Adding poweroff option." >&2

cat << EOF
menuentry 'Poweroff' --class tool --class shutdown --id poweroff {
        halt
}
EOF

(run sudo update-grub)

PS.
Less useful for you, but I also keep

/etc/grub.d/91_reboot

#!/bin/sh

echo "Adding reboot option." >&2

cat << EOF
menuentry 'Reboot' --class tool --class restart --id reboot {
        reboot
}
EOF
2 Likes

Intel Raptor Lake PCH CNVi may experience dropouts with kernel 6.6.x

Appears to be stable with kernel 6.7-rc4

3 posts were split to a new topic: Updating dotnet-runtime to 8.0 breaks pinta

A post was merged into an existing topic: Updating dotnet-runtime to 8.0 breaks pinta

I must be missing something, since the shutdown entry doesn’t appear in my GRUB :thinking:

You’ve gotta run update-grub . otherwise :person_shrugging:

Firefox 120.0.1 appears to have broken Jira transitions. Reverting to 119.0.1 resolves it.

Never mind, the update was coincidental to the actual root cause (service migrating to another provider which my DNS had blocked).

I did. Even with both grub-install and it afterwards, since it didn’t seem to work on its own :thinking:

You probably forgot to set the executable bit for both files before running update-grub.

2 Likes

Just to be sure, I ran memtest86+ for 15 hours, and tried Mint and Fedora live environments. No reboots in multiple shutdown attempts. Arch, fix your *#$%! :laughing:

Yup, that did the trick. Didn’t even know that was required, since I’ve only played with kernel parameters when it comes to GRUB. :heart:
P.S. And no reboots when poweroff is given through there, either.

Update:
I’ve had two successful shutdowns from the operating system since today’s updates. I do not know if it’s something in kernel 6.6.4-6, or some other package, but things seem to be back to normal :crossed_fingers:

Edit:

0001-drm-amd-Put-dGPUs-into-D3cold-when-shutting-down-the.patch

That did seem related in file name, at least. Patch has now been removed.

We removed the experimental AMD patches as they created issues and failed internal tests at AMD.

kgamma is appearing here as an orphan. Is it still necessary for when you want to adjust the monitor’s gamma settings, or has it been replaced by another program?

:wink: :point_down:

❯ pacman -Sii kgamma | grep 'Required By\|Optional For'
Required By     : plasma-meta
Optional For    : None
1 Like