[Touch-packages] [Bug 1997759] Re: /usr/share/apport/apport-gtk:TypeError:/usr/share/apport/apport-gtk@596:__init__

2023-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.23.1-0ubuntu3.1 --- apport (2.23.1-0ubuntu3.1) kinetic; urgency=medium * Declare python3-apport breaking older apport/apport-gtk/apport-kde (LP: #1997759) * Catch malformed problem report (LP: #1996040) * Catch ValueError: not

[Touch-packages] [Bug 1997759] Re: /usr/share/apport/apport-gtk:TypeError:/usr/share/apport/apport-gtk@596:__init__

2023-04-06 Thread Andreas Hasenack
I verified the test results and am satisfied that they show the executed planned test case, and that the results are correct. The package built correctly in all architectures and Ubuntu releases it was meant for. There are no DEP8 regressions. There is no SRU freeze ongoing at the moment.

[Touch-packages] [Bug 1997759] Re: /usr/share/apport/apport-gtk:TypeError:/usr/share/apport/apport-gtk@596:__init__

2023-03-27 Thread Benjamin Drung
Verified: ``` $ apt install python3-apport/kinetic-proposed Reading package lists... Done Building dependency tree... Done Reading state information... Done Selected version '2.23.1-0ubuntu3.1' (Ubuntu:22.10/kinetic-proposed [all]) for 'python3-apport' The following additional packages will be

[Touch-packages] [Bug 1997759] Re: /usr/share/apport/apport-gtk:TypeError:/usr/share/apport/apport-gtk@596:__init__

2023-03-17 Thread Steve Langasek
Hello errors.ubuntu.com, or anyone else affected, Accepted apport into kinetic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/apport/2.23.1-0ubuntu3.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Touch-packages] [Bug 1997759] Re: /usr/share/apport/apport-gtk:TypeError:/usr/share/apport/apport-gtk@596:__init__

2022-12-08 Thread Benjamin Drung
** Description changed: + Impact + == + + The Apport GUI will not start if the apport/apport-gtk/apport-kde + package is older than 2.23.1 but python3-apport was upgraded to >= + 2.23.1. ubuntu-bug will crash: + Traceback (most recent call last): - File "/usr/share/apport/apport-gtk",

[Touch-packages] [Bug 1997759] Re: /usr/share/apport/apport-gtk:TypeError:/usr/share/apport/apport-gtk@596:__init__

2022-12-07 Thread Benjamin Drung
** Also affects: apport (Ubuntu Kinetic) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1997759 Title:

[Touch-packages] [Bug 1997759] Re: /usr/share/apport/apport-gtk:TypeError:/usr/share/apport/apport-gtk@596:__init__

2022-12-05 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.23.1-0ubuntu5 --- apport (2.23.1-0ubuntu5) lunar; urgency=medium * Declare python3-apport breaking older apport/apport-gtk/apport-kde (LP: #1997759) * build: Bump source/target Java version to 7 -- Benjamin Drung Mon, 05 Dec

[Touch-packages] [Bug 1997759] Re: /usr/share/apport/apport-gtk:TypeError:/usr/share/apport/apport-gtk@596:__init__

2022-11-24 Thread Benjamin Drung
Fix: https://git.launchpad.net/~ubuntu-core- dev/ubuntu/+source/apport/commit/?id=3c73f3dd0d202c38d89ff28afe9a2a9c06a432e5 ** Changed in: apport (Ubuntu) Status: New => Fix Committed ** Changed in: apport (Ubuntu) Importance: Undecided => Medium -- You received this bug notification

[Touch-packages] [Bug 1997759] Re: /usr/share/apport/apport-gtk:TypeError:/usr/share/apport/apport-gtk@596:__init__

2022-11-24 Thread Benjamin Drung
Commit a9f95932a94d40443f43166c20e382d4059eaa7d ("Pass around command line arguments to ease testing", Apport release 2.23.1) introduced the argv parameter. The code is spread over multiple packages: * apport/ui.py: python3-apport * bin/apport-cli: apport * gtk/apport-gtk: apport-gtk *

[Touch-packages] [Bug 1997759] Re: /usr/share/apport/apport-gtk:TypeError:/usr/share/apport/apport-gtk@596:__init__

2022-11-24 Thread Benjamin Drung
** Description changed: + Traceback (most recent call last): + File "/usr/share/apport/apport-gtk", line 596, in + app = GTKUserInterface() + File "/usr/share/apport/apport-gtk", line 56, in __init__ + apport.ui.UserInterface.__init__(self) + TypeError: UserInterface.__init__()