components/desktop-environments: Uninstall Xorg instead of excluding it

For the moment, the base-x group is required by the Workstation and
KDE environment groups, so we need to work around this by telling
KIWI to uninstall it after everything is installed instead of
excluding it from the beginning.
This commit is contained in:
Neal Gompa 2023-09-05 21:35:38 -04:00
parent 31e2285ee0
commit fa8af4621f

View File

@ -22,10 +22,12 @@
<package name="mesa-dri-drivers"/> <package name="mesa-dri-drivers"/>
<package name="mesa-vulkan-drivers"/> <package name="mesa-vulkan-drivers"/>
<package name="plymouth-system-theme"/> <package name="plymouth-system-theme"/>
<ignore name="xorg-x11-server-Xorg"/>
<ignore name="@dial-up"/> <ignore name="@dial-up"/>
<ignore name="@guest-desktop-agents"/> <ignore name="@guest-desktop-agents"/>
</packages> </packages>
<packages type="uninstall" profiles="DesktopCommon">
<package name="xorg-x11-server-Xorg"/>
</packages>
<packages type="image" patternType="plusRecommended" profiles="GNOME-Desktop"> <packages type="image" patternType="plusRecommended" profiles="GNOME-Desktop">
<namedCollection name="workstation-product-environment"/> <namedCollection name="workstation-product-environment"/>
<package name="fedora-release-workstation"/> <package name="fedora-release-workstation"/>