Hi,
I had a couple issues with gnome after the latest quarterly update and I wanted to share my solutions in case anyone else is in a similar situation.
1- I wasn't able to launch specific gnome apps like files (nautilus) or settings (gnome-control-center). Launching from a terminal gave an error: LIBADWAITA_1_0 required
2- My dark theme wasn't working for modern GTK apps like files, settings, extensions, or gnome-tweaks.
The solution was to reinstall the apps that weren't launching and these two for the dark theme problem: xdg-desktop-portal-gnome xdg-desktop-portal
then restart gnome.
So this command solved both issues for me:
sudo pkg install -f nautilus gnome-control-center xdg-desktop-portal-gnome xdg-desktop-portal
You may only need to reinstall xdg-desktop-portal-gnome without doing xdg-desktop-portal but I was trying to resolve the issue quickly so didn't bother testing just one first.
I had a couple issues with gnome after the latest quarterly update and I wanted to share my solutions in case anyone else is in a similar situation.
1- I wasn't able to launch specific gnome apps like files (nautilus) or settings (gnome-control-center). Launching from a terminal gave an error: LIBADWAITA_1_0 required
2- My dark theme wasn't working for modern GTK apps like files, settings, extensions, or gnome-tweaks.
The solution was to reinstall the apps that weren't launching and these two for the dark theme problem: xdg-desktop-portal-gnome xdg-desktop-portal
then restart gnome.
So this command solved both issues for me:
sudo pkg install -f nautilus gnome-control-center xdg-desktop-portal-gnome xdg-desktop-portal
You may only need to reinstall xdg-desktop-portal-gnome without doing xdg-desktop-portal but I was trying to resolve the issue quickly so didn't bother testing just one first.