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-05-23
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
GNOME 42: Xorg Fractional Scaling
Please install gnome-control-center from the repo after this update and reboot.
pamac install gnome-control-center
gnome-control-center-x11-scaling is currently not available for GNOME 42, because Ubuntu is using version 41 for their current LTS and the patches have not been ported.
You can still use mutter-x11-scaling but will have to enable/disable fractional scaling via gsettings.
To enable fractional scaling after installation run:
gsettings set org.gnome.mutter experimental-features "['x11-randr-fractional-scaling']"
To disable fractional scaling run:
gsettings reset org.gnome.mutter experimental-features
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
)
2022-04-15
KeePassXC auto-type does not work
Upgrading KeePassXC from version 2.6.6 to 2.7.0 partially breaks the “auto-type” function. This is fixed upstream in version 2.7.1.
In in the meantime, to have it behave (and work) as it did with version 2.6.6, change the following option:
Tools → Settings → General → Auto-Type → uncheck “Always ask before performing Auto-Type”
Version 2.7.1, which did not make it into this batch of Stable Updates, works correctly, even with the above option enabled.
Desktop Icons (DING) Gnome extention and File Previews stop working due to a crash in sushi.
This has been fixed upstream in sushi version 41.2. To restore functionality you can manually upgrade.
sudo pacman -U https://archive.archlinux.org/packages/s/sushi/sushi-41.2-1-x86_64.pkg.tar.zst
2022-03-14
Cannot mix incompatible Qt library (5.15.2) with this library (5.15.3)
- Check the mirror you use is up to date:
sudo pacman-mirrors -f 5 && sudo pacman -Syyu
- If you use qt5-styleplugins (AUR), rebuild or remove it:
pamac build qt5-styleplugins
DSL/PPPoE may require downgrading 2 packages
First please check if new bugfix version 1.36.2-1.0 of NetworkManager improves things.
If it does not, downgrade to 1.34.0 (and restart network manager after) :
sudo pacman -U https://archive.archlinux.org/packages/l/libnm/libnm-1.34.0-1-x86_64.pkg.tar.zst https://archive.archlinux.org/packages/n/networkmanager/networkmanager-1.34.0-1-x86_64.pkg.tar.zst
Bug report: FS#73948 - networkmanager 1.36.0 breaks DSL connection
Older dicussion: my-internet-connection-is-no-longer-working
mangohud (AUR) prevents Wine/Proton applications from starting
- Consider disabling the mangohud overlay until the bug is fixed upstream.
VPN via L2TP might not work anymore
See FS#74089 - networkmanager 1.36 breaks vpn with networkmanager-l2tp
You may need to downgrade to 1.34.0:
sudo pacman -U https://archive.archlinux.org/packages/l/libnm/libnm-1.34.0-1-x86_64.pkg.tar.zst https://archive.archlinux.org/packages/n/networkmanager/networkmanager-1.34.0-1-x86_64.pkg.tar.zst
2022-02-27
Microsoft Teams does not open.
See this thread.