Introduce Automatic Updates component

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/466
This commit is contained in:
Georges Basile Stavracas Neto
2019-03-19 12:15:37 +00:00
parent 62233a4db4
commit 20d73be57d
9 changed files with 486 additions and 2 deletions

View File

@ -92,9 +92,11 @@ const _modes = {
unlockDialog: imports.ui.unlockDialog.UnlockDialog,
components: Config.HAVE_NETWORKMANAGER ?
['networkAgent', 'polkitAgent', 'telepathyClient',
'keyring', 'autorunManager', 'automountManager'] :
'keyring', 'autorunManager', 'automountManager',
'updates'] :
['polkitAgent', 'telepathyClient',
'keyring', 'autorunManager', 'automountManager'],
'keyring', 'autorunManager', 'automountManager',
'updates'],
panel: {
left: ['activities', 'appMenu'],