The latest Tumbleweed snapshot includes updates to various breeze* packages, including 'breeze5-wallpapers', so it seemed like an interesting case to check what might change in /etc . After 'zypper ref', the diff produced by my script 'zypp-dup-diff.bash' showed the following changes to files under /etc (and files outside of /etc that are targets of symlinks in /etc): Changes to the version strings for the upgrade from version="20220824" release="1787.1" to version="20220825" release="1788.1" in files: issue issue.net os-release products.d/baseproduct products.d/openSUSE.prod Unknown binary file modifications in files: alternatives/rmt ld.so.cache And a new file: sudoers.rpmnew So, as expected, no /etc configuration for the wallpaper appears to have been changed. -- Robert Webb On Tuesday, August 23, 2022, 09:21:35 AM PDT, Robert Webb <webbdg@verizon.net> wrote: ------------------------------------------------------------------------- #!/bin/bash # zypp-dup-diff.bash 2022-08-23 rw # # Does 'zypper dup' and produces a before-after diff of /etc . [...]