Skip to content

Fixing "black screen" after logout

Oleksandr Shneyder requested to merge personal/oshneyder/fix-black-screen into master

On some modern distros, after logout, when the desktop environment has exited, the session windows stays persistent and user see only "black screen". If user just closing the proxy window, session is not going to be closed, but suspended. After starting session again x2go client will restore the "black screen". This patch is fixing the issue and make proxy window to close after logout, as it supposed to be.

Merge request reports