Known issues and solutions
This is a wiki post; please edit as necessary.
Please, consider subscribing to the Stable Updates Announcements RSS feed
Please RTFT (Read This Fine Thread) first before reporting the same issues over and over again!
2023-01-24
PHP 8.2 update and introduction of legacy branch
2023-01-13 - Pierre Schmitz
The php packages have been updated to the latest version 8.2. In addition to this, a new set of php-legacy packages have been introduced. These will follow the oldest but still actively supported PHP branch. This enables users to install the latest version but also introduces the option to use third party applications that might rely on an older version. Both branches will be kept up to date following our rolling release model.
php
andphp-legacy
can be installed at the same time as the latter uses a-legacy
suffix for its binaries and configuration files.In addition to this, the php7 packages have been removed as they reached end of life. The
imap
extension will no longer be provided as it relies on thec-client
library which has been abandoned for many years.
– Arch Linux - News: PHP 8.2 update and introduction of legacy branch
2022-12-20
pacman-mirrors was temporarily renamed to manjaro-mirrors (changed has been reverted)
This was done to avoid confusion with an AUR / WSL package with the same name and avoid possible breakage. It should be a seamless transition.
Rename project (#183) · Issues · Applications / pacman-mirrors · GitLab
dbus-x11 demoted to AUR
dbus-x11
was installed out of the box on some flavors of Manjaro as of a year ago, but is no longer needed. If you have it installed, please replace it with dbus
using the following:
sudo pacman -Syu dbus
XFCE becomes unusable if libxfce4ui-nocsd is still installed
So far XFCE Classic project hasn’t updated yet to 4.18 series. We pushed 4.17.0 version of the package, but don’t know if that helps in that situation. It is recommended to install the regular libxfce4ui package to avoid issues and comment on this issue: libxfce4ui 4.18.0 released · Issue #15 · Xfce-Classic/libxfce4ui-nocsd · GitHub
2022-12-06
python-cairo 1.23.0-2 update requires manual intervention
The python-cairo
package prior to version 1.23.0-2 was missing the compiled python module. This has been fixed in 1.23.0-2, so the upgrade will need to overwrite the untracked pyc file that was created. If you receive this error
python-cairo: /usr/lib/python3.10/site-packages/cairo/__pycache__/__init__.cpython-310.pyc exists in filesystem
when updating, use
pacman -Syu --overwrite /usr/lib/python3.10/site-packages/cairo/__pycache__/\*
to perform the upgrade.
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:
- xorg: libx11 1.8.2 causes firefox to freeze when highlighting text
- Bugzilla: Firefox 107+ freezes and is unresponsive under X11
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
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
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 - 525.60.11 Color banding and animation issues
- [NVIDIA Bug Report] Color banding and animation issues with 520.56.06
- [Manjaro Forum] Nvidia Dithering mode no longer working after the nvidia 5.20 driver update
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 and set dither mode to temporal (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.