summaryrefslogtreecommitdiff
path: root/strata/gnome
Commit message (Collapse)AuthorAgeFilesLines
* Adding adwaita-icon-theme to the buildTristan Van Berkom2015-10-151-0/+11
| | | | | | | | This has a specialized morph to allow it access to the gdk-pixbuf loaders at build time, applying this patch requires that the new lorry also be applied Change-Id: I08d948214cf9cfcf259ebf9753cc14211ea2718f
* Configuring GDMTristan Van Berkom2015-10-141-1/+18
| | | | | | | | | | | | | | This commit configures GDM, not perfectly but at least in a way that it works. We've now: o Enabled installation of the xsession file o Enable X o Install basic LFS style PAM configuration o Create the gdm user properly in the system integration hook o Added some post-install-commands to tweak the PAM configuration Change-Id: I668de58734a5d5db8bcb57ae157d212bc3c9598b
* Updating gnome-keyring to 3.18.0Tristan Van Berkom2015-10-141-1/+1
| | | | | | Also disable selinux in configure flags Change-Id: I24a4d12a2f0406646f56b491f84465098fc9f176
* Adding gnome-themes-standardTristan Van Berkom2015-10-121-0/+5
| | | | | | | This provides the theme engine modules, css and assets required for running GNOME. Change-Id: Id8d4c8518c54ea24457a4fc0e6644b7773134204
* Adding gdm to gnome strataTristan Van Berkom2015-10-121-0/+5
| | | | | | | | The display manager provides services which are essential to GNOME Shell (and should be responsible for launching the session initially). Change-Id: Ibee801fde4dd63d7fea7dc89432d65d4523f28a8
* Create polkitd user for polkitdTristan Van Berkom2015-10-121-0/+5
| | | | | | | | Without creating the polkitd user, polkitd simply bails out at startup, the result being unexplained timeouts when trying to activate the PolicyKit1 service. Change-Id: I5e4ec083f4fa13860e1204ebc1e62632bb43a898
* Adding telepathy-logger to the gnome strataTristan Van Berkom2015-10-121-0/+5
| | | | | | This is a runtime dependency for GNOME Shell Change-Id: I89c22d8c4d2799e5804c1aaed7ef3fb5ceab1e0b
* Enable ModemManager unitTristan Van Berkom2015-10-121-0/+9
| | | | | | | | | ModemManager does not startup when asked to activate while firing up gnome-session, because the unit is not 'enabled'. This commit enables the unit in the target image Change-Id: Ib740f22a915063f457077ed69629838e4d4c3ad5
* Adding accountsservice to gnome strataTristan Van Berkom2015-10-121-0/+9
| | | | | | Required by gnome-shell JS at startup Change-Id: Ia8a6c685140a716f8fae70399c1e79748c1a26ce
* Enable pam for gnome-keyringTristan Van Berkom2015-10-121-1/+1
| | | | | | | | | This is the recommended way for starting gnome-keyring automatically at login time. Change-Id: I05ee9e0b67351943e4696778a52bde327ee1e58e See: https://wiki.gnome.org/Projects/GnomeKeyring/RunningDaemon and: https://wiki.gnome.org/Projects/GnomeKeyring/Pam
* Adding udisks to gnome strataTristan Van Berkom2015-10-121-0/+5
| | | | | | udisks is required for gvfs to build the default volume monitor module Change-Id: I1086d1ee5db4a2648e3e059c025140fb74b4c80e
* Added libatasmartTristan Van Berkom2015-10-121-0/+6
| | | | Change-Id: I058907bb99408f0370993e30109cb20bfd4dbdb8
* Build colord with --sysconfdir=/etcTristan Van Berkom2015-10-121-0/+5
| | | | Change-Id: I782520d91db12b3aa0d916508d56c838f276eb86
* Set --sysconfdir=/etc all aroundTristan Van Berkom2015-10-1222-20/+22
| | | | | | | | Technically this is not needed for core OS packages with a / prefix, and not needed for anything which does not install to/read from the sysconfdir... however it's all around safer to just specify it everywhere. Change-Id: I3d8cc58b26c5c2332d6dc08bc87007f774e449af
* Add GNOME stratum, system and clusterJavier Jardón2015-09-2524-0/+152
This introduces a second version of libxkbcommon. This is unavoidable really as (a) libinput requires libxkbcommon, (b) Mutter requires libxkbcommon with X11 support enabled, and (c) X11 support in libxkbcommon requires xcb-xkb. To avoid the input-common stratum depending on the whole of X11, we do two variants of libxkbcommon and, in the case where X11 support is needed, one overrides the other. Change-Id: Ib6a47a4eb859d7b32c94f0cb05add774db6d15c8