I have a weird effect in ZOOM which only appears for TCL/TK windows.
Ubuntu 18.04, GNOME window manager. ZOOM version 5.10.3 (2778) (relatively new, I was forced to do an update, the problem is also new). TCL/TK 8.6.
- I start a ZOOM session and share a "portion of screen" (Share - Advanced).
- I run
wish
from the command line. I move thewish
window into the shared screen portion. - For the client users of the ZOOM session, the
wish
window is visible if it has the focus. - When I move the focus to another window, e.g. a terminal, outside the shared screen portion, the clients only see a black region somewhat larger than the
wish
window (instead of thewish
window). - When I move the focus to a window, e.g. a terminal, which is at least partly inside the shared screen portion, the
wish
window stays visible. - If I share the entire screen in ZOOM (which is not what I want for my purposes, though), the
wish
window stays visible.
This is so weird, I don't even have the slightest idea what is going on. What is special about TCL/TK windows that they go black in ZOOM, but only under these circumstances?