From owner-freebsd-gnome@freebsd.org Thu Aug 11 12:26:36 2016 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84A5EBB380A for ; Thu, 11 Aug 2016 12:26:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6E4001EE0 for ; Thu, 11 Aug 2016 12:26:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6A1C2BB3809; Thu, 11 Aug 2016 12:26:36 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 694CBBB3808 for ; Thu, 11 Aug 2016 12:26:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55B2B1EDF for ; Thu, 11 Aug 2016 12:26:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u7BCQaFM007167 for ; Thu, 11 Aug 2016 12:26:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 211755] print/system-config-printer fails to launch of FreeBSD 10.3 Date: Thu, 11 Aug 2016 12:26:36 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2016 12:26:36 -0000 pipfstarrd@opmbx.org has reassigned Bugzilla Automation 's request for maintainer-feedback to gnome@FreeBSD.o= rg: Bug 211755: print/system-config-printer fails to launch of FreeBSD 10.3 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211755 --- Description --- system-config-printer fails to launch due to some gtk issues Here is the traceback: ~> system-config-printer /usr/local/share/system-config-printer/system-config-printer.py:31: PyGIWarning: Polkit was imported without specifying a version first. Use gi.require_version('Polkit', '1.0') before import to ensure that the right version gets loaded. from gi.repository import Polkit /usr/local/share/system-config-printer/system-config-printer.py:35: PyGIWarning: GdkPixbuf was imported without specifying a version first. Use gi.require_version('GdkPixbuf', '2.0') before import to ensure that the rig= ht version gets loaded. from gi.repository import GdkPixbuf /usr/local/share/system-config-printer/system-config-printer.py:37: PyGIWarning: Gdk was imported without specifying a version first. Use gi.require_version('Gdk', '2.0') before import to ensure that the right ver= sion gets loaded. from gi.repository import Gdk /usr/local/lib/python2.7/site-packages/gi/overrides/Gtk.py:50: RuntimeWarni= ng: You have imported the Gtk 2.0 module. Because Gtk 2.0 was not designed for= use with introspection some of the interfaces and API will fail. As such this = is not supported by the pygobject development team and we encourage you to port your app to Gtk 3 or greater. PyGTK is the recomended python module to use = with Gtk 2.0 warnings.warn(warn_msg, RuntimeWarning) /usr/local/share/system-config-printer/system-config-printer.py:38: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '2.0') before import to ensure that the right ver= sion gets loaded. from gi.repository import Gtk /usr/local/share/system-config-printer/jobviewer.py:28: PyGIWarning: Notify= was imported without specifying a version first. Use gi.require_version('Notify= ', '0.7') before import to ensure that the right version gets loaded. from gi.repository import Notify ^[[ATraceback (most recent call last): File "/usr/local/share/system-config-printer/system-config-printer.py", l= ine 2205, in main(show_jobs) File "/usr/local/share/system-config-printer/system-config-printer.py", l= ine 2179, in main mainwindow =3D GUI() File "/usr/local/share/system-config-printer/system-config-printer.py", l= ine 220, in __init__ self.unlock_button =3D Gtk.LockButton () File "/usr/local/lib/python2.7/site-packages/gi/overrides/__init__.py", l= ine 39, in __getattr__ return getattr(self._introspection_module, name) File "/usr/local/lib/python2.7/site-packages/gi/module.py", line 137, in __getattr__ self.__name__, name)) AttributeError: 'gi.repository.Gtk' object has no attribute 'LockButton' ~> uname -a FreeBSD equestria 10.3-RELEASE-p4 FreeBSD 10.3-RELEASE-p4 #0: Sat May 28 12:23:44 UTC 2016=20=20=20=20 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 ~> python -V Python 2.7.12