Change Budgie display server and update packages (#4450)

Some changes consistent with other distros.
This commit is contained in:
stinga11 2026-04-21 20:23:09 -04:00 committed by GitHub
parent b842e54091
commit fa54c9d6c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ class BudgieProfile(Profile):
'Budgie',
ProfileType.DesktopEnv,
support_gfx_driver=True,
display_server=DisplayServerType.Xorg,
display_server=DisplayServerType.Wayland,
)
@property
@ -18,12 +18,12 @@ class BudgieProfile(Profile):
return [
'materia-gtk-theme',
'budgie',
'mate-terminal',
'nemo',
'konsole',
'dolphin',
'papirus-icon-theme',
]
@property
@override
def default_greeter_type(self) -> GreeterType:
return GreeterType.LightdmSlick
return GreeterType.Sddm