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
502 B
XML
15 lines
502 B
XML
<image>
|
|
<profiles>
|
|
<profile name="MiracleWM-Desktop" description="MiracleWM Desktop">
|
|
<requires profile="DesktopCommon"/>
|
|
</profile>
|
|
</profiles>
|
|
<packages type="image" patternType="plusRecommended" profiles="MiracleWM-Desktop">
|
|
<!-- install env-group to resolve RhBug:1891500 -->
|
|
<namedCollection name="miraclewm-desktop-environment"/>
|
|
<namedCollection name="firefox"/>
|
|
<package name="initial-setup-gui"/>
|
|
<package name="initial-setup-gui-wayland-miraclewm"/>
|
|
</packages>
|
|
</image>
|