Open mjuric opened 4 years ago
FWIW, a workaround is to simply delete:
/usr/share/applications/xfce4-session-logout.desktop
(making the 'Log Out' menu option go away). But a) that's not the only way to log out, and b) being able to log out and shut down all GUI apps is sometimes advantageous from the PoV of managing resources.
Hi @yuvipanda, @manics et al:
First of all, this is a great extension! I'm looking to use it for summer schools and a few classes that require running legacy X11 apps.
One UX problem I stumbled upon -- if a user logs out (by hitting 'Applications|Log out' in the XFCE GUI), that shuts down
vncserver
. When that happens, here's what I see on the console:More problematically, the next time the user tries to start the desktop (by clicking 'New|desktop' in Jupyter), the notebook server seems unaware that
vncserver
has exited:(and vnclite just hangs waiting to connect).
Can you tell what's going on here? I have zero experience with coding tornado apps and Jupyter extensions (a lot with scientific python, though), but I'm willing to try to develop a fix it if you can point me in the right direction.