summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 40.alpha.140.alpha.1Carlos Garnacho2021-01-162-1/+15
|
* datetime: Make use of new gweather APIBenjamin Berg2021-01-162-15/+10
| | | | | This mainly means free'ing the world when done and stopping to use the now deprecated API (even though it would be acceptable in our case).
* dummy: Do not hardcode path to false(1).Antoine Jacoutot2021-01-161-1/+1
| | | | Some OS (e.g. BSD) install false as /usr/bin/false.
* Update Catalan translationJordi Mas2021-01-161-26/+26
|
* data: Drop reference to non-existing schemaCarlos Garnacho2021-01-151-1/+0
| | | | | The mouse schema went deprecated and renamed locally. We shouldn't reference the old child anymore.
* xsettings: Handle properly changes to font settingsCarlos Garnacho2021-01-151-2/+3
| | | | | These come from different schemas now, so plugin_callback() is not the right place to look for changes anymore.
* xsettings: Use correct mouse settings schemaCarlos Garnacho2021-01-151-1/+1
| | | | | | | | This was missed porting drag-threshold/double-click to g-d-s, this was handled "elegantly" in testing/CI (the new settings were just ineffective) because the schema was still around in the environment coming from the system install, but will likely trigger GSetting asserts if it wasn't there as a fallback.
* bus: Auto-start screen saver serviceFlorian Müllner2021-01-151-2/+1
| | | | | The service was split out of the main gnome-shell process for security reasons, and no longer runs unconditionally.
* Update Norwegian Bokmål translationKjartan Maraas2021-01-131-100/+118
| | | | (cherry picked from commit 6018dd49c6c3dc76cbc32498f498ba68af56d0d3)
* Release 40.alpha40.alphaCarlos Garnacho2021-01-122-1/+28
|
* xsettings: Adopt drag-threshold/double-click settings from ↵wip/carlosg/shuffle-font-mouse-settingsCarlos Garnacho2021-01-122-14/+22
| | | | | | gsettings-desktop-schemas These settings are more universal than gnome-settings-daemon.
* xsettings: Use font aa/hinting/rgba-order settings from ↵Carlos Garnacho2021-01-124-39/+63
| | | | | | gsettings-desktop-schemas Move these settings there, as they are more universal than gnome-settings-daemon.
* night-light: Move disable-until-tomorrow check to after active checkbenzea/night-light-570Benjamin Berg2021-01-111-6/+9
| | | | | | | | | | | When DUT is active (i.e. night light is effectively off), we should still report the correct active state depending on whether we have detected night-time or not. So always run the code to update the active state, and instead only skip the color temperature calculation that happens later. Closes: #570
* Use the window system's color transform matrix, when availableAaron Plattner2021-01-112-5/+138
| | | | | | | | | | | | When the window system supports color transform matrices, use libcolord to compute an adaptation matrix to convert from an sRGB reference profile to the measured profile for each display. Use gnome_rr_output_set_color_transform from libgnome-desktop to apply that matrix to the window system. Modify the code that sets the _ICC_PROFILE root window property to hard-code a standard sRGB reference profile when a color transform is in use; color-aware applications should not try to apply their own correction if the window system is already doing it.
* tests: Unset display environment variablesBenjamin Berg2021-01-111-1/+4
| | | | | | The environment variables were not correctly cleared. Fix this and also make sure that we don't have the GNOME_SETUP_DISPLAY environment variable leaking in from the outside.
* datetime: Load Olson DB on the fly instead of caching itBenjamin Berg2021-01-111-5/+5
| | | | | | | | We need the database only quite irregularly (i.e. when the location change). Just load the database on the fly when we need it, and discard it afterwards to free up the memory again. See also: !168
* datetime: Query GWeather DB on the fly instead of cachingBenjamin Berg2021-01-113-36/+21
| | | | | | | | | We need the database only quite irregularly (i.e. when the location change). Just grab the required information from GWeather on the fly and destroy it immediately after. Also, use the API to only grab the cities of one country instead of filtering them later. See also: !168
* Update Catalan translationJordi Mas2021-01-101-589/+82
|
* power: Don't warn more than once per warning level for deviceswip/hadess/low-device-warn-onceBastien Nocera2021-01-062-0/+137
| | | | | | | | | | | | | | | | | | | A lot of wireless input devices, such as Logitech mice and touchpads, or Bluetooth LE input devices, will disconnect and reconnect frequently from the computer when unused. This causes a problem when the battery on the device is low because a new notification will be generated each time the device reconnects, as if it was the first time it connected. Saving the last warning-level for every external peripheral ensures that we only emit one low battery notification for each warning-level, when the threshold is crossed, rather than at every reconnect. The last warning-level is not stored, so a new session, or a reboot will cause devices to warn again once. Helps: #108
* ci: Update CI template and runner tagsBenjamin Berg2020-12-111-5/+2
| | | | | | The new FDO templates do not need privileged runners anymore. Also, those do not exist and the asan should be run on the asan runner instead.
* Update Norwegian Bokmål translationKjartan Maraas2020-12-031-640/+1304
|
* Update Romanian translationDaniel Șerbănescu2020-11-241-219/+188
|
* usb-protection: Do not warn about ServiceUnknown errors for USBGuardBenjamin Berg2020-11-201-1/+2
| | | | | | | It is expected for USBGuard to not be installed on many systems. We should not warn about that DBus error, as it does not indicate an issue. Closes: #567
* Update German translationTim Sabsch2020-11-011-29/+24
|
* power: Never register sleep timeout for logout in GDMbenzea/avoid-automatic-logoutBenjamin Berg2020-10-271-1/+10
| | | | | | | | | | We already suppress logout actions in GDM (10aa1714b05b, power: Avoid automatic logout in GDM/greeter). However, while this prevents the action, we may still warn. Change it so that the corresponding timeouts will never be registered. Leave the guard in gnome_session_logout but add a warning as we should never be hitting that code path.
* Update Friulian translationFabio Tomat2020-10-181-67/+45
|
* power: Avoid automatic logout in GDM/greeterBenjamin Berg2020-10-151-0/+3
| | | | | | | | | | | In GDM sessions (greeter, initial-setup), it does not make sense to automatically logout. This can happen if the system wide default is changed to default to the "logout" action. Note that we already use the RUNNING_UNDER_GDM environment variable in the keyboard plugin currently. So doing this is likely sane, even if we probably want a more elegant strategy to detect whether we are in a "login" session.
* Fix crashing when atime is not presentJing Wang2020-10-101-14/+23
| | | | | | Recent changes to gio omit the atime instead of setting it to an out of range value. Fixes #556, but note this doesn't fix the fact that gio omitted atime on a system where atime should have been available.
* Release 3.38.1GNOME_SETTINGS_DAEMON_3_38_1Carlos Garnacho2020-10-082-1/+16
|
* Update Friulian translationFabio Tomat2020-10-081-166/+277
|
* media-keys: Don't throw unnecessary warningsBastien Nocera2020-09-301-8/+16
| | | | | Don't throw warnings when we can't find a default source or sink and the PulseAudio daemon is restarting.
* subprojects: Update libgvcBastien Nocera2020-09-301-0/+0
| | | | | | | This update is necessary to add support for recent UCM related changes in ALSA and PulseAudio. See https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/merge_requests/10
* Update Hebrew translationYosef Or Boczko2020-09-281-268/+378
|
* Update Greek translationEfstathios Iosifidis2020-09-221-383/+617
|
* Update Portuguese translationJuliano de Souza Camargo2020-09-201-1210/+2167
|
* Update Latvian translationRūdolfs Mazurs2020-09-151-426/+1226
|
* disable print-notifications plugin when cups is disabledTom Briden2020-09-151-0/+4
|
* Release 3.38.0GNOME_SETTINGS_DAEMON_3_38_0Carlos Garnacho2020-09-132-1/+6
|
* Update Hungarian translationBalázs Úr2020-09-121-187/+401
|
* Update Kazakh translationBaurzhan Muftakhidinov2020-09-121-218/+160
|
* Update Italian translationMilo Casagrande2020-09-101-177/+253
|
* Update German translationStephan Woidowski2020-09-071-173/+360
|
* Updated Danish translationAlan Mortensen2020-09-071-413/+411
|
* Release 3.37.92GNOME_SETTINGS_DAEMON_3_37_92Carlos Garnacho2020-09-072-1/+9
|
* Update Korean translationChangwoo Ryu2020-09-071-143/+111
|
* Updated Czech translationMarek Černocký2020-09-061-142/+19
|
* Updated Czech translationMarek Černocký2020-09-061-162/+361
|
* Update Swedish translationAnders Jonsson2020-09-061-170/+258
|
* Update Slovak translationDušan Kazik2020-09-061-191/+361
|
* Updated Danish translationAlan Mortensen2020-09-061-425/+671
|