On 11/30/2017 01:39 PM, Christian Groessler wrote: > This is handled by conditional compilation in gdm (depending on a > HAVE_XSERVER_THAT_DEFAULTS_TO_LOCAL_ONLY define). > > The setting for this define is determined in configure.ac, lines[...] > if $PKG_CONFIG --atleast-version=1.17 xorg-server; then > AC_DEFINE([HAVE_XSERVER_THAT_DEFAULTS_TO_LOCAL_ONLY], [], [XServer > disables tcp access by default]) fi[...] > On my system, running the test above returns correct results: > > $ pkg-config --atleast-version=1.17 xorg-server ; echo $? 0 $ > > > I've build the gdm RPM from source on my local machine, installed it, > and, hey, now everything works as expected. > > So I guess that the machine used to build the official packages still > has an old X server installed. If that's true, could this be fixed? Looks like gdm is missing BuildRequires: pkgconfig(xorg-server) Please report a bug for gdm in Bugzilla. Michal _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx