Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gedit 48.0 compatibility #12

Open
yochananmarqos opened this issue Aug 31, 2024 · 0 comments
Open

Gedit 48.0 compatibility #12

yochananmarqos opened this issue Aug 31, 2024 · 0 comments

Comments

@yochananmarqos
Copy link

I'm testing 48.alpha from the latest upstream commit:

/usr/lib/gedit/plugins/snippets/substitutionparser.py:162: SyntaxWarning: invalid escape sequence '\s'
  match = re.match('\\\\?%s\s*' % self.REG_GROUP, tokens)
Traceback (most recent call last):
  File "/home/yochanan/.local/share/gedit/plugins/ex-mortis/__init__.py", line 330, in on_app_window_added
    self.setup_window(window)
  File "/home/yochanan/.local/share/gedit/plugins/ex-mortis/__init__.py", line 224, in setup_window
    window_manager.track_window(window)
  File "/home/yochanan/.local/share/gedit/plugins/ex-mortis/windowmanager.py", line 94, in track_window
    state.save_window(window)
  File "/home/yochanan/.local/share/gedit/plugins/ex-mortis/windowstate.py", line 169, in save_window
    self.save_bottom_panel_page_name(window)
  File "/home/yochanan/.local/share/gedit/plugins/ex-mortis/windowstate.py", line 757, in save_bottom_panel_page_name
    page_name = bottom_panel.get_visible_child_name()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'PanelSimple' object has no attribute 'get_visible_child_name'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant