From f0b38dc3805d21a3a98693857ff786e621d2bd65 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sun, 4 Aug 2024 18:36:29 +0200 Subject: [PATCH] KDE neon downgrades base-files for some reason. Lets prevent this to happen --- extensions/mesa-vpu.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extensions/mesa-vpu.sh b/extensions/mesa-vpu.sh index cd426fc1aa..aa146b07e2 100644 --- a/extensions/mesa-vpu.sh +++ b/extensions/mesa-vpu.sh @@ -140,6 +140,9 @@ function post_install_kernel_debs__3d() { EOF fi + # KDE neon downgrades base-files for some reason. This prevents tacking it + do_with_retries 3 chroot_sdcard apt-mark hold base-files + display_alert "Updating sources list, after kisak PPAs" "${EXTENSION}" "info" do_with_retries 3 chroot_sdcard_apt_get_update @@ -149,6 +152,9 @@ function post_install_kernel_debs__3d() { display_alert "Upgrading Mesa packages" "${EXTENSION}" "info" do_with_retries 3 chroot_sdcard_apt_get dist-upgrade + # KDE neon downgrade hack undo + do_with_retries 3 chroot_sdcard apt-mark unhold base-files + # Disable wayland flag for XFCE #if [[ "${DESKTOP_ENVIRONMENT}" == "xfce" ]]; then # sed -e '/wayland/ s/^#*/#/' -i "${SDCARD}"/etc/chromium.d/default-flags