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/mate-compiz.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/mate-compiz.xml')
| -rw-r--r-- | components/desktops/mate-compiz.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/components/desktops/mate-compiz.xml b/components/desktops/mate-compiz.xml new file mode 100644 index 0000000..c5c9a75 --- /dev/null +++ b/components/desktops/mate-compiz.xml @@ -0,0 +1,31 @@ +<image> + <profiles> + <profile name="DesktopCommon" description="Common desktop packages"/> + <profile name="MATE_Compiz-Desktop" description="MATE_Compiz Desktop"> + <requires profile="DesktopCommon"/> + </profile> + </profiles> + <packages type="image" patternType="plusRecommended" profiles="MATE_Compiz-Desktop"> + <!-- install env-group to resolve RhBug:1891500 --> + <namedCollection name="mate-desktop-environment"/> + <namedCollection name="compiz"/> + <namedCollection name="libreoffice"/> + <package name="fedora-release-matecompiz"/> + <package name="earlyoom"/> <!-- replaces systemd-oomd-defaults --> + <ignore name="systemd-oomd-defaults"/> <!-- replaced by earlyoom, see rhbz#2068699 and rhbz#1933494 --> + <ignore name="audacious"/> <!-- breaks the desktop --> + <!-- drop things for size --> + <ignore name="@3d-printing"/> + <ignore name="@admin-tools"/> + <ignore name="@mate-applications"/> + <ignore name="brasero"/> + <ignore name="fedora-icon-theme"/> + <ignore name="gnome-icon-theme"/> + <ignore name="gnome-icon-theme-symbolic"/> + <ignore name="gnome-logs"/> + <ignore name="gnome-software"/> + <ignore name="gnome-user-docs"/> + <ignore name="evolution-help"/> + <ignore name="telnet"/> <!-- Legacy cmdline thing we don't want --> + </packages> +</image> |