With this change, we'll enable the User Theme GNOME Shell extension by
default, and have it default to the Arc Dark styling, to provide desktop
consistency.
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
In order to attain easy maintenance and control over the default appearance,
behaviour, and function, of the GNOME components, we add gschema overrides
which will control all of these aspects.
When the glib-compile-schemas unit is run, these overrides become the
default GSettings, without requiring any patches in the upstream packages.
Due to the file lengths now incorporated, we must switch to a more modern
format of tarball to ensure distcheck continues to function as expected.
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
Clear Linux now uses a $(datadir)/lightdm/users.conf file in the absence of
the admin-provided /etc/lightdm/users.conf, in line with the stateless
implementation of the system.
In using the users.conf implementation for the user-list element of LightDM,
we can avoid an unnecessary dependency on AccountsService simply for list
filtering.
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>