I have issue since the last update I guess.
mpv
and nextcloud-client
require libjxl.so.0.11
.
Installing libjxl
from unstable
resolve the issue.
Something is wrong with your version of pamac (as philm mentioned).
Try updating with downgrades enabled. It should work.
sudo pacman -Syyuu
All passwords stored by Chromium dropped with the upgrade.
It is the same behaviour as I experienced earlier in May
Initially I was successfull using the work-around to make Chromium use gnome-libsecret as PW backend, i.e. put “–password-store=gnome-libsecret” into ~/.config/chromium-flags.conf . I can still see the Chromium passwords in GNOME’s password manager in the Default Keyring, but they are unavailable now in Chromium.
PhilM did not mention pamac
pacman
7.0.0.r3.g7736133-2.0 provides libalpm.so=15-64
libpamac
11.6.4+2+g1421283-4 depends on libalpm.so=15
OP probably missed libpamac
update, hence suggestion to check mirrors are up to date
libpamac is literally pamac. I am not mentioning the specific package to keep things simple.
The other suggestion would be to uninstall all the pamac packages > update the system > reinstall pamac again. Issue resolved
$ pamac info pamac-cli
Name : pamac-cli
Version : 11.6.0-5
Description : A CLI Package Manager based on libalpm with AUR support
URL : https://gitlab.manjaro.org/applications/pamac-cli
Depends On : libpamac>=11.6.4
$ pamac info libpamac
Name : libpamac
Version : 11.6.4+2+g1421283-4
Description : Library for Pamac package manager based on libalpm
URL : https://github.com/manjaro/libpamac
Depends On : libalpm.so=15
Thanks a lot. That worked. I tried to accomplish that using sudo pacman -Syuu. But I guess that was a wrong command to use.
Several of my Gnome Extensions broke. Anyone else with the same issues?
Thanks.
you have a list of those?
Custom accent colors, gsconnect, dash to panel, gamemode shell extension, gtk4 desktop icons ng.
These extensions seem to be incompatible with this gnome version.
Some system extensions report being incompatible with the current gnomeshell and are disabled on my system:
Custom Accent Colors
Forge
Night Theme Switcher
@Hanzel @A4orce84 @Johanides can you check in /var/log/pacman.log
which gnome packages got updated? Since we didn’t update extensions with this update similar to unstable branch, some might need a rebuild to work. Still have to figure out why they claim not to support gnome-shell with this update.
$ grep --text 'gnome' /var/log/pacman.log
... <snip older mentions>
[2024-10-02T21:22:15+0200] [ALPM] upgraded gnome-backgrounds (46.0-1 -> 47.0-1)
[2024-10-02T21:22:15+0200] [ALPM] upgraded gnome-bluetooth-3.0 (46.1-1 -> 47.0-2)
[2024-10-02T21:22:15+0200] [ALPM] upgraded gnome-calculator (46.1-1 -> 47.0-1)
[2024-10-02T21:22:16+0200] [ALPM] upgraded gnome-calendar (46.1-2 -> 47.0-1)
[2024-10-02T21:22:16+0200] [ALPM] upgraded gnome-characters (46.0-2 -> 47.0-1)
[2024-10-02T21:22:16+0200] [ALPM] upgraded gnome-console (46.0-2 -> 47.1-1)
[2024-10-02T21:22:16+0200] [ALPM] upgraded gnome-online-accounts (3.50.4-1 -> 3.52.0-1)
[2024-10-02T21:22:16+0200] [ALPM] upgraded gnome-contacts (46.0-1 -> 47.0-1)
[2024-10-02T21:22:16+0200] [ALPM] upgraded gnome-font-viewer (46.0-2 -> 47.0-1)
[2024-10-02T21:22:16+0200] [ALPM] upgraded gnome-maps (46.11-1 -> 47.0-1)
[2024-10-02T21:22:16+0200] [ALPM] upgraded gnome-music (1:46.1-1 -> 1:47.0-1)
[2024-10-02T21:22:16+0200] [ALPM] upgraded xdg-desktop-portal-gnome (46.2-2 -> 47.0-1)
[2024-10-02T21:22:16+0200] [ALPM] upgraded gnome-session (46.0-2 -> 47.0-1)
[2024-10-02T21:22:16+0200] [ALPM] upgraded gnome-settings-daemon (46.0-2 -> 47.1-1)
[2024-10-02T21:22:16+0200] [ALPM] upgraded gnome-shell (1:46.4-1 -> 1:47.0-1)
[2024-10-02T21:22:16+0200] [ALPM] upgraded gnome-shell-extensions (46.2-1 -> 47.0-1)
[2024-10-02T21:22:16+0200] [ALPM] upgraded gnome-system-monitor (46.0-2 -> 47.0-2)
[2024-10-02T21:22:16+0200] [ALPM] upgraded gnome-terminal (3.52.2-1 -> 3.54.0-1)
[2024-10-02T21:22:18+0200] [ALPM] upgraded gnome-user-docs (46.4-1 -> 47.0-1)
[2024-10-02T21:22:18+0200] [ALPM] upgraded gnome-user-share (43.0-2 -> 47.0-1)
[2024-10-02T21:22:18+0200] [ALPM] upgraded gnome-weather (46.0-1 -> 47.0-1)
[2024-10-02T21:22:23+0200] [ALPM] upgraded pamac-gnome-integration (11.7.1-3 -> 11.7.1-6)
In Extensions for Custom Accent Colors
an exclamation mark is visible.
Mouse over reports:
This installed version of this extension (11) is incompatible with the current version of GNOME (undefined) the extension has been disabled
Thx @Hanzel. Seems I missed that I synced the wrong date from ArchLinux Archive. You have two options: a) downgrade some packages via sudo pacman -Syyuu
b) switch to unstable branch and complete the update.
I’ve not updated yet but have some of those extensions. So are my 2 options wait for you to push the updates to testing/ switch to unstable?
Syncing with downgrade enabled to the current testing branch successful. No more exclamation marks in the extensions window.
gnome ref in pacman.log (downgrades)
[2024-10-05T15:06:50+0200] [ALPM] downgraded gnome-backgrounds (47.0-1 -> 46.0-1)
[2024-10-05T15:06:50+0200] [ALPM] downgraded gnome-bluetooth-3.0 (47.0-2 -> 46.1-1)
[2024-10-05T15:06:51+0200] [ALPM] downgraded gnome-calculator (47.0-1 -> 46.1-1)
[2024-10-05T15:06:51+0200] [ALPM] downgraded gnome-calendar (47.0-1 -> 46.1-2)
[2024-10-05T15:06:51+0200] [ALPM] downgraded gnome-characters (47.0-1 -> 46.0-2)
[2024-10-05T15:06:51+0200] [ALPM] downgraded gnome-console (47.1-1 -> 46.0-2)
[2024-10-05T15:06:51+0200] [ALPM] downgraded gnome-online-accounts (3.52.0-1 -> 3.50.5-1)
[2024-10-05T15:06:51+0200] [ALPM] downgraded gnome-contacts (47.0-1 -> 46.0-1)
[2024-10-05T15:06:51+0200] [ALPM] downgraded gnome-font-viewer (47.0-1 -> 46.0-2)
[2024-10-05T15:06:51+0200] [ALPM] downgraded gnome-maps (47.0-1 -> 46.11-1)
[2024-10-05T15:06:51+0200] [ALPM] downgraded gnome-music (1:47.0-1 -> 1:46.1-1)
[2024-10-05T15:06:51+0200] [ALPM] downgraded xdg-desktop-portal-gnome (47.0-1 -> 46.2-2)
[2024-10-05T15:06:51+0200] [ALPM] downgraded gnome-session (47.0-1 -> 46.0-2)
[2024-10-05T15:06:51+0200] [ALPM] downgraded gnome-settings-daemon (47.1-1 -> 46.0-2)
[2024-10-05T15:06:51+0200] [ALPM] downgraded gnome-shell (1:47.0-1 -> 1:46.5-1)
[2024-10-05T15:06:51+0200] [ALPM] downgraded gnome-shell-extensions (47.0-1 -> 46.2-1)
[2024-10-05T15:06:52+0200] [ALPM] downgraded gnome-system-monitor (47.0-2 -> 46.0-2)
[2024-10-05T15:06:52+0200] [ALPM] downgraded gnome-terminal (3.54.0-1 -> 3.52.2-1)
[2024-10-05T15:06:53+0200] [ALPM] downgraded gnome-user-docs (47.0-1 -> 46.4-1)
[2024-10-05T15:06:53+0200] [ALPM] downgraded gnome-user-share (47.0-1 -> 43.0-2)
[2024-10-05T15:06:53+0200] [ALPM] downgraded gnome-weather (47.0-1 -> 46.0-1)
Some errors from gdm
& dunst
in the journal after rebooting, nothing breaking.
Well, you can check if the mirror you are using is synced. Else wait. So far it should work. I’m currently building some review ISOs to double-check on my end.
is now in Settings/appearance (replacement!!)
Hint: in Gnome 47 some extension can be re-enabled by editing metadata.json adding “47”
I had the same problem. The reason was that for some reason a lot of Gnome 47 packages got installed during the upgrade. I ran “sudo pacman -Syuu”, which removed the Gnome 47 packages. Now all the extensions work!
Same issue with GNOME 46/47 and broken mutter-x11-scaling
How do I downgrade everything?
I tried:
$ sudo pacman-mirrors --api --set-branch stable
...
$ sudo pacman -Syuu
but this only downgraded a few unrelated files
warning: glib2: downgrading from version 2.82.0-1 to version 2.80.5-1
warning: glib2-devel: downgrading from version 2.82.0-1 to version 2.80.5-1
warning: gnupg: downgrading from version 2.4.5-5 to version 2.4.5-4
GNOME is still version 47 and now my NVIDIA driver is broken too.