diff options
| author | 2024-02-22 19:15:21 -0500 | |
|---|---|---|
| committer | 2024-02-22 19:15:21 -0500 | |
| commit | 749771647624e6be1f574fbf31b60aa0f90d0bbc (patch) | |
| tree | ca67892d9e4ce370187a16a620c5469afaf7f7d4 /components/desktops/lxde.xml | |
| parent | 41c9052e0920b4246f38e27dc1751591b83d46a7 (diff) | |
| download | kiwi-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/lxde.xml')
| -rw-r--r-- | components/desktops/lxde.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/components/desktops/lxde.xml b/components/desktops/lxde.xml new file mode 100644 index 0000000..dc527ae --- /dev/null +++ b/components/desktops/lxde.xml @@ -0,0 +1,20 @@ +<image> + <profiles> + <profile name="DesktopCommon" description="Common desktop packages"/> + <profile name="LXDE-Desktop" description="LXDE Desktop"> + <requires profile="DesktopCommon"/> + </profile> + </profiles> + <packages type="image" patternType="plusRecommended" profiles="LXDE-Desktop"> + <!-- install env-group to resolve RhBug:1891500 --> + <namedCollection name="lxde-desktop-environment"/> + <namedCollection name="lxde-apps"/> + <namedCollection name="lxde-media"/> + <namedCollection name="lxde-office"/> + <package name="fedora-release-lxde"/> + <package name="lxpolkit"/> <!-- Ensure LXDE polkit agent is used --> + <package name="notification-daemon"/> <!-- Ensure correct notification daemon is used --> + <ignore name="PackageKit*"/> <!-- we use dnfdragora instead --> + <ignore name="fprintd-pam"/> <!-- pam-fprint causes segfaults in LXDM --> + </packages> +</image> |