dcung wrote:1. Create a bash script file (ie. #!/bin/bash type) - to execute conkytoggle. Sort of the conky_start you mentioned.
Not that it's very important, but I just like to understand. It seems to me you don't have conky_start
in ~/Startup.
I do have it when making a build with lxqt.conf as it's one of the extra files added to the chroot (on top of lxqt.conf is DE_CONFIG="Lxqt"
which makes the extra files added at the end of the build stage (mostly config files).
Again, just curious (and to clear up possible confusion) .
P.S. Oh.. explanation can be that you run your own mklive-bookworm mod (not the "mklive-bookworm-exp" script that I attached above).
EDIT: The mklive-bookworm-exp has added near the end, (before creating the .squashfs modules) :
[ "$DE_CONFIG" = "Lxqt" ] && wget --no-check-certificate -P squash -r -e robots=off -nd -l1 -A "*squashfs" https://debiandog.github.io/MakeLive/modules-bookworm/lxqt/ && unsquashfs -f -d chroot squash/*.squashfs; rm -rf squash