Skip to content

Commit

Permalink
Live patch 0 v7.5 (#4696)
Browse files Browse the repository at this point in the history
+ DietPi-Live_patches | Fix some LXDE features on RPi Bullseye: #4696
  • Loading branch information
MichaIng authored Aug 29, 2021
1 parent d33b160 commit 140fa04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .update/version
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 140fa04

Please sign in to comment.