~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon:jjardon/f35

Last commit made on 2022-01-31
Get this branch:
git clone -b jjardon/f35 https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Recent commits

c8bb693... by Javier Jardón

.gitlab-ci.yml: Try to use fedora 35

62325b5... by Carlos Garnacho

Release 42.alpha

c63419e... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

xsettings: Support new "high-contrast" setting

 We now have a boolean setting that determines whether the high-contrast
theme should be used. Support it by automatically setting the existing
`gtk-theme-name` and `gtk-icon-theme-name` properties when enabled.

With that, it is no longer necessary to change the regular theme settings
for high-contrast, so toggling between high-contrast and a non-default
theme finally works reliably.

1f5984c... by Yosef Or Boczko <email address hidden>

Update Hebrew translation

6ca47fa... by Yosef Or Boczko <email address hidden>

Update Hebrew translation

d0a5a96... by Kukuh Syafaat

Update Indonesian translation

854c6a4... by Claude Paroz

Update French translation

(cherry picked from commit 53d843683a2b255d8c554e8eacff19503c3a3401)

64b9e87... by Jonas Ådahl

color/night-light: Make sure to set target temperature

When smoothing a temperature, we practically never ended up setting the
target temperature, since the throttling dropped the last few changes.
For example, after night light was disabled, the temperature tended to
get stuck on 6494 instead of 6500. Fix this by making sure the target
temperature is forced, ignoring the throttling.

Also disable throttling when not smoothing, as it's likely we want the
temperature that is actually asked for.

971db47... by Jonas Ådahl

color/manager: Fix temperature notify type

The org.gnome.SettingsDaemon.Color.Temperature property has the type 'u'
which is a 32 bit unsigned integer. What we sent was a double (type 'd').
Make sure we send the right type in the notify signal.

1e8b4be... by Benjamin Berg <email address hidden>

power: Do not print an error for failures from realpath

Doing so leaks information about whether a file/directory exists even if
it is outside of the /sys/class/backlight directory.

Closes: #634