BarryK wrote: Tue Dec 14, 2021 3:41 amAirdale wrote: Tue Dec 14, 2021 1:21 amAppreciate it.
Tried that but doesn't seem to make any difference.
The window comes up for a second but is all black. It then vanishes.But seems like either no one else is using it or else no one else is having this problem.
So either way may not be a big deal.Thanks so much!
@Airdale
I found the cause of the failure. If you run this you will see why it fails:# ec-chroot easy
...tries to run the buster-in-container, but /files/shared doesn't exist. This is due to the changes made with /home and /files. To do a quick fix:
# cd /mnt/wkg/containers/easy/.session
# mkdir -p files/shared
# mkdir homeThen you should be good-to-go
Works well.
Thank you so much!