
As described and motivated in https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/3306, it turns out that we want to be able to save screen time usage data while not enabling limits based on that usage. Bump the shell’s dependency on gsettings-desktop-schemas to get the split setting, and roughly adapt the existing `timeLimitsManager` code to use the new setting names. The code currently treats the two settings as equivalent / expects them both to be set the same. The following commits will refine that behaviour. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/3306 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3610>