From unknown Thu Mar 28 16:35:53 2024 MIME-Version: 1.0 X-Mailer: MIME-tools 5.502 (Entity 5.502) X-Loop: owner@bugs.x2go.org From: owner@bugs.x2go.org (X2Go Bug Tracking System) Subject: Bug#460 closed by Mike Gabriel (X2Go issue (in src:pyhoca-gui) has been marked as closed) Message-ID: References: <20141020105443.BBA3D5DB47@ymir.das-netzwerkteam.de> X-X2go-PR-Keywords: pending X-X2go-PR-Message: they-closed 460 X-X2go-PR-Package: pyhoca-gui X-X2go-PR-Source: pyhoca-gui Date: Mon, 20 Oct 2014 10:55:37 +0000 Content-Type: multipart/mixed; boundary="----------=_1413802537-4016-0" This is a multi-part message in MIME format... ------------=_1413802537-4016-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 This is an automatic notification regarding your Bug report which was filed against the pyhoca-gui package: #460: pyhoca-gui Debian package misses cups dependency It has been closed by Mike Gabriel . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Mike Gabriel by replying to this email. --=20 X2Go Bug Tracking System Contact owner@bugs.x2go.org with problems ------------=_1413802537-4016-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at control) by bugs.x2go.org; 20 Oct 2014 10:55:29 +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=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS, URIBL_BLOCKED autolearn=ham version=3.3.2 Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005) id BBA3D5DB47; Mon, 20 Oct 2014 12:54:43 +0200 (CEST) From: Mike Gabriel To: 460-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 460@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: <20141020105443.BBA3D5DB47@ymir.das-netzwerkteam.de> Date: Mon, 20 Oct 2014 12:54:43 +0200 (CEST) close #460 thanks Hello, we are very hopeful that X2Go issue #460 reported by you has been resolved in the new release (0.5.0.0) of the X2Go source project »src:pyhoca-gui«. You can view the complete changelog entry of src:pyhoca-gui (0.5.0.0) 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=457c1eff6ca84f56fe911851e5cb2cc66a9b6f75;hp=954e9b1019724590c343ccb95a33d3d83da9614e 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.0-0x2go1 Status: RELEASE Date: Mon, 20 Oct 2014 12:51:05 +0200 Fixes: 19 394 460 507 533 534 548 Changes: pyhoca-gui (0.5.0.0-0x2go1) RELEASED; urgency=low . [ Mike Gabriel ] * New upstream version (0.5.0.0): - (Now really) Support Python wxWidgets 3.0. - Add X2Go Session Broker support. - Adapt to new backend concept found in Python X2Go (>= 0.5.0.0). - Move most code of the pyhoca-gui executable into a dedicated class named PyHocaGUI_Launcher. - Allow automatic image branding (splash, about image, tray icon) by setting another application name than the default. - Rename icon files to match default application name (PyHoca-GUI). - Make default cmdline option parameters overridable before the arg parser gets initialized. - Make SCRIPT_NAME in setup.py configurable (monkey-patchable). - Make setup.py importable, only run setup() function on direct calls. - Don't refer to py2exe anymore in nsis_template's naming scheme. - Provide separate mswin_logging module. - Install more modules into setup.exe: hmac (for ecdsa). - NSIS script: empty installation destination before installing new files into $INSTDIR. - Allow appname based mini icons on About... windows. - Make the hover text of the tray icon brandable (drop hard-coded PyHoca-GUI application name). - NSIS script: make sure SetOutPath gets called at the beginning of every section. - Show printing preferences when tray icon is in restricted mode. - Session profile manager: the host parameter will be of type ListType for future versions of Python X2Go (>= 0.5.0.0). - Focus the user name field on logon if no user name is stored in the session profile. - Re-order cmdline sections (man page, defaults.py). - Optimize menu rendering. Reduce accessing session profile data as best as is possible. - Provide cmdline option --broker-cacertfile. Enable https:// connections with SSL certificates that have been self-signed against a non-public root-CA certificate file. - Handle "Connection refused" errors during broker login attempts. - Gracefully handle "Connection refused" errors after a broker login has already been successful. - Properly set focus in broker logon window (default: password, if no username provided: username, if no URL provided: broker-URL field). - Fix check_running() method in PyHocaGUI_Launcher on MS Windows. - Make broker support available for the MS Windows build of PyHoca-GUI. - Make check_running() test terminal server / multi-session safe. (Fixes: #19). - Windows PyHoca-GUI.log file: create with PID in file name. On log file creation try removing all old log files that are not still open. - Create Windows log file folder before attempting clean up (old log file removal). - Make sure new session profiles are mutable in the session profile manager GUI. - Gray-out Apply button in session profile GUI on profile creation. - Windows builder: Explicitly add the requests module to the set of bundled Python modules. - In session profile manager GUI: handle multiple clicks on the Apply button gracefully. - Notification about multiply started PyHoca-GUI instances. Don't hard code the application name. - Fix path name detection for default icons. (Fixes: #394). - Update English / German translation. - Add subsystem string support for HOOK_forward_tunnel_setup_failed hook. - Improve NX performance by reducing reactivity of wx widgets. - Grey-out all SSH related options for DirectRDP sessions. - Make the clipboard mode configurable through the session profile manager window. (Fixes: #507). - Make the published applications menu tree more robust against unknown icon image types. - Prepare for running against wxPython 3.0. More testing needed. (Fixes: #534). - Rename LICENSE.txt to COPYING. - Add Keywords= field to pyhoca-gui.desktop file. - Don't flood PyHocaGUI._eventid_(uns)hared_folders_map dict with non-valid-anymore event IDs. - pyhoca-gui.desktop: Set Categories: to Network;RemoteAccess;. - setup.py: Install .mo files into DESTDIR. - brokerlogin.py: Fix parameter error when evoking message box. - More reliably handle errors in a given --broker-url option value. * debian/control: + Add D (bin:package pyhoca-gui): python-cups. (Fixes: #460). * pyhoca-gui.spec: + Adapt to building on openSUSE/SLES. + openSUSE has python-notify whereas Fedora/RHEL has notify-python. + openSUSE (at least >= 12.3) has wxPython 2.9. So let's use it. (On openSUSE 13.1, pyhoca-gui segfaults with wxPython 2.8). + Try to build the .po -> .mo files during package build. + Install locale files into bin:package. + No extra BR on gettext, intltool will pull it in anyway. . [ Mike DePaulo ] * New upstream version (0.5.0.0): - Windows: Set the pyhoca-gui icon on pyhoca-gui.exe (Fixes: #548) The icon will show up in Task Manager too. - Windows: Upgrade PulseAudio from 1.1 to 5.0-rev18 from OBS. Fixes choppy sound in Adobe Flash Player (Fixes: #533) - Windows: Upgrade from VcXsrv 1.14.2.0 to VcXsrv-xp 1.14.3.2 Windows: Update nxproxy from 3.5.0.12 to 3.5.0.27 (linked against latest cygwin packages as of 2014-06-09) - Windows: Update Python from an earlier version of 2.7.x to 2.7.8 - Windows: Update wxPython from 2.9.x to 3.0.0.0 - Windows: Updates/Upgrades to other libraries also - Windows: List as "PyHoca-GUI (A graphical X2Go client)" instead of "PyHoca-GUI" in add/remove programs - Windows: Use Unicode NSIS instead of regular NSIS. See x2goclient bug #528 for reasoning. - Windows: Reduce size of NSIS installer by switching to lzma solid compression - Windows: Numerous other improvements to NSIS installer. For example, in add/remove programs, add version string, icon, size, etc. . [ Daniel Lindgren ] * New upstream version (0.5.0.0): - Update Swedish translation file. . [ Ricardo Díaz Martín ] * New upstream version (0.5.0.0): - Update Spanish translation file (2x). . [ Martti Pitkänen ] * New upstream version (0.5.0.0): - Add Finnish translation file. . [ Jos Wolfram ] * New upstream version (0.5.0.0): - Update Dutch translation file. . [ Robert Parts ] * New upstream version (0.5.0.0): - Add Estonian translation file. . [ Klaus Ade Johnstad ] * New upstream version (0.5.0.0): - Update Bokmal (Norway) translation file. . * Translation status: + UNTRANSLATED - bg: 0 translated messages, 398 untranslated messages. + INCOMPLETE - da: 350 translated messages, 28 fuzzy translations, 20 untranslated messages. + OK - de: 398 translated messages. + OK - en: 398 translated messages. + OK - es: 398 translated messages. + INCOMPLETE - et: 366 translated messages, 32 untranslated messages. + UNTRANSLATED - fr: 0 translated messages, 398 untranslated messages. + BROKEN - fi: 0 translated messages, 188 fuzzy translations, 210 untranslated messages. + OK - nb_NO: 398 translated messages. + OK - nl: 398 translated messages. + INCOMPLETE - ru: 351 translated messages, 28 fuzzy translations, 19 untranslated messages. + OK - sv: 398 translated messages. ------------=_1413802537-4016-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.x2go.org; 24 Mar 2014 08:43:33 +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,HTML_MESSAGE, SPF_HELO_PASS autolearn=ham version=3.3.2 X-Greylist: delayed 301 seconds by postgrey-1.34 at ymir; Mon, 24 Mar 2014 09:43:33 CET Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by ymir (Postfix) with ESMTP id 4AFDE5DB11 for ; Mon, 24 Mar 2014 09:43:33 +0100 (CET) Received: from christmann.info (a81-14-224-110.net-htp.de [81.14.224.110]) by mrelayeu.kundenserver.de (node=mreue003) with ESMTP (Nemesis) id 0MHtl3-1WOPtl2K3J-003deo; Mon, 24 Mar 2014 09:38:32 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CF473C.71C21154" Subject: pyhoca-gui Debian package misses cups dependency Date: Mon, 24 Mar 2014 09:38:34 +0100 Message-ID: <67F88B22437BEF439D34919249E2C30B9B5152@SBS.cim.neu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: pyhoca-gui Debian package misses cups dependency thread-index: Ac9HPFYAgTgzVF68RMqbJeFjhHPzpw== From: "VOR (Micha vor dem Berge)" To: X-Provags-ID: V02:K0:cB1JHgU4jZ9xv2i+nSgYrqroM4r81cRj47s7vX65rrr YbzFFkC/aeResw4vWUMv8VatphmTBE9zLkLcVvWjXe507Y/a14 cwMVUTbH3YxEfSo28VpHIwtNauvxCap1oTwM64RLkzysAfO9wn mfWvHPnzSHrdKXNHkltmR8D/QWZsGXEqrYJBatj7+2Ym/A+KpU oCm9USwUOm25FKxlDt5iR4V1kLOb7dAX7yjqsuZNiZRgOkbyyy Tk6I5B/EDGnxZMrTe96iaieMP3DdeMBMrUoyid+lApf7FCsxlW W/9p9l7b+cfTgJig07j8dkxfcShNDv5Qy6rylsaiNF6ecmCEC7 3ObQWRvQY6ujf22kmAmhO2UtHkBZmnM4VWRfGgjt8L90xoNG7g E7QhH4g72XP/arUvgfoJ0w9q25l/Hcn2tk= This is a multi-part message in MIME format. ------_=_NextPart_001_01CF473C.71C21154 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Package: pyhoca-gui Version: 0.4.0.9-0x2go1+git20140108.1126+wheezy.main.1 =20 When installing pyhoca-gui, it can not be started right away because it misses the python-cups dependency. After installing the package 'python-cups' it works like a charme. =20 Best regards Micha=20 ------_=_NextPart_001_01CF473C.71C21154 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Package: = pyhoca-gui

Version: = 0.4.0.9-0x2go1+git20140108.1126+wheezy.main.1

 

When installing pyhoca-gui, it can = not be started right away because it misses the python-cups dependency. = After installing the package ‘python-cups’ it works like a = charme.

 

Best = regards
Micha

------_=_NextPart_001_01CF473C.71C21154-- ------------=_1413802537-4016-0--