b558e172c1
This ensures that the correct variant packages are installed.
16 lines
586 B
XML
16 lines
586 B
XML
<image>
|
|
<profiles>
|
|
<profile name="DesktopCommon" description="Common desktop packages"/>
|
|
<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>
|