components/desktops/kde: Add initial setup group for KDE Mobile

It's not the most ideal option, but it works and unblocks the disk
image.
This commit is contained in:
Neal Gompa 2024-08-27 16:00:29 -04:00
parent bc0235a07c
commit 8f20ace625

View File

@ -27,6 +27,8 @@
<packages type="image" patternType="plusRecommended" profiles="KDE-Mobile"> <packages type="image" patternType="plusRecommended" profiles="KDE-Mobile">
<!-- install env-group to resolve RhBug:1891500 --> <!-- install env-group to resolve RhBug:1891500 -->
<namedCollection name="kde-mobile-environment"/> <namedCollection name="kde-mobile-environment"/>
<!-- not ideal, but the best we can do for now -->
<namedCollection name="kde-spin-initial-setup"/>
<namedCollection name="firefox"/> <namedCollection name="firefox"/>
<package name="fuse"/> <package name="fuse"/>
<package name="kde-l10n"/> <package name="kde-l10n"/>