summaryrefslogtreecommitdiff
path: root/strata/gnome
Commit message (Collapse)AuthorAgeFilesLines
* 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