1--- a/plugins/remote-dev-server/bin/launcher.sh
2+++ b/plugins/remote-dev-server/bin/launcher.sh
3@@ -322,7 +322,7 @@ fi
4 # ---------------------------------------------------------------------
5 # Configure fonts and fontconfig
6 # ---------------------------------------------------------------------
7-if [ $IS_DARWIN -ne 1 ]; then
8+if false; then
9 FONTS_CONFIGURATION_BASE_PATH="$REMOTE_DEV_SERVER_DIR/selfcontained/fontconfig"
10 if [ ! -d "$FONTS_CONFIGURATION_BASE_PATH" ]; then
11 echo "ERROR! Unable to locate font configuration source directory in self-contained distribution: '$FONTS_CONFIGURATION_BASE_PATH'." 1>&2
12@@ -371,6 +371,8 @@ else
13 REMOTE_DEV_SERVER_USE_SELF_CONTAINED_LIBS=1
14 fi
15
16+REMOTE_DEV_SERVER_USE_SELF_CONTAINED_LIBS=0
17+
18 if [ $REMOTE_DEV_SERVER_USE_SELF_CONTAINED_LIBS -eq 1 ]; then
19 SELFCONTAINED_LIBS="$REMOTE_DEV_SERVER_DIR/selfcontained/lib"
20 if [ ! -d "$SELFCONTAINED_LIBS" ]; then