Trouble Shoot: LightDm
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
6b160eac47
commit
de4febdbf8
|
@ -39,10 +39,10 @@ ln -s /usr/share/desktop-base/active-theme/grub/pep-grub-16x9.png /etc/alternati
|
||||||
# when this runs for debian nothing will happen since the group is
|
# when this runs for debian nothing will happen since the group is
|
||||||
# there already the script will just return group already exists.
|
# there already the script will just return group already exists.
|
||||||
# this group is related to a Kernel feature for the intel sgx
|
# this group is related to a Kernel feature for the intel sgx
|
||||||
# https://gramine.readthedocs.io/en/latest/sgx-intro.html
|
# # https://gramine.readthedocs.io/en/latest/sgx-intro.html
|
||||||
# we are not adding any permissions or members just the group
|
# we are not adding any permissions or members just the group
|
||||||
# the corrects the boot up error.
|
# the corrects the boot up error.
|
||||||
groupadd sgx
|
#groupadd sgx
|
||||||
|
|
||||||
|
|
||||||
# This will install hblock - a local ad-blocker utility
|
# This will install hblock - a local ad-blocker utility
|
||||||
|
|
|
@ -42,7 +42,7 @@ greeter-hide-users=false
|
||||||
#greeter-allow-guest=true
|
#greeter-allow-guest=true
|
||||||
#greeter-show-manual-login=false
|
#greeter-show-manual-login=false
|
||||||
#greeter-show-remote-login=true
|
#greeter-show-remote-login=true
|
||||||
user-session=xfce
|
#user-session=xfce
|
||||||
#allow-user-switching=true
|
#allow-user-switching=true
|
||||||
#allow-guest=true
|
#allow-guest=true
|
||||||
#guest-session=
|
#guest-session=
|
||||||
|
|
Loading…
Reference in New Issue