> I'll try your solution soon/later today.
Seems to work fine. Thanks!
My jump to another screen key combo doesn't real work unless
I disable the "pass special keys ..." option, and even in
that case it seems to work too. (And I never unchecked that
anyway.)
I'll use my locally built vncviewer until this makes it to
official Fedora rpm, no hurry on that.
-- Henrique
-----------------------------------------------------------------
Couple of (not so important) side notes.
I'm on Fedora 37.
I've been building fltk 1.3 and 1.4 from git, builds fine.
Didn't apply any Fedora src rpm patches for this, which may
or not explain some of the minor problems below.
Building vncviewer from git, with or without applying its
Fedora src rpm patches, results in a vncviewer that exits
almost immediately with ZRLE problems, either with an error
or core dump. This is probably my doing and wouldn't worry
too much about it.
Compiling from the src rpm succeeds in building vncviewer,
against either fltk 1.3 and 1.4, though against 1.4 it fails
sometime after that, I think building x0vncserver.
Also against 1.4 it initially errors out compiling
Viewport.cxx with an undefined LC_MESSAGES. I worked around
this by adding in gettext.h an include for locale.h, if
LC_MESSAGES is not defined, a little bit above the place
where it is first used in there.
Both the 1.3 and 1.4 based vncviewers work.
-----------------------------------------------------------------