A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 IP Address : 91.89.35.26 Hostname : ip-091-089-035-026.um28.pools.vodafone-ip.de Old Revision : https://wiki.x2go.org/doku.php/doc:howto:tce?rev=1745220211 New Revision : https://wiki.x2go.org/doku.php/doc:howto:tce Date of New Revision: 2025/04/21 11:38 Edit Summary : [Configuring the Build] add patch to be able to build mate-minidesktop-bookworm User : stefanbaur There may be newer changes after this revision. If this happens, a message will be shown on the top of the rev page. @@ -102,8 +102,11 @@ elif echo -e "$LBX2GO_CONFIG" | grep -q "openbox"; then LBX2GO_BOOTAPPEND_LIVE+="fastpo " export LBX2GO_BOOTAPPEND_LIVE fi + + # make Backports default to true + export LBX2GO_BACKPORTS="true" # detect if the selected git repo is meant to build a buster, stretch or jessie image if [ -z "${LBX2GO_CONFIG##*-stretch}" ] ; then export LBX2GO_DEBVERSION="stretch" @@ -123,8 +126,10 @@ elif [ -z "${LBX2GO_CONFIG##*-bookworm}" ] ; then export LBX2GO_DEBVERSION="bookworm" export LBX2GO_BOOTAPPEND_LIVE+=" net.ifnames=0 biosdevname=0" export LBX2GO_ARCHIVE_AREAS="non-free-firmware " + # disable Backports for Bookworm, as mate-minidesktop won't build with Backports enabled + export LBX2GO_BACKPORTS="false" else export LBX2GO_DEBVERSION="jessie" fi -- This mail was generated by DokuWiki at https://wiki.x2go.org/