On Wed, 03 Jan 2024 at 17:03:09 +0200, Jonathan Carter wrote:
> On 2024/01/03 12:37, Patrick Schleizer wrote:
> > Didn't work for me but this did:
> > 
> > https://forum.xfce.org/viewtopic.php?id=16357
> 
> What did you do from there that made it work? We set the metadata bit from a
> script on the live image too, but it doesn't seem to have any effect.

I confirm that this bug is still present in the Debian 12.5 XFCE live image.
As Patrick said, a workaround is to run this in a terminal in the live image:

sudo apt install libglib2.0-bin
gio set -t string \
    ~/Desktop/install-debian.desktop \
    metadata::xfce-exe-checksum \
    $(sha256sum ~/Desktop/install-debian.desktop | awk '{print $1}')

before launching the installer.

    smcv

Reply via email to