Source: gedit Version: 3.30.2-2 Tags: upstream plugins/snippets/snippets/document.py contains the following code: cv = GLib.convert(s, -1, enc.get_charset(), 'UTF-8') But GLib.convert() takes 3 arguments, not 4, so this will always fail with TypeError. -- Jakub Wilk