From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m0.truegem.net (m0.truegem.net [69.55.228.47]) by sourceware.org (Postfix) with ESMTPS id 7AA063858D37 for ; Mon, 20 Jul 2020 06:00:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7AA063858D37 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=maxrnd.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=mark@maxrnd.com Received: (from daemon@localhost) by m0.truegem.net (8.12.11/8.12.11) id 06K607nx000975 for ; Sun, 19 Jul 2020 23:00:07 -0700 (PDT) (envelope-from mark@maxrnd.com) Received: from 162-235-43-67.lightspeed.irvnca.sbcglobal.net(162.235.43.67), claiming to be "[192.168.1.100]" via SMTP by m0.truegem.net, id smtpdGWU03w; Sun Jul 19 23:00:02 2020 Subject: Re: [ANNOUNCEMENT] Updated: gnuplot-5.4.0-1 To: cygwin@cygwin.com References: From: Mark Geisert Message-ID: Date: Sun, 19 Jul 2020 23:00:02 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_INFOUSMEBIZ, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, SPF_HELO_NONE, SPF_NONE, TXREP, URIBL_SBL, URIBL_SBL_A autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2020 06:00:13 -0000 Hi Achim, Achim Gratz wrote: > > Gnuplot version 5.4.0 is now available on Cygwin. The upstream release > notes are available at: > > http://www.gnuplot.info/ReleaseNotes_5_4.html > > > Cygwin Notes > ============ [...] > The qt terminal still doesn't work on Cygwin due to either a Cygwin or > Qt5 bug that is still under investigation. If you want to help, please > install the gnuplot-qt5 package and try to debug it. If this refers to the issue of not being able to open a Qt terminal for gnuplot output, I investigated this a year and a half ago. We opened a Qt bug for it https://bugreports.qt.io/browse/QTBUG-74486 but it has languished. I'll revisit this issue and see if I can submit a patch for Cygwin's Qt package or gnuplot or whatever would work. Thanks for the reminder. ..mark