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:
Julian Sparber
2024-02-09 20:08:25 +01:00
committed by Florian Müllner
parent d1cf01d67c
commit c5ec3e45e4
7 changed files with 4 additions and 1041 deletions

View File

@ -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: [],