Minor edits to i3 variant

No need to explicitly list kali-themes in the packages to install, it's
pulled in anyway via the following dependency chain: kali-desktop-i3 ->
kali-desktop-core -> kali-themes

I removed the pulseaudio hook. I really don't see a reason to start
pulseaudio once, during the build process, as root. Plus, the second
line of the hook (rm -rf .pulse-cookieaa) has no effect, since there's
no file named .pulse-cookieaa. I added some debug logs to the hook to
confirm that.
merge-requests/18/merge 2023.3
Arnaud Rebillout 2 years ago
parent 4957381ac2
commit 972cedebd2
No known key found for this signature in database
GPG Key ID: E725E87914600216

@ -1,4 +0,0 @@
#!/bin/sh
timeout 15 pulseaudio -vvv
rm -rf .pulse-cookieaa

@ -14,7 +14,6 @@ kali-linux-default
# Graphical desktop
kali-desktop-i3
kali-themes
# Kali applications
#<package>

Loading…
Cancel
Save