Fix GNOME's OOM notification module
Quoting @segfault from #7782 (comment 231779):
Since
gnome-settings-daemon43.0 (which is included in Tails 6.0), theorg.gnome.SettingsDaemon.Housekeeping.servicecontains an OOM notification module which should display GNOME Shell notifications when a process is OOM-killed. Note that this work is independent from systemd-oomd. It listens on thePropertiesChangedsignal oforg.freedesktop.systemd1on the session bus and checks if any systemd services/scopes included in that signal haveResult=oom-kill. systemd tries to also setResult=oom-killwhen the kernel OOM kills a process but I noticed recently that it sometimes setsResult=killedinstead in that case.
This MR upgrades gnome-settings-daemon to 43.0-4.0tails1, which includes the patch from #7782 (comment 232065).
refs #7782 (closed)