[Stable Update] 2022-11-14 - Kernels, GNOME 43.1, Plasma 5.26.3, Systemd 251.8, Firefox 106.0.5, Thunderbird, LXQt

Known issues and solutions

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


Please don’t post to say everything was great on my side or yes, I have the same error but leave the space for people having issues, or even better: for people having solutions!
Use :beer: :coffee: :heart: instead to let us know you’re suffering from the same so we can respond to the highest impacted issues first! :unicorn: :rainbow: :question:


:arrow_right: 2022-11-14

We recommend to install openssl-1.1

Due to the update to openssl 3.0 some things still look for the older LTS version 1.1. You may install openssl-1.1 and maybe lib32-openssl-1.1 packages. However report such issues to us.

Known issues:

  • some SDDM themes might not work
  • dkms might not sign modules properly as header files may still depend on 1.1 version of openssl

Issues reported to Archlinux so far:

FS#76567 : [plasma-framework] 5.99.0 needs a rebuild against openssl 3.0

libx11 1.8.2 causes firefox to freeze

libx11 1.8.2 causes Firefox to freeze, mainly when highlighting text and copying things to the clipboard (e.g. password manager).

Issues reported:

Workaround (UNTESTED - at your own risk!):
Install the AUR Package libx11-firefox-fix

Kernel 6.0: AMDGPU - Screen freezes when waking from hibernation or suspend

Screen doesn't turn on when waking from suspend: Failed to pin framebuffer with error -19 (#2213) · Issues · drm / amd · GitLab

Mesa 22.2.x renders Calamares black on Gnome Development ISOs

For some yet unknown reason Calamares is rendered black on Gnome when Mesa 22.2.x is used. Current workaround is to install 22.1.x series and relogin to the live-session.

2022-11-02

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

https://hansdegoede.livejournal.com/26427.html

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.

NVIDIA 520.56.06 Color banding and animation issues

Current (not so good) Workaround:

  • Open nvidia-settings
  • Select the problematic monitor under the GPU Tab (e.g. DP-0 - (LG ...))
  • Under Controls, change Depth to 6 bpc (or play with the Dithering Controls)

NVIDIA already replied to the Bug-Report, so there is a good chance that this issue will be fixed with the next NVIDIA driver release.

2022-10-10

Various Linux Kernel WLAN security issues (RCE/DOS) found

New Kernel versions are out that fix the RCO and DOS vulnerabilities in the WiFi stack published on Wednesday. They can be exploited over the air, so better update to 6.0.2, 5.19.16, 5.15.74, 5.10.148, or 5.4.218 soon!

2022-10-05

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

Nvidia 3060RTX cards may have issues with the 515.76 driver
ceph, ceph-libs and ceph-mgr dropped to the AUR

These packages will most likely be orphaned and can be removed. See:

Arch Linux - Todo: Removal of ceph

Fixed: timeshift-gtk dumping core for some setups

ongoing discussion:
Timeshift-gtk dumps core

Update to timeshift 22.06.5-3

Openh264 2.3.1-1 update might prevent some applications from launching

With the latest openh264 update so-file name changed. Some applications however still expect so.6. As a workaround the following symlink can be used for now.

sudo ln -s /usr/lib/libopenh264.so.2.3.1 /usr/lib/libopenh264.so.6

2022-09-12

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.

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

element-desktop dependency error
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 rekeyringbuilt against latest electron).

Workaround for now:

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