From 8714f77d90e3b4ddd2f2fc2e009455c091641eef Mon Sep 17 00:00:00 2001 From: Adam Boardman Date: Fri, 9 Apr 2021 22:45:56 +0100 Subject: [PATCH] No need to call gemian-lock now that we've moved to kscreenlocker --- lib/systemd/system-sleep/gemian-lock | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 lib/systemd/system-sleep/gemian-lock diff --git a/lib/systemd/system-sleep/gemian-lock b/lib/systemd/system-sleep/gemian-lock deleted file mode 100755 index e033b68..0000000 --- a/lib/systemd/system-sleep/gemian-lock +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -if [ "${1}" == "pre" ]; then - USER=`loginctl list-sessions | grep seat0 | awk '{print $3}'` - /bin/su - ${USER:-gemini} -c "DISPLAY=:0 gemian-lock" -fi