aboutsummaryrefslogtreecommitdiff
path: root/components/desktops/i3.xml
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-02-22 19:15:21 -0500
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-02-22 19:15:21 -0500
commit749771647624e6be1f574fbf31b60aa0f90d0bbc (patch)
treeca67892d9e4ce370187a16a620c5469afaf7f7d4 /components/desktops/i3.xml
parent41c9052e0920b4246f38e27dc1751591b83d46a7 (diff)
downloadkiwi-descriptions-749771647624e6be1f574fbf31b60aa0f90d0bbc.tar.gz
kiwi-descriptions-749771647624e6be1f574fbf31b60aa0f90d0bbc.zip
Reorganize configuration around Fedora teams
This realigns the configuration into separate files/folders that would be modified by specific teams (e.g. WGs and SIGs).
Diffstat (limited to 'components/desktops/i3.xml')
-rw-r--r--components/desktops/i3.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/components/desktops/i3.xml b/components/desktops/i3.xml
new file mode 100644
index 0000000..ae2464d
--- /dev/null
+++ b/components/desktops/i3.xml
@@ -0,0 +1,21 @@
+<image>
+ <profiles>
+ <profile name="DesktopCommon" description="Common desktop packages"/>
+ <profile name="i3-Desktop" description="i3 Desktop">
+ <requires profile="DesktopCommon"/>
+ </profile>
+ </profiles>
+ <packages type="image" patternType="plusRecommended" profiles="i3-Desktop">
+ <!-- install env-group to resolve RhBug:1891500 -->
+ <namedCollection name="i3-desktop-environment"/>
+ <namedCollection name="admin-tools"/>
+ <package name="dex-autostart"/>
+ <package name="fedora-release-i3"/>
+ <package name="feh"/>
+ <package name="gnome-keyring-pam"/> <!-- unlock default keyring, FIXME: put in comps -->
+ <package name="system-config-printer"/> <!-- FIXME: put in comps -->
+ <package name="thunar"/> <!-- FIXME: put in comps -->
+ <package name="xfce-polkit"/> <!-- FIXME: put in comps -->
+ <package name="wget"/> <!-- FIXME: put in comps -->
+ </packages>
+</image>