Known issues and solutions
This is a wiki post; please edit as necessary.
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 instead to let us know you’re suffering from the same so we can respond to the highest impacted issues first!
2022-07-21
2022-07-18
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-12
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-12
Akonadi (KMail / Kontact / KOrganizer...) fails to start
- The issue will be fixed in 22.04.3: 454948 – Akonadi server will not start on fresh install; yields "unknown error"
- In the meantime, you need to create a new
ib_logfile0
in order to allow Akonadi to start. - Since MariaDB has also been updated with this update, you may want to upgrade Akonadi’s database (this can take a while).
touch ~/.local/share/akonadi/db_data/ib_logfile0
akonadictl start
mariadb-upgrade --defaults-file=~/.local/share/akonadi/mysql.conf --socket=/run/user/$(id -u)/akonadi/mysql.socket
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. /etc/locale.conf
will automatically be restored if it did not already exist.
There is a pacnew for /etc/locale.gen
. Please review it and regenerate your locale if necessary.
2022-05-13
Chromium / Google Chrome cannot save files to most folders (GNOME and Xfce)
This is an upstream bug with the package xdg-desktop-portal-gnome
In the meantime, you can try to remove the package xdg-desktop-portal-gnome
(if feasible, without any dependency issues or conflicts), or wait for the bug to be fixed upstream.
Without any xdg-desktop-portal-*
packages, Chromium and Google Chrome should correctly detect the environment and present either KDialog (KDE) or GTK file picker (GNOME, Xfce) upon saving and downloading files.
An alternative workaround, for now, is to intentionally click on the filename field, and then press Enter to save / download the file.
GNOME 42: theming and COSMIC packages changes, Bluetooth disabled by default
libkipi: Pamac fails to build the package from AUR
- libkipi is a deprecated dependency for some KDE applications, and has been moved to AUR.
- When using Pamac graphically, you can disable the update for libkipi, before removing it from your system.
- When using Pamac from the terminal, you can proceed the update in multiple steps:
pamac upgrade --no-aur
pamac remove libkipi
pamac upgrade --aur
Timeshift: new rsync snapshots do not show
- This is due to an incompatibility between Timeshift and rsync, fixed with Timeshift 21.09.1-4.
Wine: cannot be built locally
- mingw-w64-binutils requires an upstream patch to be applied to the Arch package, which Manjaro reuses.
- In the meantime, follow this workaround or disable parallel compilation.
2022-05-10
QEMU >= 7.0.0 changes split package setup
With the update to qemu 7.0.0 the package has been turned into a more fine grained split package utilizing meta packages.
- The
qemu
package is now virtually provided by the meta packagesqemu-base
,qemu-desktop
andqemu-full
.- The functionality of
qemu
prior to 7.0.0 is replaced byqemu-desktop
- The functionality of
qemu-headless
is replaced byqemu-base
- The functionality of
qemu-arch-extra
andqemu-headless-arch-extra
is replaced byqemu-emulators-full
- The meta package
qemu-full
provides all QEMU related packages (excludingqemu-guest-agent
)