fix: enable the cosmic-greeter service (#4023)

This commit is contained in:
Mariya 2025-12-21 17:07:47 -05:00 committed by GitHub
parent f639290c20
commit ba5f924540
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ class ProfileHandler:
service_disable = ['getty@tty1']
case GreeterType.CosmicSession:
packages = ['cosmic-greeter']
service = ['cosmic-greeter']
if packages:
install_session.add_additional_packages(packages)