aboutsummaryrefslogtreecommitdiff
path: root/x11/gnome-shell/files/patch-js_ui_sessionMode.js
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-11-19 11:49:04 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-11-19 11:49:04 +0000
commitaf3811313c14afb06fe2d1f6158e3e431bbfc2b6 (patch)
tree1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /x11/gnome-shell/files/patch-js_ui_sessionMode.js
parentc7d4d6bd7ef6ff4955eab2863a5c6e2feb14b839 (diff)
Notes
Diffstat (limited to 'x11/gnome-shell/files/patch-js_ui_sessionMode.js')
-rw-r--r--x11/gnome-shell/files/patch-js_ui_sessionMode.js29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/gnome-shell/files/patch-js_ui_sessionMode.js b/x11/gnome-shell/files/patch-js_ui_sessionMode.js
new file mode 100644
index 000000000000..011ddcffd0c2
--- /dev/null
+++ b/x11/gnome-shell/files/patch-js_ui_sessionMode.js
@@ -0,0 +1,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: {