On Sun, 05 Apr 2020 19:52:40 +0200 Matthias Brennwald <[email protected]> wrote: > I ran gedit from the terminal. There was no warning, error or other > message.
I can confirm the error, identical situation here. The plugin is semi-active: it provides menu entries, but does not perform actions like compilation. The bottom commandi window does not appear. This is what I get (only after opening a tex file): [489][mq.asus: /home/mq]$ gedit -s Traceback (most recent call last): File "/usr/lib/gedit/plugins/latex/tabdecorator.py", line 87, in _on_load self._adjust_editor() File "/usr/lib/gedit/plugins/latex/tabdecorator.py", line 107, in _adjust_editor location = self._text_buffer.get_location() AttributeError: 'Document' object has no attribute 'get_location'

