Hi.
I have a python code which makes every minute a screenshot of my VM desktop. After I minimize window with RDP or disconnect the session script stops running.
Other scripts on VM are still running while I am disconnected, so the session is alive. The issue is probably that DISPLAY is not active.
How I make the display always on?
Thanks a lot