I upgraded 2 days ago from Ubuntu 20.04 to Ubuntu 22.04. After that when I open Software & Updates, either from GUI or cli (using update-manager command) it runs fine and at the end it says: The software on this computer is up to date
. I have then the option for "Settings and Livepatch...". When I click on it nothing appears, but in the terminal I receive the following error message.
Traceback (most recent call last):
File "/usr/bin/software-properties-gtk", line 100, in <module> app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, file=file)
File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 254, in __init__self.init_ubuntu_pro()
File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 1661, in init_ubuntu_pro self.ubuntu_pro_page = UbuntuProPage(self)
File "/usr/lib/python3/dist-packages/softwareproperties/gtk/UbuntuProPage.py", line 83, in __init__ubuntu_pro_logo = GdkPixbuf.Pixbuf.new_from_file_at_scale(os.path.join(parent.datadir, 'ubuntu-pro-logo.svg'), -1, 50, True)
gi.repository.GLib.GError:
gdk-pixbuf-error-quark: Couldn't recognize the image file format
for file "/usr/share/software-properties/ubuntu-pro-logo.svg" (3)
The file is present and file type seems correct.
$ ls -l /usr/share/software-properties/ubuntu-pro-logo.svg
-rw-r--r-- 1 root root 4989 gen 20 11:58 /usr/share/software-properties/ubuntu-pro-logo.svg
$ file /usr/share/software-properties/ubuntu-pro-logo.svg
/usr/share/software-properties/ubuntu-pro-logo.svg: SVG Scalable Vector Graphics image

Do you have any suggestion about what to check?