You are not logged in.
Updating gnome to 47 causes all my icons to be missing. The icon theme is already set to be Adwaita on gnome-tweaks.
Running `gtk-update-icon-cache` and `gtk4-update-icon-cache` also not working
https://i.imgur.com/Cbxtv7q.png
Last edited by rstanuwijaya (2024-10-10 08:40:26)
Offline
Please replace the oversized image w/ a link and post the output of
pacman -Qs adwaita
pacman -Qikk adwaita-icon-theme adwaita-icon-theme-legacy
Offline
Here is the output
❯ pacman -Qs adwaita
pacman -Qikk adwaita-icon-theme adwaita-icon-theme-legacy
local/adw-gtk-theme 5.4-1
Unofficial GTK 3 port of the libadwaita theme
local/adwaita-cursors 47.0-1
GNOME standard cursors
local/adwaita-icon-theme 47.0-1
GNOME standard icons
local/adwaita-icon-theme-legacy 46.2-3
GNOME fallback icons for legacy apps
local/gradience-git 0.8.0.beta1.r214.g9b19f4b1-1
Change the look of Adwaita, with ease
local/libadwaita 1:1.6.0-1
Building blocks for modern adaptive GNOME applications
Name : adwaita-icon-theme
Version : 47.0-1
Description : GNOME standard icons
Architecture : any
URL : https://gitlab.gnome.org/GNOME/adwaita-icon-theme
Licenses : CC-BY-SA-3.0 OR LGPL-3.0-only
Groups : None
Provides : None
Depends On : adwaita-icon-theme-legacy hicolor-icon-theme
adwaita-cursors
Optional Deps : None
Required By : gtk3 gtk4
Optional For : gtk2
Conflicts With : None
Replaces : None
Installed Size : 1202.95 KiB
Packager : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date : Tue 17 Sep 2024 05:45:41 AM HKT
Install Date : Thu 10 Oct 2024 03:47:29 PM HKT
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : Signature
adwaita-icon-theme: 802 total files, 0 altered files
Name : adwaita-icon-theme-legacy
Version : 46.2-3
Description : GNOME fallback icons for legacy apps
Architecture : any
URL : https://gitlab.gnome.org/GNOME/adwaita-icon-theme-legacy
Licenses : CC-BY-SA-3.0 OR LGPL-3.0-only
Groups : None
Provides : None
Depends On : hicolor-icon-theme
Optional Deps : None
Required By : adwaita-icon-theme
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 2.23 MiB
Packager : Balló György <bgyorgy@archlinux.org>
Build Date : Wed 18 Sep 2024 10:33:43 PM HKT
Install Date : Thu 10 Oct 2024 03:47:29 PM HKT
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : Signature
adwaita-icon-theme-legacy: 2015 total files, 0 altered files
Offline
local/gradience-git 0.8.0.beta1.r214.g9b19f4b1-1
What that?
Offline
Also, when I change the icons to AdwaitaLegacy, it partially shows some missing icons (e.g. naviation buttons). But nevertheless most items are still missing.
Offline
local/gradience-git 0.8.0.beta1.r214.g9b19f4b1-1
What that?
Theming engine I previously installed from AUR. Mostly changing the color scheme. But since it is no longer maintained I have disabled all of its feature.
I will try to uninstall it and try to update again.
Offline
Already removed and rebooted, but still having the same issue.
Offline
Ok I got more clues. I am also unable to open gnome photos.
❯ gnome-photos
(org.gnome.Photos:6809): Gtk-WARNING **: 16:32:54.185: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
**
Gtk:ERROR:../gtk/gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Adwaita/scalable/status/image-missing.svg: Unable to load image-loading module: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: cannot open shared object file: No such file or directory (gdk-pixbuf-error-quark, 5)
Bail out! Gtk:ERROR:../gtk/gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Adwaita/scalable/status/image-missing.svg: Unable to load image-loading module: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: cannot open shared object file: No such file or directory (gdk-pixbuf-error-quark, 5)
fish: Job 1, 'gnome-photos' terminated by signal SIGABRT (Abort)
Offline
Got it resolved `sudo gdk-pixbuf-query-loaders --update-cache`.
Thanks
Offline