From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A39B3158015 for ; Fri, 22 Dec 2023 13:24:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCAF02BC096; Fri, 22 Dec 2023 13:24:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C341C2BC096 for ; Fri, 22 Dec 2023 13:24:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9B0E3406C2 for ; Fri, 22 Dec 2023 13:24:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C3BB125F for ; Fri, 22 Dec 2023 13:24:25 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1703251457.11087496edbce92b4e5e52c336ef4145dcb3273f.bkohler@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/amd64/livegui/files/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/amd64/livegui/files/fsscript-stage2.sh X-VCS-Directories: releases/specs/amd64/livegui/files/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 11087496edbce92b4e5e52c336ef4145dcb3273f X-VCS-Branch: master Date: Fri, 22 Dec 2023 13:24:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 185bfa9e-211e-48c3-8e00-4e924b1c3636 X-Archives-Hash: 330aefb1c0d0d2d4e02c272938669152 commit: 11087496edbce92b4e5e52c336ef4145dcb3273f Author: Ben Kohler gentoo org> AuthorDate: Fri Dec 22 13:22:53 2023 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Dec 22 13:24:17 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=11087496 releases/specs/amd64/livegui/files/fsscript-stage2.sh: Disable Lock on resume Disable screen locking completing to close out bug 915229 Closes: https://bugs.gentoo.org/915229 Signed-off-by: Ian Jordan gmail.com> Signed-off-by: Ben Kohler gentoo.org> releases/specs/amd64/livegui/files/fsscript-stage2.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releases/specs/amd64/livegui/files/fsscript-stage2.sh b/releases/specs/amd64/livegui/files/fsscript-stage2.sh index 10edf2fe..05ddf659 100755 --- a/releases/specs/amd64/livegui/files/fsscript-stage2.sh +++ b/releases/specs/amd64/livegui/files/fsscript-stage2.sh @@ -26,7 +26,8 @@ mkdir -pv .config Desktop # Disable screen lock echo "[Daemon] -Autolock=false" > .config/kscreenlockerrc +Autolock=false +LockOnResume=false" > .config/kscreenlockerrc # Firefox as default browser echo \