Gnome Tweaks throwing `font-hinting` error

I am using Ubuntu 20.04 and I installed gnome-tweaks. I tried to open it via terminal using gnome-tweaks and it throws following error:

raceback (most recent call last):
  File "/usr/lib/python3/dist-packages/gtweak/app.py", line 50, in do_activate
    self.win = Window(self, model)
  File "/usr/lib/python3/dist-packages/gtweak/tweakview.py", line 58, in __init__
    self._model.load_tweaks(self)
  File "/usr/lib/python3/dist-packages/gtweak/tweakmodel.py", line 107, in load_tweaks
    mods = __import__("gtweak.tweaks", globals(), locals(), tweak_files, 0)
  File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_font.py", line 113, in <module>
    FontXSettingsTweak(),
  File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_font.py", line 41, in __init__
    self.btn_full.set_active(self.settings["font-hinting"] == "full")
  File "/usr/lib/python3/dist-packages/gi/overrides/Gio.py", line 261, in __getitem__
    raise KeyError('unknown key: %r' % (key,))
KeyError: "unknown key: 'font-hinting'"

When I try to open it via clicking the icon, the cursor keeps busy loading. Also I can see one process with the name gnome-t .

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.