On Sat, 27 Feb 2021 02:51:22 +0000 Andre Etienne
<[email protected]> wrote:
> Hi all,
>
>
> With Buster (gdm3 3.30.2-3 ) using DisallowTCP=false add the "-listen
> tcp" in command line and I can connect remotely.
>
> With gdm3 3.38.2.1-1, using DisallowTCP=false remove the "-nolisten tcp"
> but do not add "-listen tcp" so I can not connect remotely.
>
>
> Thanks
>
>
Ok,
I try a little trick:
in gdm-server.c and gdm-x-session.c, I remove the conditional if:
#ifdef HAVE_XSERVER_THAT_DEFAULTS_TO_LOCAL_ONLY (and corresponding #else
and #endif), leaving the remaining code.
I compile the code and now I have the "-listen tcp" in command line.
So the problem certainly come from the
HAVE_XSERVER_THAT_DEFAULTS_TO_LOCAL_ONLY condition.
Cheers