Thank you @jonathon and @Freggel.doe.
I've rolled back (upgraded to the previous versions) all the libraries involved in my last update (the log and my rollback commands are below; "Software Update" shows them now as being at the older versions that I downgraded them to). However, that didn't help - still having the same problem: no pages are showing background images. I've created a new Firefox profile (firefox -P
), but it has the same problem.
However, I didn't undo any pre-upgrade and post-upgrade hooks (at least not manually) - would they be undone automatically by Pacman when I upgraded the libraries to the previous versions? How can I see what was done by the following, and is there any way to undo them (other than manually)?
firefox-pre.hook
30-systemd-update.hook
firefox-post.hook
glib-compile-schemas.hook
gtk-update-icon-cache.hook
update-desktop-database.hook
Pacman log of the troublesome upgrade, and my actions so far:
[2020-02-17 14:22] [PAMAC] synchronizing package lists
[2020-02-17T14:23:35-0800] [ALPM] running 'firefox-pre.hook'...
[2020-02-17T14:23:35-0800] [ALPM] transaction started
[2020-02-17T14:23:35-0800] [ALPM] upgraded mesa (19.3.4-0.1 -> 19.3.4-0.2)
[2020-02-17T14:23:35-0800] [ALPM] upgraded firefox (72.0.2-1 -> 73.0-0.1)
[2020-02-17T14:23:36-0800] [ALPM] upgraded gnome-control-center (3.34.4-0.1 -> 3.34.4-0.2)
[2020-02-17T14:23:36-0800] [ALPM] upgraded lib32-mesa (19.3.4-0.1 -> 19.3.4-0.2)
[2020-02-17T14:23:36-0800] [ALPM] upgraded lib32-mesa-vdpau (19.3.4-0.1 -> 19.3.4-0.2)
[2020-02-17T14:23:36-0800] [ALPM] upgraded lib32-vulkan-intel (19.3.4-0.1 -> 19.3.4-0.2)
[2020-02-17T14:23:36-0800] [ALPM] upgraded lib32-vulkan-radeon (19.3.4-0.1 -> 19.3.4-0.2)
[2020-02-17T14:23:36-0800] [ALPM] upgraded libva-mesa-driver (19.3.4-0.1 -> 19.3.4-0.2)
[2020-02-17T14:23:36-0800] [ALPM] upgraded manjaro-hello (0.6.4-2 -> 0.6.5-2)
[2020-02-17T14:23:36-0800] [ALPM] upgraded manjaro-printer (20200126-1 -> 20200215-2)
[2020-02-17T14:23:36-0800] [ALPM] upgraded mesa-vdpau (19.3.4-0.1 -> 19.3.4-0.2)
[2020-02-17T14:23:36-0800] [ALPM] upgraded vulkan-intel (19.3.4-0.1 -> 19.3.4-0.2)
[2020-02-17T14:23:36-0800] [ALPM] upgraded vulkan-radeon (19.3.4-0.1 -> 19.3.4-0.2)
[2020-02-17T14:23:36-0800] [ALPM] transaction completed
[2020-02-17T14:23:36-0800] [ALPM] running '30-systemd-update.hook'...
[2020-02-17T14:23:36-0800] [ALPM] running 'firefox-post.hook'...
[2020-02-17T14:23:36-0800] [ALPM] running 'glib-compile-schemas.hook'...
[2020-02-17T14:23:37-0800] [ALPM] running 'gtk-update-icon-cache.hook'...
[2020-02-17T14:23:37-0800] [ALPM] running 'update-desktop-database.hook'..
Then I've downgraded all the above libraries:
pacman -U /var/cache/pacman/pkg/mesa-19.3.4-0.1-x86_64.pkg.tar.zst /var/cache/pacman/pkg/libva-mesa-driver-19.3.4-0.1-x86_64.pkg.tar.zst /var/cache/pacman/pkg/mesa-vdpau-19.3.4-0.2-x86_64.pkg.tar.zst
pacman -U /var/cache/pacman/pkg/vulkan-intel-19.3.4-0.1-x86_64.pkg.tar.zst /var/cache/pacman/pkg/vulkan-radeon-19.3.4-0.1-x86_64.pkg.tar.zst
pacman -U /var/cache/pacman/pkg/lib32-mesa-19.3.4-0.1-x86_64.pkg.tar.zst /var/cache/pacman/pkg/lib32-mesa-vdpau-19.3.4-0.1-x86_64.pkg.tar.zst /var/cache/pacman/pkg/lib32-vulkan-intel-19.3.4-0.1-x86_64.pkg.tar.zst /var/cache/pacman/pkg/lib32-vulkan-radeon-19.3.4-0.1-x86_64.pkg.tar.zst
pacman -U /var/cache/pacman/pkg/manjaro-hello-0.6.4-2-any.pkg.tar.zst /var/cache/pacman/pkg/manjaro-printer-20200126-1-x86_64.pkg.tar.zst /var/cache/pacman/pkg/gnome-control-center-3.34.4-0.1-x86_64.pkg.tar.zst
Please advise (without my need for a mini-PhD in Pacman or Linux libraries).