Dear Maintainer,
* What led up to the situation?
I built a Trixie system and copied over my autokey config files from Bookworm (~/.config/autokey). The main window shows my phrases but doesn't show any abbreviations.
* What exactly did you do (or not do) that was effective (or
ineffective)?
I trie to manually add an abbreviation
* What was the outcome of this action?
When I tried to save the abbreviation, I got this:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/autokey/gtkui/dialogs.py", line 86, in on_ok
if self.valid():
~~~~~~~~~~^^
File "/usr/lib/python3/dist-packages/autokey/gtkui/dialogs.py", line 353, in valid
len(self.get_abbrs()) > 0,
~~~~~~~~~~~~~~^^
File "/usr/lib/python3/dist-packages/autokey/gtkui/dialogs.py", line 336, in get_abbrs
text = model.get_value(i.next().iter, 0)
^^^^^^
AttributeError: 'TreeModelRowIter' object has no attribute 'next'
* What outcome did you expect instead?
I actually expected the abbreviations to be present from the Bookworm system. At the very least, I should be able to define them here.
*** End of the template - remove these template lines ***