From de2ee1bf292f6fa8f20619388988d9ee5e57b0a5 Mon Sep 17 00:00:00 2001 From: isaagar Date: Fri, 27 Jan 2017 22:08:32 +0530 Subject: [PATCH] resolve bug #255 https://bugs.hamaralinux.org/show_bug.cgi?id=255 --- live-sugam/config/chroot | 2 +- .../usr/share/glib-2.0/schemas/live-boot.gschema.override | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/live-sugam/config/chroot b/live-sugam/config/chroot index 432dc13..23748a4 100644 --- a/live-sugam/config/chroot +++ b/live-sugam/config/chroot @@ -22,7 +22,7 @@ LB_LINUX_FLAVOURS="amd64" # $LB_LINUX_PACKAGES: set kernel packages to use # (Default: autodetected) -LB_LINUX_PACKAGES="linux-image" +LB_LINUX_PACKAGES="linux-image-4.8.0-2-grsec" # $LB_SECURITY: enable security updates # (Default: false) diff --git a/live-sugam/config/includes.chroot/usr/share/glib-2.0/schemas/live-boot.gschema.override b/live-sugam/config/includes.chroot/usr/share/glib-2.0/schemas/live-boot.gschema.override index 733e283..0e2bb0b 100644 --- a/live-sugam/config/includes.chroot/usr/share/glib-2.0/schemas/live-boot.gschema.override +++ b/live-sugam/config/includes.chroot/usr/share/glib-2.0/schemas/live-boot.gschema.override @@ -4,3 +4,5 @@ disable-lock-screen=true [org.gnome.desktop.screensaver] lock-enabled=false +[org.mate.screensaver] +lock-enabled=false -- 2.17.1