components: Drop telepathy client
The telepathy client component has been unmaintained for a long time. Now that we rework the notifications massively it's time to drop the support for it. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173>
This commit is contained in:

committed by
Florian Müllner

parent
d1cf01d67c
commit
c5ec3e45e4
@ -13,7 +13,7 @@ import * as Config from '../misc/config.js';
|
||||
const DEFAULT_MODE = 'restrictive';
|
||||
|
||||
const USER_SESSION_COMPONENTS = [
|
||||
'polkitAgent', 'telepathyClient', 'keyring',
|
||||
'polkitAgent', 'keyring',
|
||||
'autorunManager', 'automountManager',
|
||||
];
|
||||
|
||||
@ -69,7 +69,7 @@ const _modes = {
|
||||
'unlock-dialog': {
|
||||
isLocked: true,
|
||||
unlockDialog: undefined,
|
||||
components: ['polkitAgent', 'telepathyClient'],
|
||||
components: ['polkitAgent'],
|
||||
panel: {
|
||||
left: [],
|
||||
center: [],
|
||||
|
Reference in New Issue
Block a user