From a1667a25f1e1e133a2058220964907c511e52850 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sat, 24 Jul 2021 20:41:35 +0800 Subject: Remove lightdm packages from Deepin profile As of deepin-session-shell 5.4.42-2 (which is in the deepin group), lightdm is added as a dependency because of lightdm-deepin-greeter. A configuration (usr/share/lightdm/lightdm.conf.d/60-deepin.conf) in startdde (also in the deepin group) should override default lightdm configuration to use lightdm-deepin-greeter instead of the gtk greeter. Thus these two packages could be removed from the profile now. This effectively reverts #441 --- profiles/deepin.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'profiles/deepin.py') diff --git a/profiles/deepin.py b/profiles/deepin.py index 5bc18285..09b05ed5 100644 --- a/profiles/deepin.py +++ b/profiles/deepin.py @@ -8,8 +8,6 @@ __packages__ = [ "deepin", "deepin-terminal", "deepin-editor", - "lightdm", - "lightdm-gtk-greeter", ] -- cgit v1.2.3-54-g00ecf