From 5fe0b5c21d96d78ac494e2a9715a1af92ab8b761 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Sat, 28 Aug 2021 21:38:21 +0200 Subject: [PATCH] Update version --- .update/version | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.update/version b/.update/version index d6abe81a66..7ac789e628 100644 --- a/.update/version +++ b/.update/version @@ -12,6 +12,6 @@ G_MIN_DEBIAN=4 # Alternative Git branch to automatically migrate to when Debian version is too low G_OLD_DEBIAN_BRANCH='jessie-support' # Live patches -G_LIVE_PATCH_DESC=() -G_LIVE_PATCH_COND=() -G_LIVE_PATCH=() +G_LIVE_PATCH_DESC=('On Raspberry Pi Bullseye systems, some LXDE features do not work due to conflicting packages from the RPi desktop. This patch extends the blocklist to fix the issue, you may dismiss it when not using the LXDE desktop: https://github.com/MichaIng/DietPi/issues/4687') +G_LIVE_PATCH_COND=('[[ $G_HW_MODEL -le 9 ]] && ! grep -q " lx\*$" /boot/dietpi/dietpi-software') +G_LIVE_PATCH=('[[ -f /etc/apt/preferences.d/dietpi-lxde ]] && sed -i "/^Package:/c\Package: openbox* obconf* libob* pcmanfm* libfm* libgtk* lx*" /etc/apt/preferences.d/dietpi-lxde; sed -i "/^Package:.*lx/c\Package: openbox* obconf* libob* pcmanfm* libfm* libgtk* lx*" /boot/dietpi/dietpi-software')