Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DietPi-Live_patches | Fix some LXDE features install on RPi Bullseye #4696

Merged
merged 1 commit into from
Aug 29, 2021
Merged
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: 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')