From internet_everyone@yahoo.com  Mon Jun  8 05:52:04 2015
Received: (at 884) by bugs.x2go.org; 8 Jun 2015 03:52:06 +0000
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM,
	T_DKIM_INVALID autolearn=ham version=3.3.2
Received: from nm29-vm3.bullet.mail.ne1.yahoo.com (nm29-vm3.bullet.mail.ne1.yahoo.com [98.138.91.159])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 3E5885DA2B
	for <884@bugs.x2go.org>; Mon,  8 Jun 2015 05:52:04 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1433735522; bh=Rk7yErpwvKW9BBvUb+bkM32wVnQ8LZjDl7ppvRDAqqE=; h=Date:From:Reply-To:To:In-Reply-To:References:Subject:From:Subject; b=EtmJE3eVm4gm2BDhV9YG7dTSeiTLcR8A/AiYJE3JM9Y29BQ0YiRfIlLVsziI2mCERd4bhzwo9Dphwxrb2XMj5iOG5Qr8y5MHb+1Ro7d20SN13hyqLxtXjXdo7e/e2T7rXHKT+oDONoZX6B7cf0vOQCR4fPYkzVAcPok5PgFwu+KkspzD3T9EiQPy/Gm7Y5WtFrzoPi6whYdeTtOFD15WGe4CNRR4OdQqpU6nZ9BnIaPHd9WjavXdesx9AOy0uaJ7bjwFaD6MdWC8fuY2fSKumbFmk1v8AbKVnw+ZJbjwkyeZHGs+kuhheC9TJ4RXpzP+wT6iTShLBpw//h3n/YeKUQ==
Received: from [98.138.226.177] by nm29.bullet.mail.ne1.yahoo.com with NNFMP; 08 Jun 2015 03:52:02 -0000
Received: from [98.138.89.199] by tm12.bullet.mail.ne1.yahoo.com with NNFMP; 08 Jun 2015 03:52:02 -0000
Received: from [127.0.0.1] by omp1057.mail.ne1.yahoo.com with NNFMP; 08 Jun 2015 03:52:02 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 332563.15046.bm@omp1057.mail.ne1.yahoo.com
X-YMail-OSG: d88f5OsVM1lm9a89fwAH6ysa5..RNSrgHR58S1lfLxJO76FhflcAozlVQiY.Zxp
 B8mB5kFQ_yqPfZWdfvArQLP2R__MoCx.FEVpT8Z.5y7NvGHvWMGe92R2WDIM9BButaYArAd1ClFN
 vIfytaWbMrrbljLeaSKrJNwW6Owg2MD8MXL9itYKMy4_v5UcbVtq9AHLR3cG3eZ__6Pl578GxO5m
 RVmXi8LgToyGDmB1J5OBSJ755A6I.qM1jaRHO3UJVgBBEvmAiagCVnKdQUZZlJEOay1sxnKw85Gk
 u3C3cYnQ7Qx1n2kfDxKtgokGQKl_FFqPmpl0o.mNhgOL23FVMwxmqQxQ4cVPdwocr1BLI48Fy79Z
 qoJ5653ELRd6BXTZGTaq_Rdb8u4ldJTl6U0pAmSKvT1h0prJ5RLMvmMxH2ZOD9XNgSW6xnlvw0GX
 PZXpaPo6NsBL_w9aF8v_fk2KQksV86Fy_7bSzw8zBuFWzIeMGgQVtyaxRhEkC4V0qR53kYR4gxJE
 FtDf2c5K9eZ2oG0WVqic-
Received: by 98.138.101.161; Mon, 08 Jun 2015 03:52:01 +0000 
Date: Mon, 8 Jun 2015 03:52:01 +0000 (UTC)
From: devsk <internet_everyone@yahoo.com>
Reply-To: devsk <internet_everyone@yahoo.com>
To: Mihai Moldovan <ionic@ionic.de>, "884@bugs.x2go.org" <884@bugs.x2go.org>, 
	"884@bugs.x2go.org" <884@bugs.x2go.org>
Message-ID: <312895823.6848616.1433735521459.JavaMail.yahoo@mail.yahoo.com>
In-Reply-To: <5573013F.9030309@ionic.de>
References: <5573013F.9030309@ionic.de>
Subject: Re: [X2Go-Dev] nxagent aborts session with 'Could not	open default
 font 'fixed''
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

> Note how the code in nx-libs spells "could" in lowercase, but
> the message spells it with a capital letter.

I was thrown off by that for a while. It took me a while to search that message because I was searching for exact message and it wouldn't find it. When I did find the message and then looked at the wrapper function that was being called with that message, I knew what was going on. The wrapper pretty prints the enclosed message by capitalizing the first letter....one of those genius ideas. Wasting developer time since the dawn of the times.

Anyway, the fontconfig is definitely installed (KDE wouldn't function without it).


The DPI was being enforced by the client to be 96 and I unchecked that and tried as well. But the issue appears when I just run 'nxagent :50" without any args. I expect it should throw open an empty window with a logo, but instead it comes out with that dreadful message.

I am handy with debugging and code. But my time is very limited because our company is running against some hard deadlines in 1.5 weeks... Working during weekends sucks...:(

-devsk

