aboutsummaryrefslogtreecommitdiff
path: root/x11/gnome-shell/files/patch-js_ui_sessionMode.js
blob: 011ddcffd0c2946a5e6b99325cf3aeae0b0ae3c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- js/ui/sessionMode.js.orig	2014-02-19 20:54:46.000000000 +0000
+++ js/ui/sessionMode.js	2014-03-17 19:23:36.755386539 +0000
@@ -60,7 +60,7 @@
         isLocked: true,
         isGreeter: undefined,
         unlockDialog: undefined,
-        components: ['polkitAgent', 'telepathyClient'],
+        components: ['polkitAgent'],
         panel: {
             left: [],
             center: [],
@@ -72,7 +72,7 @@
     'unlock-dialog': {
         isLocked: true,
         unlockDialog: undefined,
-        components: ['polkitAgent', 'telepathyClient'],
+        components: ['polkitAgent'],
         panel: {
             left: [],
             center: [],
@@ -97,7 +97,7 @@
         components: Config.HAVE_NETWORKMANAGER ?
                     ['networkAgent', 'polkitAgent', 'telepathyClient',
                      'keyring', 'autorunManager', 'automountManager'] :
-                    ['polkitAgent', 'telepathyClient',
+                    ['polkitAgent',
                      'keyring', 'autorunManager', 'automountManager'],
 
         panel: {