Add lxpolkit for policy kit authentication.

This commit is contained in:
Storm Dragon
2023-08-30 16:08:24 -04:00
parent 9c16367299
commit cb7bfb36e8
2 changed files with 4 additions and 0 deletions

3
i38.sh
View File

@ -493,6 +493,9 @@ 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