diff options
| author | 2026-05-07 00:04:47 -0400 | |
|---|---|---|
| committer | 2026-05-07 00:04:47 -0400 | |
| commit | 4aec82eba1e440cefd40bb1ea79ebcbe3bd3b71c (patch) | |
| tree | b0fe5dfaa83c986e44cb0e019b225ad32397abec | |
| parent | e3473a5a471da67f4d47c207e86a81e057a783f9 (diff) | |
| download | kiwi-descriptions-4aec82eba1e440cefd40bb1ea79ebcbe3bd3b71c.tar.gz kiwi-descriptions-4aec82eba1e440cefd40bb1ea79ebcbe3bd3b71c.zip | |
eln: add gnome-classic-session to GNOME Live
While it was removed from comps prior to RHEL 10, it is present in both the
CentOS AltImage (on which this is based) and Workstation Live (with which
this shares tests in OpenQA). Without it, GNOME Shell will not display the
Log Out option in the Live image.
https://github.com/fedora-eln/eln/issues/511
| -rw-r--r-- | teams/eln/desktop-environments.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/teams/eln/desktop-environments.xml b/teams/eln/desktop-environments.xml index 6a47168..c9741b0 100644 --- a/teams/eln/desktop-environments.xml +++ b/teams/eln/desktop-environments.xml @@ -32,6 +32,7 @@ <packages type="image" patternType="plusRecommended" profiles="GNOME-Desktop"> <namedCollection name="gnome-desktop"/> <namedCollection name="workstation-product"/> + <package name="gnome-classic-session"/> </packages> <packages type="image" patternType="plusRecommended" profiles="KDE-Desktop"> <namedCollection name="kde-desktop-environment"/> |