Disable calendar events from user shell session...

This commit is contained in:
xSmurf 2018-11-14 19:22:35 -05:00
parent 407a5e5f52
commit e96ae54522
2 changed files with 23 additions and 0 deletions

View File

@ -11,6 +11,7 @@ SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}
file://0001-do-no-build-calendar-server.patch \ file://0001-do-no-build-calendar-server.patch \
file://0001-do-not-use-python-path-from-build-environment.patch \ file://0001-do-not-use-python-path-from-build-environment.patch \
file://0001-javascript-invalid-access-fixes.patch \ file://0001-javascript-invalid-access-fixes.patch \
file://0001-Disabled-calendar-events-from-user-session.patch \
" "
DEPENDS = "glib-2.0-native systemd libcanberra gtk+3 glib-2.0 libxml2 libcroco mutter libsoup-2.4 gsettings-desktop-schemas gcr atk polkit startup-notification libx11 gnome-bluetooth libsecret networkmanager gjs mozjs52 network-manager-applet pulseaudio libxml2-native paxctl-native ibus xmlto-native sassc-native" DEPENDS = "glib-2.0-native systemd libcanberra gtk+3 glib-2.0 libxml2 libcroco mutter libsoup-2.4 gsettings-desktop-schemas gcr atk polkit startup-notification libx11 gnome-bluetooth libsecret networkmanager gjs mozjs52 network-manager-applet pulseaudio libxml2-native paxctl-native ibus xmlto-native sassc-native"

View File

@ -0,0 +1,22 @@
From 0300490d0d2f425d87a311b76d0b51b0e085f27a Mon Sep 17 00:00:00 2001
From: xSmurf <xsmurf@users.noreply.github.com>
Date: Wed, 14 Nov 2018 01:47:43 -0500
Subject: [PATCH] Disabled calendar events from user session...
---
js/ui/sessionMode.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/js/ui/sessionMode.js b/js/ui/sessionMode.js
index aac29ae..4214372 100644
--- a/js/ui/sessionMode.js
+++ b/js/ui/sessionMode.js
@@ -81,7 +81,7 @@ const _modes = {
'user': {
hasOverview: true,
- showCalendarEvents: true,
+ showCalendarEvents: false,
allowSettings: true,
allowExtensions: true,
allowScreencast: true,