Comment 0 for bug 1922554

Revision history for this message
Guybrush88 (guybrush) wrote :

Under Xubuntu 20.10, I checked for some updates launching update-manager with a terminal, and then switched to another software, leaving update-manager open.

When I wanted to close update-manager by clicking on OK, it hanged, so I was forced to close it by using ctrl-c on the terminal window.

This is the traceback I got as soon as update-manager closed:

~$ update-manager
WARNING:root:can not import unity GI Namespace Dbusmenu not available
^Clsb_release returned exitcode: -2
Traceback (most recent call last):
  File "/usr/bin/update-manager", line 119, in <module>
    Gtk.main()
  File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 1649, in main
    return _Gtk_main(*args, **kwargs)
  File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__
    next(self.gen)
  File "/usr/lib/python3/dist-packages/gi/_ossighelper.py", line 237, in register_sigint_fallback
    signal.default_int_handler(signal.SIGINT, None)
KeyboardInterrupt