This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch feature/openbox-magic-pixel-workaround-buster in repository live-build-x2go. at 58ef7f2 Labels with blanks need to have their blanks replaced with \x20, else the comparison with /dev/disk/by-label will fail; lsblk -r instad of lsblk -l does that. This branch includes the following new commits: new b8e3df1 switched to buster repo new 2416e6e removed packages no longer available in buster new b206178 added gpg package (buster build fails early without it) new 5a91642 changed how the files are created and added some debug output as this script is currently failing on Buster, do not run this in production new 715e510 redirected debug output to file new ab5c14c Revert "redirected debug output to file" new ec99f03 typofix new 1d428d4 reversed order in which files are created new a8a712d removed offending code (/bin/boot/ path no longer exists in Buster) and debug messages - safe for production use once again new d0df082 cryptsetup is now split in 3 separate packages new 93e78f7 added required packages for freerdp2-x11 new 876792b according to a message during build, the package cryptsetup-initramfs is not required, so we're removing it. new 59851f5 added unix sockets stuff to pulseaudio spawning command so FreeRDP can use audio as well new e11d044 added x2gothinclient-usbmount and cryptsetup packages, and re-added cryptsetup-initramfs package, as we need cryptsetup and cryptsetup-initramfs for x2gothinclient-usbmount new f46d45c This is an attempt to create a bootable image for the raspberry pi. It will not do anything if the pi firmware cannot be found during the build, so it is safe even on non-ARM platforms new d34438b Revert "This is an attempt to create a bootable image for the raspberry pi. It will not do anything if the pi firmware cannot be found during the build, so it is safe even on non-ARM platforms" new eab5b9e errormessage "can't create /sys/class/graphics/fb0/blank: nonexistent directory" during boot hints at the directory being deleted and recreated during our commands (we wouldn't be at the particular position in the code, had the directory never existed at all), so we'll wait until it (re)appears before issuing our command new d53d4a6 when waiting for the device to appear, do not use sleep command but loop as fast as possible new c16b4b6 rdnssd and resolvconf packages are required for DNS resolution to work in IPv6 networks that don't use DHCPv6 (rdnssd puts name server entries in /etc/resolv.conf; resolvconf adds the "search" entry) new 86b66d7 enforcing dash for these three scripts new 8ee8912 for some silly reason, we end up with a 0-byte-sized actual resolv.conf file in /etc, which keeps resolvconf from working new bc686b8 script needs +x to work new 97dd691 this is a workaround for https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963146 - the file config/includes.chroot/lib/live/config/0049-sysvinit-with-systemd-workaround may safely be removed once this bug has been dealt with. new a556694 typofix new 4f2ff92 added update command for resolvconf, to be triggered if we encountered the broken resolv.conf file new 7ac98b3 Due to l10n, the title may be spelled with or without a blank - we need to make sure this works either way new 64c46c6 instead of trying to match the window title, match the executable name -> works across all l10n's. new 0966ca3 only run kill command if there's actually a process id to kill new 89dd0d0 added urldecoder so live-build won't choke on | symbol any more -> using %7C instead of | in build config new 02c5c1a we need to parse the urldecoded string using echo -e new e0a514d added support for MATE's screensaver, so our slides will be shown in MMD new 5dcb000 copy the files from the slides directory, not the entire folder as a subfolder to the destination new eeba2ed added branding support for MMD new 1b77a09 added background support for MMD new 829e6cd path was wrong new b01db4e force hardlink creation even if destination file already exists new 0107507 fixed race condition new 0c82ab9 this script had echo commands meant for a different shell; changed so the used parameters match the shell in use new 02177d2 unified/fixed log message output new 528948b added status message log output new 4c873e1 udevadm has a command "settle", so no need to loop and wait for it to settle. new 3c10331 added some debug output new 3aa0179 typofix new 9a1414c added further debug output new d927a88 added cross-check - we now compare /dev/disks/by-label and lsblk output before moving on new 632afc1 removed bashism new 583b277 stop spamming the log and wait 1 second between the attempts instead new 192d042 added debug output new a7448e7 feh in screensaver mode now displays slides on all screens, not only on primary new bed9244 added support for x2go-kdrive in screensaver mechanism new bb3dd3c restoring the Login Screen didn't work on xinerama displays, should be fixed now new 9bf04a1 X2GoClient needs to be forced into the foreground for the reisizing and moving to have any effect new 9af001e xdotool can't restore to fullscreen, needs wmctrl new 0819a38 do not background task in initrd new 6375039 blankdpmsfix now also supports passing a time value new a599ac5 persistent installations would shut down immediately on boot when .halt file was present, so we make sure to delete it and sync the disk new 81b06a8 /dev/disxk/by-label may contain "\x20" for blanks, this needs to be interpreted, "echo -e" is the way to do this. new 94811b7 Revert "/dev/disxk/by-label may contain "\x20" for blanks, this needs to be" new 58ef7f2 Labels with blanks need to have their blanks replaced with \x20, else the comparison with /dev/disk/by-label will fail; lsblk -r instad of lsblk -l does that. The 59 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git