This is principally to avoid confusion as the DesktopCommon profile is defined in one place and used across the board. No functional changes.
15 lines
514 B
XML
15 lines
514 B
XML
<image>
|
|
<profiles>
|
|
<profile name="Cinnamon-Desktop" description="Cinnamon Desktop">
|
|
<requires profile="DesktopCommon"/>
|
|
</profile>
|
|
</profiles>
|
|
<packages type="image" patternType="plusRecommended" profiles="Cinnamon-Desktop">
|
|
<!-- install env-group to resolve RhBug:1891500 -->
|
|
<namedCollection name="cinnamon-desktop-environment"/>
|
|
<namedCollection name="libreoffice"/>
|
|
<package name="rhythmbox"/>
|
|
<package name="f39-backgrounds-extras-gnome"/> <!-- extra backgrounds -->
|
|
</packages>
|
|
</image>
|