Removed lxpolkit because it was causing errors.

This commit is contained in:
Storm Dragon 2023-10-30 16:53:23 -04:00
parent 07ed90d4fc
commit e86f2d01f6
1 changed files with 0 additions and 3 deletions

3
i38.sh
View File

@ -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