--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: reportbug: Gtk couldn't be initialized.
- From: andrew@lists.savchenko.net
- Date: Sat, 19 Apr 2025 13:06:41 +0930
- Message-id: <cc21eff4-10e5-4890-b18d-e26e944a2d12@lists.savchenko.net>
Package: reportbug
Severity: serious
I am having the same issue as in the #1082083 (which was closed).
Debian Testing / Trixie. Sway, Wayland session:
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/bin/reportbug", line 2419, in <module>
main()
~~~~^^
File "/usr/bin/reportbug", line 1087, in main
if newui.initialize():
~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3/dist-packages/reportbug/ui/gtk_ui.py", line
1921, in initialize
assistant = application.call_in_main_thread(ReportbugAssistant,
application)
File "/usr/lib/python3/dist-packages/reportbug/ui/gtk_ui.py", line
596, in call_in_main_thread
raise ret
File "/usr/lib/python3/dist-packages/reportbug/ui/gtk_ui.py", line
583, in callback
ret = func(*args, **kwargs)
File "/usr/lib/python3/dist-packages/reportbug/ui/gtk_ui.py", line
1630, in __init__
Gtk.Assistant.__init__(self)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 505,
in __init__
raise RuntimeError(
"Gtk couldn't be initialized. "
"Use Gtk.init_check() if you want to handle this case.")
RuntimeError: Gtk couldn't be initialized. Use Gtk.init_check() if you
want to handle this case.
----------------------------------------------------------------------
Other GTK applications work fine.
--- End Message ---