This is principally to avoid confusion as the DesktopCommon profile is defined in one place and used across the board. No functional changes.
14 lines
432 B
XML
14 lines
432 B
XML
<image>
|
|
<profiles>
|
|
<profile name="Sway-Desktop" description="Sway Desktop">
|
|
<requires profile="DesktopCommon"/>
|
|
</profile>
|
|
</profiles>
|
|
<packages type="image" patternType="plusRecommended" profiles="Sway-Desktop">
|
|
<!-- install env-group to resolve RhBug:1891500 -->
|
|
<namedCollection name="sway-desktop-environment"/>
|
|
<namedCollection name="firefox"/>
|
|
<namedCollection name="swaywm-extended"/>
|
|
</packages>
|
|
</image>
|