Another Manjaro stable branch update ![]()
There is a little problem with lightdm-gtk-greeter-settings package.
See post about it on Manjaro forum…
FYI — from the Manjaro stable update thread (2026-07-11): [Stable Update] 2026-07-11 - Kernels, COSMIC 1.2, Xorg, Firefox, Thunderbird, KDE Gear - #6 by Teo - Stable Updates - Manjaro Linux Forum
From some reading: If you hit a “conflicting files” error on lightdm-gtk-greeter-settings (a leftover .pyc from the Python 3.13→3.14 bump), it’s not recommended to reach for --overwrite — especially --overwrite "*", which matches every path on the system and lets pacman silently clobber files owned by any package, hiding real conflicts down the line. There’s no need for it when the conflict is a single throwaway cache file. Just remove the __pycache__ folder and update normally:
sudo rm -rf /usr/lib/python3.14/site-packages/lightdm_gtk_greeter_settings/__pycache__/
sudo pacman -Syu
pacman regenerates the correct package-owned bytecode afterwards.
Thank you.
Can confirm your solution works perfectly. ![]()
Works like a charm. Thank you.
I have troubles with this update:
352 packages to update
[sudo] contraseña para juan:
:: Sincronizando las bases de datos de los paquetes...
maboxlinux está actualizado
core está actualizado
extra está actualizado
multilib está actualizado
:: Iniciando actualización completa del sistema...
advertencia: base: la versión instalada (3-4) es más nueva que maboxlinux (3-3)
:: ¿Remplazar mhwd-nvidia-570xx con extra/mhwd-nvidia-580xx? [S/n] s
:: ¿Remplazar mhwd-nvidia-575xx con extra/mhwd-nvidia-580xx? [S/n] s
resolviendo dependencias...
buscando conflictos entre paquetes...
error: no se pudo preparar la operación (no se pudieron satisfacer las dependencias)
:: instalando libjpeg-turbo (3.2.0-2) se rompe la dependencia con «libjpeg», necesaria para el paquete xsane
FINISHED! Hit ENTER or close this window
Juan, I saw similar except with sdl3_image-git and a few others. Simplest solution was to uninstall those packages (pamac remove sdl3_image-git), do the upgrade, then reinstall them if desired.
For solution see AUR xsane page and comments.
Thank you so much for the replies. I’ll try to fix it in a few days.