Ok. What I did to disable the screen locker and screen blanking in LXDE
on a Debian Buster LiveUSB image was the following:
1. Remove the `xscreensaver` line from /etc/xdg/lxsession/LXDE/autostart
2. Disable light-locker by putting the following contents in
/home/$USER/.config/autostart/light-locker.desktop:
[Desktop Entry]
Type=Application
Name=Screen Locker
Exec=light-locker
NoDisplay=True
NotShowIn=GNOME;Unity;LXDE;
This works by overriding the system 'light-locker.desktop' and
specifying 'NotShowIn=LXDE;' which stops LXDE from automatically
executing it on login. You could probably also modify
/etc/xdg/autostart/light-locker.desktop to change this system-wide, but
I haven't tested that.
I hope that is helpful. Let me know if you have any questions.
On 10/1/2020 12:50 PM, andy pugh wrote:
On Thu, 1 Oct 2020 at 17:24, Will Sloan <will@848.email> wrote:
What Desktop Environment are you using in the ISO?
XFCE
https://github.com/LinuxCNC/buster-live-build/blob/master/config/package-lists/desktop.list
but that information will only be useful to you if you are also
using LXDE.
Some of it might apply anyway?