[Bug 1980195] Re: ubuntu desktop (canary) ISO & apport-collect, ubuntu-bug fail to run
Benjamin Drung
1980195 at bugs.launchpad.net
Mon Aug 22 20:24:03 UTC 2022
** Changed in: apport
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1980195
Title:
ubuntu desktop (canary) ISO & apport-collect, ubuntu-bug fail to run
Status in Apport:
Fix Released
Status in apport package in Ubuntu:
Fix Released
Bug description:
Ubuntu Kinetic daily ISO
Problems encountered with CANARY installer; tried to file bugs using
`ubuntu-bug` but I'm getting errors
--- Start Paste 1
ubuntu at ubuntu:~$ ubuntu-bug
/usr/share/apport/apport-gtk:28: PyGIWarning: Gdk was imported without specifying a version first. Use gi.require_version('Gdk', '4.0') before import to ensure that the right version gets loaded.
from gi.repository import Gdk, GdkX11, GLib, Gtk, Wnck
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gi/importer.py", line 142, in load_module
introspection_module = get_introspection_module(namespace)
File "/usr/lib/python3/dist-packages/gi/module.py", line 257, in get_introspection_module
module = IntrospectionModule(namespace, version)
File "/usr/lib/python3/dist-packages/gi/module.py", line 109, in __init__
repository.require(namespace, version)
gi.RepositoryError: Requiring namespace 'Gdk' version '3.0', but '4.0' is already loaded
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/share/apport/apport-gtk", line 28, in <module>
from gi.repository import Gdk, GdkX11, GLib, Gtk, Wnck
File "/usr/lib/python3/dist-packages/gi/importer.py", line 144, in load_module
raise ImportError(e)
ImportError: Requiring namespace 'Gdk' version '3.0', but '4.0' is already loaded
ubuntu at ubuntu:~$
--- End Paste 1
Variations also result in same error; eg.
--- Start Paste 2
ubuntu at ubuntu:~$ apport-bug 1980194
/usr/share/apport/apport-gtk:28: PyGIWarning: Gdk was imported without specifying a version first. Use gi.require_version('Gdk', '4.0') before import to ensure that the right version gets loaded.
from gi.repository import Gdk, GdkX11, GLib, Gtk, Wnck
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gi/importer.py", line 142, in load_module
introspection_module = get_introspection_module(namespace)
File "/usr/lib/python3/dist-packages/gi/module.py", line 257, in get_introspection_module
module = IntrospectionModule(namespace, version)
File "/usr/lib/python3/dist-packages/gi/module.py", line 109, in __init__
repository.require(namespace, version)
gi.RepositoryError: Requiring namespace 'Gdk' version '3.0', but '4.0' is already loaded
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/share/apport/apport-gtk", line 28, in <module>
from gi.repository import Gdk, GdkX11, GLib, Gtk, Wnck
File "/usr/lib/python3/dist-packages/gi/importer.py", line 144, in load_module
raise ImportError(e)
ImportError: Requiring namespace 'Gdk' version '3.0', but '4.0' is already loaded
--- End Paste 2
To manage notifications about this bug go to:
https://bugs.launchpad.net/apport/+bug/1980195/+subscriptions
More information about the foundations-bugs
mailing list