RSS Bot Posted September 13, 2022 Posted September 13, 2022 Description Desktop doesn't install properly from CLI for several reasons. This commit addresses those problems. move skel and PSD configuration directly to the desktop package postins script move sources from desktop to cli image so we can make proper upgrades switch gdm3 de-instsall logic by adding it as a conflicting package to the armbian desktops as we only use lightdm Jira reference number AR-1326 AR-1327 AR-1328 How Has This Been Tested? On top of CLI and repository with updated package placed to local repository: apt -y --no-install-recommends install lightdm-gtk-greeter lightdm apt-get -o Dpkg::Options::="--force-confold" --allow-downgrades -y --install-recommends install armbian-$(cat /etc/os-release | grep VERSION_CODENAME | cut -d"=" -f2)-desktop-xfce service lightdm start [x] Generate Jammy XFCE desktop image [x] Generate Jammy CLI (x86) and upgrade to XFCE desktop Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
Recommended Posts