From x2go@ymir.das-netzwerkteam.de Thu Jan 28 18:33:22 2016 Received: (at control) by bugs.x2go.org; 28 Jan 2016 17:33:56 +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=-2.9 required=3.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=unavailable version=3.3.2 Received: from localhost (localhost [127.0.0.1]) by ymir.das-netzwerkteam.de (Postfix) with ESMTP id B071E5DA90; Thu, 28 Jan 2016 18:33:22 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de Received: from ymir.das-netzwerkteam.de ([127.0.0.1]) by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T372+VpxUGxR; Thu, 28 Jan 2016 18:33:22 +0100 (CET) Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005) id 5E7535DA91; Thu, 28 Jan 2016 18:33:22 +0100 (CET) From: X2Go Release Manager To: 979-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 979@bugs.x2go.org Subject: X2Go issue (in src:pyhoca-gui) has been marked as closed Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-Id: <20160128173322.5E7535DA91@ymir.das-netzwerkteam.de> Date: Thu, 28 Jan 2016 18:33:22 +0100 (CET) close #979 thanks Hello, we are very hopeful that X2Go issue #979 reported by you has been resolved in the new release (0.5.0.5) of the X2Go source project »src:pyhoca-gui«. You can view the complete changelog entry of src:pyhoca-gui (0.5.0.5) below, and you can use the following link to view all the code changes between this and the last release of src:pyhoca-gui. http://code.x2go.org/gitweb?p=pyhoca-gui.git;a=commitdiff;h=c6680da4cacd7a6c3ce155f4180630abbb4a550a;hp=301225fa55b2ebe503fa4705bbbda119b4a549eb If you feel that the issue has not been resolved satisfyingly, feel free to reopen this bug report or submit a follow-up report with further observations described based on the new released version of src:pyhoca-gui. Thanks a lot for contributing to X2Go!!! light+love X2Go Git Admin (on behalf of the sender of this mail) --- X2Go Component: src:pyhoca-gui Version: 0.5.0.5-0x2go1 Status: RELEASE Date: Thu, 28 Jan 2016 18:23:00 +0100 Fixes: 689 769 979 Changes: pyhoca-gui (0.5.0.5-0x2go1) RELEASED; urgency=medium . [ Mike Gabriel ] * New upstream version (0.5.0.5): - Handle notification the GTK3-way. (Fixes: #769). - Catch a wx._core.PyAssertionError (C++ assertion "IsOk()" failed at ../src/common/image.cpp(429) in Scale(): invalid image) when rendering icons in the published applications menu. (Fixes: #979). * debian/control,pyhoca-gui.specs: + Pull-in gobject introspection packages for libnotify support. Fallback to pynotify (GTK2 based notifcations) only if gi.repository.Notify is unavailable. (Fixes: #689). . [ Mihai Moldovan ] * New upstream version (0.5.0.5): * debian/control: - Drop python-support run-time dependency, add dh-python alternative to python-support build dependency. Needed at least for unstable, which has no python-support package anymore.