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-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
2022-08-16
suil 0.10.16-1 breaks LV2 plugin GUIs in Ardour
Arch removed gtk2 compatibility in suil which is required by Ardour. Best solution is to downgrade to suil-0.10.12-2.
sudo pacman -U https://archive.archlinux.org/packages/s/suil/suil-0.10.12-2-x86_64.pkg.tar.zst
2022-08-13
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 rebuilt against latest electron).
Workaround for now:
sudo pacman -Syy electron electron19 --asdeps
sudo pacman -Su
2022-08-07
Glibc 2.36 update will break EasyAntiCheat within Proton (should be fixed with glibc 2.36-2)
The following should no longer be needed:
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-29
KDE Wayland: Kickoff "KDE menu", notifications and tooltips show in the upper left corner
- This is due to an upstream packaging bug, which has since been reverted.
- In the meantime, you can (temporarily) disable the associated Wayland feature (thanks @ufo_driver):
sudo echo 'export QT_WAYLAND_DISABLE_FIXED_POSITIONS=1' > /etc/profile.d/qt5-wayland-regression.sh
- It should now be fixed with qt5-wayland 5.15.5+kde+r38-3.
Missing dependency 'gcc8-libs=8.5.0-1' required by gcc8
- This happens even while gcc8-libs is already installed (8.5.0-1).
- Fixed by manually uninstalling gcc8 and gcc8-libs.
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