Files
HoralOS/components/desktops/cinnamon.xml
T
Neal Gompa 4d0315767d components/desktops: Drop duplicate unused DesktopCommon profile entries
This is principally to avoid confusion as the DesktopCommon profile
is defined in one place and used across the board.

No functional changes.
2025-02-22 04:05:41 -05:00

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>