-
Notifications
You must be signed in to change notification settings - Fork 15
Description
After deploying a new image, RDP login times out with the following message:

Script extension stderr points to a compilation issue with xorgxrdp due to a missing file (fontutil.h):
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from rdpDraw.c:44:
/usr/include/xorg/dixfont.h:32:32: fatal error: X11/fonts/fontutil.h: No such file or directory
compilation terminated.
make[3]: *** [rdpDraw.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from rdpDraw.c:44:
/usr/include/xorg/dixfont.h:32:32: fatal error: X11/fonts/fontutil.h: No such file or directory
compilation terminated.
make[2]: *** [rdpDraw.lo] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1