Open anijatsu opened 8 months ago
Thanks for your report. When LXDE is installed, we install an APT config to prevent the installation of packages from the RPi OS desktop. Since LXDE is installed first when you do all in one run, the config should be present already before other desktops can pull some of those packages. So it should be even worse when installing e.g. MATE first and LXDE afterwards. Looks like we missed some package, causing the dependency conflict.
We need to make this in a better way: No pinning individual binary packages, but whole source packages, and do that OOTB on RPi images, not just on LXDE installs.
libgtk-3-0
should be however pinned, so not 100% sure why it wants to install the version from the RPi repo. Probably another RPi repo package, not installed with LXDE but with MATE, causes this.
Can you show:
apt policy libgtk-3-0
Creating a bug report/issue
Required Information
cat /boot/dietpi/.version
9.1.1echo $G_DISTRO_NAME $G_RASPBIAN
bullseye 0uname -a
linux dietpi 6.1.21-v8+ 1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/LINUXecho $G_HW_MODEL_NAME
or (EG: RPi3) RPi 4 Model B (aarch64)Additional Information (if applicable)
echo $G_HW_UUID
c661b6cc-bf35-401c-b2b2-75d3c7d9602eSteps to reproduce
Expected behaviour
Actual behaviour
Extra details