GNOME Bugzilla – Bug 655359
external tools fail unless 'Save' is set to 'Nothing'
Last modified: 2019-03-23 20:49:19 UTC
If I add an external tool in gedit 3.0.6, assign a shortcut to it and set "Save" to "Nothing", everything works as expected, but if I set "Save" to "Current Document" (or "All Documents"), the shortcut has no visible effect. Instead, the following error is printed on the console from which gedit has been called: Traceback (most recent call last):
+ Trace 227906
MultipleDocumentsSaver(window, panel, [window.get_active_document()], node)
Gedit.commands.save_document(window, doc)
return getattr(self._introspection_module, name)
self.__name__, name))
It has been pointed out on http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634085 that changing line 225 in functions.py from Gedit.commands.save_document(window, doc) to Gedit.commands_save_document(window, doc) solves the problem. Regards, Andreas
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.