1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
Source: gnome-settings-daemon
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: debhelper-compat (= 13),
dh-exec,
dh-sequence-gnome,
gsettings-desktop-schemas-dev (>= 42~),
gtk-doc-tools,
intltool (>= 0.37.1),
libasound2-dev [linux-any],
libcanberra-gtk3-dev,
libcolord-dev (>= 1.4.5) [linux-any],
libcups2-dev,
libfontconfig-dev,
libgcr-3-dev (>= 3.7.5) [linux-any],
libgeoclue-2-dev (>= 2.3.1),
libgeocode-glib-dev (>= 3.26.3),
libglib2.0-dev (>= 2.56),
libglib2.0-dev:native (>= 2.58),
libgnome-desktop-3-dev (>= 3.37.1),
libgtk-3-dev (>= 3.16),
libgudev-1.0-dev [linux-any],
libgweather-4-dev (>= 4.1),
libibus-1.0-dev (>= 1.5.2),
liblcms2-dev,
libnm-dev (>= 1.0) [linux-any],
libnotify-dev (>= 0.7.3),
libnss3-dev,
libmm-glib-dev (>= 1.0) [linux-any],
libpackagekit-glib2-dev (>= 0.8.1),
libpolkit-gobject-1-dev,
libpulse-dev (>= 12.99.3),
libupower-glib-dev (>= 0.99.12),
libwacom-dev (>= 0.7) [!hurd-any !kfreebsd-any !s390 !s390x],
libx11-dev,
libxext-dev,
libxfixes-dev (>= 1:6.0),
libxi-dev,
libxt-dev,
meson (>= 0.49.0),
mutter (>= 3.31.92) <!nocheck>,
polkitd,
python3-dbusmock <!nocheck>,
python3-gi <!nocheck>,
systemd (>= 243) [linux-any],
udev [linux-any] <!nocheck>,
xauth <!nocheck>,
xkb-data,
xserver-xorg-input-wacom [!hurd-any !kfreebsd-any !s390 !s390x],
xvfb <!nocheck>
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/gnome-team/gnome-settings-daemon.git
Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-settings-daemon
Rules-Requires-Root: no
Package: gnome-settings-daemon
Architecture: any
Depends: gnome-settings-daemon-common (= ${source:Version}),
gsettings-desktop-schemas (>= 42~),
default-logind [linux-any] | logind [linux-any],
libspa-0.2-bluetooth | pulseaudio-module-bluetooth,
pipewire-audio | pulseaudio,
${misc:Depends},
${shlibs:Depends}
Recommends: iio-sensor-proxy,
pipewire-audio,
pkexec,
x11-xserver-utils
Suggests: usbguard
Breaks: afterstep (<< 2.2.12-11.1~),
budgie-core (<< 10.4+git20171031.10.g9f71bb8-1.2~),
cairo-dock (<< 3.4.1-1.2~),
evolution (<< 3.37.3~),
gdm3 (<< 3.37.0),
gnome-control-center (<< 1:41.4-2~),
gnome-initial-setup (<< 3.27),
gnome-session (<< 3.37.0),
gnome-session-flashback (<< 3.26.0-3~),
gnome-shell (<< 3.37.90),
gnome-shell-extensions (<< 3.27),
libgtk-3-0 (<< 3.24.23~),
libgtk-4-0 (<< 3.99.1~),
libmutter-6-0 (<< 3.37),
libmutter-7-0 (<< 3.39),
openbox-gnome-session (<< 3.6.1-7~),
xmonad (<< 0.13-7~)
Description: daemon handling the GNOME session settings
This package contains the daemon which is responsible for setting the
various parameters of a GNOME session and the applications that run
under it. It handles the following kinds of settings:
.
* Keyboard: layout, accessibility options, shortcuts, media keys
* Clipboard management
* Theming: background, icons, GTK+ applications
* Cleanup of unused files
* Mouse: cursors, speed, accessibility options
* Startup of other daemons: screensaver, sound daemon
.
It also sets various application settings through X resources and
freedesktop.org XSETTINGS.
Package: gnome-settings-daemon-common
Architecture: all
Depends: ${misc:Depends}
Replaces: gnome-settings-daemon (<< 3.30.1.2-2~),
gnome-settings-daemon-schemas (<< 3.30.1.2-2~)
Breaks: gnome-settings-daemon (<< 3.30.1.2-2~),
gnome-settings-daemon-schemas (<< 3.30.1.2-2~)
Provides: gnome-settings-daemon-schemas (= ${source:Version})
Description: daemon handling the GNOME session settings - common files
This package contains GSettings schemas and other architecture-independent
files for GNOME Settings Daemon. It is probably not interesting on its own for
end users, but packages may depend on this if they only need to read and write
settings & don't themselves care if the settings daemon is actually running or
not.
Package: gnome-settings-daemon-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libglib2.0-dev (>= 2.56),
${misc:Depends},
${shlibs:Depends}
Description: Headers for building applications communicating with gnome-settings-daemon
This package contains header files required to build applications that
communicate with the GNOME settings daemon over D-Bus.
|