From mikedep333@gmail.com  Mon Jul  7 02:25:48 2014
Received: (at submit) by bugs.x2go.org; 7 Jul 2014 00:25:49 +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 mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 670965DB0A
	for <submit@bugs.x2go.org>; Mon,  7 Jul 2014 02:25:48 +0200 (CEST)
Received: by mail-wi0-f172.google.com with SMTP id hi2so14984346wib.11
        for <submit@bugs.x2go.org>; Sun, 06 Jul 2014 17:25:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:date:message-id:subject:from:to:content-type;
        bh=Ciz1F+CczC+KMkAUGbJgAOvZyFsMGx+DpvSF2fZmOKk=;
        b=sr2NIlel3vImFgh5cSMfhJUU0ggowsK9AhFDJQvi1D5HgrkZPX9oIF03cSTqr2p6HD
         jhARSq/B5Xrf4az8ce73MZdwNFkKe5Mjul1fM4iw+b0GanNMdt7BbINjD0ifH826QK4o
         Nnz95FMNulRU+pz6A5D8nr4Vh48inphXqsUUEJV3mc9RVo/sCLDW9G/vGILGtg6gkjnv
         iWg21azYiBGfmc0+dwgBc7m4Y/tltn4b+yI/kTGVGes99WnDejp+8wIHQE3J6XzZbtCy
         pM3yJDTMuKSakN54n98xhutvB2sigxqEVm/hToSHjKS/8WLTrqskUt3hQ7z8EkL2byFS
         8wJQ==
MIME-Version: 1.0
X-Received: by 10.194.57.132 with SMTP id i4mr27310195wjq.6.1404692748116;
 Sun, 06 Jul 2014 17:25:48 -0700 (PDT)
Received: by 10.180.98.233 with HTTP; Sun, 6 Jul 2014 17:25:48 -0700 (PDT)
Date: Sun, 6 Jul 2014 20:25:48 -0400
Message-ID: <CAMKht8igecbExuF4yXZwV9nMG5ak6+8m_cYcq5-GtBKexpb5vA@mail.gmail.com>
Subject: PyHoca-GUI: Windows: vcxsrv.exe failed to start due to missing zlib1.dll
From: Michael DePaulo <mikedep333@gmail.com>
To: submit@bugs.x2go.org
Content-Type: text/plain; charset=UTF-8

Package: pyhoca-contrib

When attempting to start PyHoca-GUI 0.5.0.0-pre01 on a Windows XP SP3
VM without much software installed, I get the error message:
vcxsrv.exe - Unable to Locate Component
This application has failed to start because zlib1.dll was not found.
Re-installing the application may fix the problem.

It appears that this library is not necessary to have under the vcxsrv
subfolder for x2goclient because it is already in the x2goclient
folder itself.

However, for PyHoca-GUI, the library is necessary in the vcxsrv
subfolder for Pyhoca-GUI because the PyHoca-GUI folder does not
contain it.

I'm about to commit a fix.

