Ensure cosmic-greeter is part of the video group

This commit is contained in:
Jeremy Soller 2024-02-06 09:58:47 -07:00
parent 48c191e0ee
commit 64174e515f
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -22,6 +22,9 @@ if ! getent passwd cosmic-greeter >/dev/null; then
usermod -c "COSMIC Greeter" cosmic-greeter
fi
# ensure cosmic-greeter user is part of the video group
adduser cosmic-greeter video
# debconf is not a registry, so we only fiddle with the default file if
# the configure script requested an update
if [ -e $DEFAULT_DISPLAY_MANAGER_FILE.debconf-update ]; then