[Testing Update] 2022-12-01 - Mkinitcpio, Systemd, NVIDIA, Qt, Gtk, SDL, LibreOffice, Cinnamon, Plasma

Hello community,

Another testing branch update with some usual package updates for you.

image
Only 4 days left! Take advantage of 15% off everything PLUS free shipping in our Manjaro merch shop

Recent News:

Notable Package Updates:

  • Arch has released mkinitcpio 33 with some structural changes

    • :warning: There is a pacnew for /etc/mkinitcpio.conf. Make sure you review it. If you make any changes, don’t forget to run sudo mkinitcpio -P afterward.
      Here’s a helpful pacnew script by @omano using Meld. Change it to your favorite diff program if you prefer:

      pacnew.sh
      #!/bin/bash
      pacnews=($(/usr/bin/pacdiff --output|grep -v pacsave))
      nb="${#pacnews[@]}"
      if [[ $nb -gt 0 ]]; then
          echo; echo; echo -e "$nb .pacnew found in system"
          printf "%s\n" "${pacnews[@]}"
          echo; read -p "See the PacDiff? " -n 1 -r
          if [[ $REPLY =~ ^[YyOo]$ ]]; then
              echo; set -euo pipefail
              export PATH=/usr/bin:/usr/sbin
              for i in $(/usr/bin/pacdiff --output|grep -v pacsave); do
                  echo; echo "Processing $i ..."
                  /usr/bin/meld "admin://$i" "admin://${i/.pacnew/}"
                  echo; read -p "Delete the file $i? " -n 1 -r
                  if [[ $REPLY =~ ^[YyOo]$ ]]; then
                      echo; sudo rm -v "$i"
                  fi
              done
          fi
      fi
      
  • Systemd 252

  • NVIDIA 525.60.11 (New feature branch)

  • NVIDIA 470.161.03 (legacy driver for GKxxx “Kepler” GPUs)

  • NVIDIA 390.157 (legacy driver for GF1xx “Fermi” GPUs)

  • Qt 6.4.1

  • Gtk 3.24.35

  • SDL 2.26

  • LibreOffice (Fresh Branch) 7.4.3

  • Cinnamon 5.6

  • Plasma 5.26.4

  • Firefox 107.0.1

  • Thunderbird 102.5.1

  • Chromium 108.0.5359.71

  • KDE-git, Haskell and Python updates as usual

For GNOME users:

Check out the new Custom Accent Colors extension!

pamac install gnome-shell-extension-custom-accent-colors

Additional Info

Info about AUR packages

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

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


Our current supported kernels

  • linux419 4.19.267
  • linux54 5.4.225
  • linux510 5.10.156
  • linux515 5.15.80
  • linux519 5.19.17 [EOL]
  • linux60 6.0.10
  • linux61 6.1.0rc7
  • linux515-rt 5.15.79_rt54
  • linux60-rt 6.0.5_rt14

A list of all package changes can be found here

  • No issue, everything went smoothly
  • Yes there was an issue. I was able to resolve it myself.(Please post your solution)
  • Yes i am currently experiencing an issue due to the update. (Please post about it)

0 voters

Check if your mirror has already synced:

5 Likes

Known issues and solutions

This is a wiki post; please edit as necessary.
Please, consider subscribing to the Testing Updates Announcements RSS feed


Please RTFT (Read This Fine Thread) first before reporting the same issues over and over again!

:arrow_right: 2022-12-01

2022-11-08

Pop Shell issues with Xorg session with Mutter 43.1 (fixed with mutter 43.1-1.0)

Gnome 43 (X11) GTK4 windows failed to render · Issue #1541 · pop-os/shell · GitHub

Windows not updated after non-interactive resize on X11 (#6054) · Issues · GNOME / gnome-shell · GitLab

2022-10-28

signature from "Manjaro Build Server <build_at_manjaro_dot_org>" is unknown trust

Seems our signing key for our Build Server had the 2022-10-28 as expire date set when generated. This is now fixed for chroot builds and fresh as also current existing installs via manjaro-keyring 20221028-4 Simply update your system to get that package, which got pushed to all our branches.

2022-10-27

Kernel 6.1-rc# might break backlight control on old/weird laptops

2022-10-18

Firefox 106.0 may have issues with screen sharing on GNOME with Wayland

2022-09-23

Nvidia 3060RTX cards may have issues with the 515.76 driver (fixed with 520.56.06)
Removing python2 from the repositories

2022-09-23 - Jelle van der Waa

Python 2 went end of life January 2020. Since then we have been actively cutting down the number of projects depending on python2 in our repositories, and we have finally been able to drop it from our distribution. If you still have python2 installed on your system consider removing it and any python2 package.

If you still require the python2 package you can keep it around, but please be aware that there will be no security updates. If you need a patched package please consult the AUR, or use an unofficial user repository.*

Arch Linux - News: Removing python2 from the repositories

* Note: Unofficial user repositories are not supported

2022-08-27

Changes with Back In Time packages
  • backintime has been renamed to backintime-qt
  • backintime-cli has been renamed to backintime

After replacing backintime-cli with backintime, you will need to install backintime-qt manually if you want the Qt frontend installed again.

2022-08-23

electron12, electron13, electron14 & electron16 have been dropped to the AUR

Unsupported Electron packages have been dropped from the official repos to the AUR. They no longer receive security updates and nothing in the repos depend on them.

If you have AUR packages depending on those versions, install the binary version from the AUR to replace them; i.e., electron16-bin.

See FS#75490 - electron12, electron13, electron14, electron16 are unsupported and vulnerable packages

End of Support for 15.x.y and 16.x.y

Electron 15.x.y and 16.x.y has reached end-of-support. As per Electron’s new 8-week cadence, we were supporting the latest four versions of Electron until May 2022. With this Electron 19 release, we’ll return to supporting the latest three major versions, as well as the alpha, beta, and nightly releases.

Release electron v19.0.0 · electron/electron · GitHub

2022-08-12

element-desktop dependency error (fixed with 1.11.4)
error: failed to prepare transaction (could not satisfy dependencies)
:: installing electron (20.0.0-1) breaks dependency 'electron19' required by element-desktop

The upstream package was already flagged out of date (it needs to be rebuilt against latest electron).

Workaround for now:

sudo pacman -Syy electron electron19 --asdeps
sudo pacman -Su

2022-08-04

Glibc 2.36 update will break EasyAntiCheat within Proton (should be fixed with glibc 2.36-2)

Temporary workaround for now is to use the flatpak version of steam:

sudo pacman -S flatpak --needed --noconfirm
sudo flatpak install com.valvesoftware.Steam -y

You can use flatseal (another flatpak app) to grant it access to your existing game library so you don’t have to re-download your games (add the game library install path under “Other files” under “Filesystem”).

sudo flatpak install com.github.tchx84.Flatseal -y

For advanced users (not recommended by us): patched glibc and lib32-glibc are available here. They remove the commit that broke EAC.

2022-07-27

Fixed: Pamac shows archlinux-keyring (20220713-2) and manjaro-keyring (20220514-2) as orphans
sudo pacman -D --asexplicit archlinux-keyring manjaro-keyring

Resolved: w/ base 3-2 Revert changes:

sudo pacman -D --asdeps archlinux-keyring manjaro-keyring

2022-07-16

wxWidgets 3.2 update may need manual intervention

Packages have been renamed from wxgtk- to wxwidgets-. The GTK2 frontend is no longer provided. If you have wxgtk2 installed, the upgrade will fail with:

In such case, uninstall wxgtk2 first and then proceed with the upgrade.

2022-07-13

Linux518: could not insert 'amd_pstate': No such device

With Kernel 5.18.11 there was added a regression to AMD P-State driver preventing it from loading.

2022-07-08

Wireplumber 0.4.11 may crash for GDM users

Currently there is an issue with 0.4.11 and GDM crashing on boot-up. More in the upstream bugtracker issue: wireplumber segfault: system boot and could see in my dmesg (#305) · Issues · PipeWire / wireplumber · GitLab

2022-06-07

Locale file changes

C.UTF8 locale is now included in glibc:

Credits @diabonas for this change. Systemd wants us to include C.UTF8 by default and it seems the locale may be in included by glibc upstream in the future. To fix building and avoid nasty fixing in devtools, we include the locale in the package. See systemd/systemd#23252 (comment) FS#74864 : [systemd] >= 251 breaks devtools' locale

There is a pacsave for /etc/locale.conf as it has been removed from the filesystem package.

UPDATE: With filesystem 2022.06.08-2, it will automatically restore /etc/locale.conf if it did not already exist.

There is a pacnew for /etc/locale.gen. Please review it and regenerate your locale if necessary.

I’m getting the following error:

Package (1)             Old Version  New Version  Net Change

core/archlinux-keyring  20221110-1   20221123-1     0,00 MiB

Total Installed Size:  1,58 MiB
Net Upgrade Size:      0,00 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                                                                                                 [----------------------------------------------------------------------------------------] 100%
(1/1) checking package integrity                                                                                                               [----------------------------------------------------------------------------------------] 100%
(1/1) loading package files                                                                                                                    [----------------------------------------------------------------------------------------] 100%
(1/1) checking for file conflicts                                                                                                              [----------------------------------------------------------------------------------------] 100%
(1/1) checking available disk space                                                                                                            [----------------------------------------------------------------------------------------] 100%
:: Processing package changes...
(1/1) upgrading archlinux-keyring                                                                                                              [----------------------------------------------------------------------------------------] 100%
==> Appending keys from archlinux.gpg...
==> Disabling revoked keys in keyring...
  -> Disabled 1 keys.
==> Updating trust database...
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
gpg: key 1EB2638FF56C0C53: no user ID for key signature packet of class 10
gpg: key 1EB2638FF56C0C53: no user ID for key signature packet of class 10
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: [don't know]: invalid packet (ctb=00)
gpg: keyring_get_keyblock: read error: Invalid packet
gpg: keydb_get_keyblock failed: Invalid keyring
gpg: validate_key_list failed
==> ERROR: Trust database could not be updated.
==> Updating trust database...
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keyring_get_keyblock: read error: Invalid packet
gpg: keyring_get_keyblock failed: Invalid keyring
gpg: failed to rebuild keyring cache: Invalid keyring
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: [don't know]: invalid packet (ctb=00)
gpg: keyring_get_keyblock: read error: Invalid packet
gpg: keydb_get_keyblock failed: Invalid keyring
gpg: validate_key_list failed
==> ERROR: Trust database could not be updated.
error: command failed to execute correctly
:: Running post-transaction hooks...
(1/2) Reloading system manager configuration...
(2/2) Arming ConditionNeedsUpdate...

same error

I dont get an error but Update via GUI didnt work, even with manual DB refresh.
Terminal did the trick after excepting the new arch keyring.

On second pass, it continues with update… seems that error with updating key ring
doesn’t repeat, actually it goes anyway… will see if rest of update finishes…

rebooted, seems fine.

1 Like

Unclear from the notes, has the issue with systemd been resolved:

You’re linking to a duplicate issue. See systemd:amd64 (252-2 -> 252.1-1) brakes suspend/resume · Issue #25356 · systemd/systemd · GitHub. It’s a known regression added to the v253 milestone.

EDIT: Just FYI, you can review the changes between point releases; i.e., from 251.8 > 252.2.

No such issue on my second machine.
This should be resolved though!
I’d highly discourage from “just going on and ignoring it”
Any input from @Yochanan maybe?

My grub menu doesn’t show up anymore after the update (kernel 6.0.10). In /etc/default/grub there is no longer the GRUB_HIDDEN_TIMEOUT=0. Has something changed recently with grub?

I’m guessing it’s something to do with the pacnew listed in the OP. Did you run the merge script from post 2?

I suggest sharing latest version instead of my old script. This one has a couple changes so it doesn’t consider .pacsave files.

#!/bin/bash
pacnews=($(/usr/bin/pacdiff --output|grep -v pacsave))
nb="${#pacnews[@]}"
if [[ $nb -gt 0 ]]; then
    echo; echo; echo -e "$nb .pacnew found in system"
    printf "%s\n" "${pacnews[@]}"
    echo; read -p "See the PacDiff? " -n 1 -r
    if [[ $REPLY =~ ^[YyOo]$ ]]; then
        echo; set -euo pipefail
        export PATH=/usr/bin:/usr/sbin
        for i in $(/usr/bin/pacdiff --output|grep -v pacsave); do
            echo; echo "Processing $i ..."
            /usr/bin/meld "admin://$i" "admin://${i/.pacnew/}"
            echo; read -p "Delete the file $i? " -n 1 -r
            if [[ $REPLY =~ ^[YyOo]$ ]]; then
                echo; sudo rm -v "$i"
            fi
        done
    fi
fi

If you wonder about the triple echo; or indentation (I cleaned it up here), it is because this is part of a bigger script I made and use, and it makes overall output more readable this way. Also you can answer in english and french for Yes/Oui or No/Non.

//EDIT: originally inspired by Warning when updating mkinitcpio 29-1 - #6 by jonathon - Newbie - EndeavourOS I didn’t know the existence of this admin:// protocol before :slight_smile:

6 Likes

Trying to resinstall gives me:

$ yay -S archlinux-keyring 
warning: archlinux-keyring-20221123-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Package (1)             Old Version  New Version  Net Change

core/archlinux-keyring  20221123-1   20221123-1     0,00 MiB

Total Installed Size:  1,58 MiB
Net Upgrade Size:      0,00 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                                                                                                 [----------------------------------------------------------------------------------------] 100%
(1/1) checking package integrity                                                                                                               [----------------------------------------------------------------------------------------] 100%
error: archlinux-keyring: signature from "Christian Hesse (Arch Linux Package Signing) <arch@eworm.de>" is unknown trust
:: File /var/cache/pacman/pkg/archlinux-keyring-20221123-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] Y
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.
 -> error installing repo packages

Solved it via https://forum.archlinux.de/d/34531-update-mit-fehlermeldung:

sudo rm -r /etc/pacman.d/gnupg
sudo pacman-key --init
sudo pacman-key --populate archlinux
sudo pacman-key --refresh-keys
sudo pacman -Sy gnupg archlinux-keyring
1 Like

I checked the difference on my system which is relatively freshly installed (last month actually), never touched this file so far (not sure if I have ever touch this file on any install I have ever done so far actually).

The only differences between the two is that they put parameters between parentheses instead of quotation marks, and a bunch of comments rewritten too. For example:

Before:
MODULES=""
HOOKS="base udev autodetect modconf block keyboard keymap consolefont filesystems fsck"

After:
MODULES=()
HOOKS=(base udev autodetect modconf kms keyboard keymap consolefont block filesystems fsck)

It doesn’t seem to have any impact on the system so far, still booting just fine (I even did a sudo mkinicpio -P without changing my mkinicpio.conf to see if it would kill my system; fortunately it didn’t) even if you do not change how it is now written.

Still good to be warned though. Who knows, it may be relevant for people who actually tweak this file on their system.

1 Like

The transition from a string to an array happend quite a while ago IIRC :thinking:

There is anther difference:

No need to manually add gpu driver modules manually to get early kms.

Indeed, there were some people asking questions about .pacnew files for mkinitcpio.conf before on the forum. I suppose Manjaro is using a custom conf file by default and the devs never bothered to change " " for ( ). lol

I haven’t even noticed. Oh well, it works fine without it for me, so I’ll leave it as it is.

1 Like

From memory it has been at least a year for this change about quote/parenthesis. How fresh was the install/ISO?

External display for my laptop (NVIDIA hybrid graphics) became unusable after update, with some applications running at high framerates but most running at less than 1 FPS. Reverting to stable branch temporarily resolves issue. Possibly related to NVIDIA 525?

EDIT: This seems to be the issue described here 525.60.11 external display render problems · Issue #419 · NVIDIA/open-gpu-kernel-modules · GitHub

EDIT 2: More confirmation of the issue here 525.60.11 breaks composited desktop on X11 if laptop lid is closed - Linux - NVIDIA Developer Forums

Well, as I said, my system was installed back in november. The ISO image that I used is manjaro-kde-21.3.7-220816-linux515, which was the most recent one back then.

There is something weird maybe indeed. On the live session the config file has parenthesis, on the installed system it has quotes. I just tried in a VM I had the ISO on my machine.