Loading
Commits on Source 35
-
Carlos Garnacho authored
Avoid the helper from having to resolve paths by itself. Closes: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues/803
-
Tobias Mueller authored
-
Carlos Garnacho authored
Build the tarball in the pipeline, and use the new component that will push the tarball to GNOME FTP on tag pipelines.
-
Bartłomiej Piotrowski authored
-
Ekaterine Papava authored
-
Florian Müllner authored
Since commit 5d1f63e1, the two are no longer linked.
-
Julian Sparber authored
The icon set via `notify_notification_new()` is used as app-icon in the DBus request. Unfortunately libnotify doesn't document this behavior. It didn't really matter since in GNOME Shell we used to display only one icon. After introducing a header [1] for notification in GNOME Shell we display the app-icon and when set the image from the image hint[2]. [1]: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3103 [2]: https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html#icons-and-images-formats
-
Jonas Dreßler authored
The gvc subproject hasn't been updated in 3 years, bump it to the newest version.
-
Sam Hewitt authored
- use title case for OSD messages - use new symbolic icon for when airplane mode is disabled
-
slaclau authored
update media keys schema update header files to include REBOOT and SHUTDOWN keys implement reboot and shutdown keyboard shortcuts Prerequisite for https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1151 Co-authored-by:
Matthijs Velsink <mvelsink@gnome.org>
-
Carlos Garnacho authored
-
Monster authored
Turn the titles into title case, remove the periods in the subtitles.
-
Jan Tojnar authored
If a user on a system with non-empty `xkb-options` in `localed` decides to disable the options locally by setting the GSettings key to an empty array, the value will be reset back to `localed` value on next log-in. Let’s stop overriding `xkb-options` if the GSettings key is already set. A consequence of this patch is that when an administrator changes the previously empty `xkb-options` in `localed`, users that had already logged in before the change will keep the empty option list. But one would likewise not expect `create_initial_settings` to update the GSettings key on change from a non-empty `xkb-options` so this patch just makes the behaviour more consistent.
-
Carlos Garnacho authored
-
Martin authored
-
Matthijs Velsink authored
The `.plugins.media-keys.deprecated` schema shouldn't be used anymore for new keys, they should be added in the normal schema. Also don't try to migrate these then, as that wouldn't work and currently causes the media-keys plugin to crash. So, move them to the normal schema, and fix spelling along the way. Fixes 6520724d Closes #857
-
Carlos Garnacho authored
-
Martin authored
-
Artur S0 authored
-
Bastien Nocera authored
Allow running a custom command in the lockscreen (and everywhere else). This is useful to allow users to set "background" scripts to run even when the lockscreen is up, such as being able to control a smart light, smart plug or any other automation even when the computer is locked.
-
Philip Withnall authored
Using `dep.get_pkgconfig_variable()` has been deprecated since Meson 0.56, but gnome-settings-daemon depends on 0.57. This was fixed in commit 994ca299 but then broken again in commit 46f998d7. Signed-off-by:
Philip Withnall <pwithnall@gnome.org>
-
Philip Withnall authored
If warnings aren’t caught here, they’ll probably never be caught as users are unlikely to enable stricter warning options than the CI. This should help prevent regressions in Meson feature usage/deprecations. Signed-off-by:Philip Withnall <pwithnall@gnome.org>
-
Philip Withnall authored
g-s-d has to keep using this API until it’s ported to use logind for lid handling; that’s covered by https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues/859 . In the meantime, since there’s an issue filed about porting, we don’t need to be warned about the deprecations. Signed-off-by:
Philip Withnall <pwithnall@gnome.org> Helps: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues/859
-
Philip Withnall authored
These error codes were all renamed in ModemManager 1.18, and have been compatibility defines ever since (so this commit doesn’t introduce any functional changes). This just eliminates deprecation warnings. Debian Stable ships ModemManager 1.20, so bumping g-s-d’s dependency to 1.18 shouldn’t cause any problems. Signed-off-by:Philip Withnall <pwithnall@gnome.org>
-
Philip Withnall authored
There’s now an issue filed about porting to the new API (it doesn’t look like an entirely trivial port), so there’s no need to warn on every single compilation of g-s-d. Signed-off-by:
Philip Withnall <pwithnall@gnome.org> Helps: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues/860
-
Carlos Garnacho authored
-
Jeremy Bícha authored
-
Jeremy Bícha authored
Update to upstream version '48~beta' with Debian dir 3a8f56d35936e2c08f95a328c6bec9a75213182f
-
Jeremy Bícha authored
-
Jeremy Bícha authored
-
Jeremy Bícha authored
-
Jeremy Bícha authored
tagging package gnome-settings-daemon version debian/48_beta-1 * tag 'debian/48_beta-1': (29 commits) releasing package gnome-settings-daemon version 48~beta-1 Remove obsolete Breaks/Replaces New upstream release Release 48.beta print-notifications: Ignore use of deprecated CUPS API wwan: Stop using deprecated ModemManager error codes power: Ignore use of deprecated upower API for lid handling ci: Enable Meson’s --werror option when building in CI build: Fix use of deprecated Meson pkgconfig API again media-keys: Allow running custom command in lockscreen Update Russian translation Update Slovenian translation Release 48.alpha.1 media-keys: Put reboot/shutdown keys in correct schema Update Slovenian translation Release 48.alpha keyboard: Do not load xkb-options from localed when explicitly set to empty gsd-power-manager: Fix notification strings tests: Loosen notification string test schemas + media-keys: add reboot and shutdown shortcuts ...
-
Jeremy Bícha authored
-
Jeremy Bícha authored
-
Jeremy Bícha authored