From e86f2d01f6a5f3de3ad01c6fcc8099b8143e8234 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 30 Oct 2023 16:53:23 -0400 Subject: [PATCH] Removed lxpolkit because it was causing errors. --- i38.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/i38.sh b/i38.sh index 24ee194..03e8073 100755 --- a/i38.sh +++ b/i38.sh @@ -627,9 +627,6 @@ fi if [[ $udiskie -eq 0 ]]; then echo 'exec --no-startup-id udiskie' fi -if command -v lxpolkit &> /dev/null ; then - echo "exec_always --no-startup-id $(command -v lxpolkit)" -fi if [[ -x "/usr/lib/notification-daemon-1.0/notification-daemon" ]]; then echo 'exec_always --no-startup-id /usr/lib/notification-daemon-1.0/notification-daemon -r' fi