Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions build_scripts/20-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ dnf -y --enablerepo "copr:copr.fedorainfracloud.org:che:nerd-fonts" install \
# We could get some kind of static binary for GCC but this is the cleanest and most tested alternative. This Sucks.
dnf -y --setopt=install_weak_deps=False install gcc

# Downgrade to GNOME 48 from jreilly1821/c10s-gnome COPR (enabled in 10-packages-image-base.sh)
# This pins us to gnome-shell 48.x instead of the upstream 49.x
dnf -y swap gnome-shell gnome-shell-48.3 --allowerasing
# Versionlock GNOME components to prevent upgrades back to 49

# Versionlock GNOME components to prevent upgrades
dnf -y install python3-dnf-plugin-versionlock
dnf versionlock add gnome-shell gdm gnome-session-wayland-session
4 changes: 2 additions & 2 deletions build_scripts/overrides/base/10-packages-image-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dnf -y install 'dnf-command(versionlock)'
/run/context/build_scripts/scripts/kernel-swap.sh

# GNOME 48 backport COPR
dnf copr enable -y "jreilly1821/c10s-gnome"
dnf copr enable -y "jreilly1821/c10s-gnome-49"
dnf -y install glib2
dnf -y upgrade glib2
dnf -y upgrade glib2 selinux-policy
# Please, dont remove this as it will break everything GNOME related
dnf versionlock add glib2

Expand Down
Loading