Settings daemon for the GNOME desktop
gnome-settings-daemon provides a daemon run by all GNOME sessions to
provide live access to configuration settings and the changes done to
them as well as basic services like a clipboard manager, controlling
the startup of the screensaver, etc.
This module was previously part of GNOME Control Center, but has been
splitted from it for a more general use.
- Devel package for openSUSE:Factory
-
9
derived packages
- Links to openSUSE:Factory / gnome-settings-daemon
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout GNOME:Factory/gnome-settings-daemon && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000156 156 Bytes | |
gnome-packagekit-BNC383261.patch | 0000008744 8.54 KB | |
gnome-packagekit-fate302445.patch | 0000006618 6.46 KB | |
gnome-settings-daemon-3.6.0.tar.xz | 0001473968 1.41 MB | |
gnome-settings-daemon-add-layout-switcher.patch | 0000002345 2.29 KB | |
gnome-settings-daemon-apport-monitor.patch | 0000018260 17.8 KB | |
gnome-settings-daemon-bnc462640-mute-action.patch | 0000002383 2.33 KB | |
gnome-settings-daemon-stop-reload-proxy-settings.p |
0000000591 591 Bytes | |
gnome-settings-daemon-system-proxy-configuration.d |
0000038658 37.8 KB | |
gnome-settings-daemon.changes | 0000087747 85.7 KB | |
gnome-settings-daemon.spec | 0000011064 10.8 KB |
Revision 144 (latest revision is 429)
Dominique Leuenberger (dimstar)
accepted
request 136627
from
Dominique Leuenberger (dimstar)
(revision 144)
- Add with_ibus condition (currently set to 0), as we do not have a recent enough version of IBus in Factory at this moment. + when with_ibus is set to 1; pkconfig(ibus) BuildRequires will be used and --enable-ibus is being passed to configure + when with_ibus is set to 0, pkgconfigu(ibus) is being ignored and --disable-ibus is being passed to configure.
Comments 4
Why do we need nautilus as recommended dependency?
Ultimately, this causes problems when trying to exclude unwanted package.
E.g: X11:Pantheon:Next/elementary-files/elementary-files.changes
the spec file explains this:
the g-s-d plugin calls out to nautilus;
gsd-housekeeping not found in gnome-settings-daemon >= 3.22
and that is with GNOME 3.28...