components/desktops/common: Drop nonexistent groups

This also includes an adjustment to use the correct group for printing.
This commit is contained in:
Neal Gompa
2024-04-20 18:10:55 +00:00
committed by ngompa
parent 72083f7ba0
commit e4481149f4
+1 -3
View File
@@ -3,13 +3,11 @@
<profile name="DesktopCommon" description="Common desktop packages"/> <profile name="DesktopCommon" description="Common desktop packages"/>
</profiles> </profiles>
<packages type="image" patternType="plusRecommended" profiles="DesktopCommon"> <packages type="image" patternType="plusRecommended" profiles="DesktopCommon">
<namedCollection name="internet-browser"/>
<namedCollection name="fonts"/> <namedCollection name="fonts"/>
<namedCollection name="multimedia"/> <namedCollection name="multimedia"/>
<namedCollection name="networkmanager-submodules"/> <namedCollection name="networkmanager-submodules"/>
<namedCollection name="office-suite"/>
<namedCollection name="hardware-support"/> <namedCollection name="hardware-support"/>
<namedCollection name="print-client"/> <namedCollection name="printing"/>
<namedCollection name="guest-desktop-agents"/> <namedCollection name="guest-desktop-agents"/>
<namedCollection name="standard"/> <namedCollection name="standard"/>
<ignore name="gfs2-utils"/> <ignore name="gfs2-utils"/>