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

Broken with gedit 47.0 #62

Open
y0va opened this issue Jun 16, 2024 · 0 comments
Open

Broken with gedit 47.0 #62

y0va opened this issue Jun 16, 2024 · 0 comments

Comments

@y0va
Copy link

y0va commented Jun 16, 2024

Rendered output is not displayed.

$ gedit --version
gedit - Version 47.0
$ gedit
Traceback (most recent call last):
  File "/home/yova/.local/share/gedit/plugins/markdown_preview/__init__.py", line 88, in do_activate
    sig_id1 = self.window.connect('active-tab-state-changed', self.preview.on_file_changed)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: <Gedit.Window object at 0x7f0b6f498c00 (GeditWindow at 0x5653e747c500)>: unknown signal name: active-tab-state-changed
Traceback (most recent call last):
  File "/home/yova/.local/share/gedit/plugins/markdown_preview/__init__.py", line 95, in do_update_state
    self.preview.do_update_state()
  File "/home/yova/.local/share/gedit/plugins/markdown_preview/main_container.py", line 68, in do_update_state
    if not self.panel.props.visible:
           ^^^^^^^^^^
AttributeError: 'MdMainContainer' object has no attribute 'panel'
Traceback (most recent call last):
  File "/home/yova/.local/share/gedit/plugins/markdown_preview/__init__.py", line 95, in do_update_state
    self.preview.do_update_state()
  File "/home/yova/.local/share/gedit/plugins/markdown_preview/main_container.py", line 68, in do_update_state
    if not self.panel.props.visible:
           ^^^^^^^^^^
AttributeError: 'MdMainContainer' object has no attribute 'panel'
Traceback (most recent call last):
  File "/home/yova/.local/share/gedit/plugins/markdown_preview/__init__.py", line 95, in do_update_state
    self.preview.do_update_state()
  File "/home/yova/.local/share/gedit/plugins/markdown_preview/main_container.py", line 68, in do_update_state
    if not self.panel.props.visible:
           ^^^^^^^^^^
AttributeError: 'MdMainContainer' object has no attribute 'panel'
Traceback (most recent call last):
  File "/home/yova/.local/share/gedit/plugins/markdown_preview/__init__.py", line 95, in do_update_state
    self.preview.do_update_state()
  File "/home/yova/.local/share/gedit/plugins/markdown_preview/main_container.py", line 68, in do_update_state
    if not self.panel.props.visible:
           ^^^^^^^^^^
AttributeError: 'MdMainContainer' object has no attribute 'panel'
Traceback (most recent call last):
  File "/home/yova/.local/share/gedit/plugins/markdown_preview/main_container.py", line 356, in on_file_changed
    self._update_file_format()
  File "/home/yova/.local/share/gedit/plugins/markdown_preview/main_container.py", line 378, in _update_file_format
    self._display_warning(_("Unsupported type of document:") + " " + extension)
  File "/home/yova/.local/share/gedit/plugins/markdown_preview/main_container.py", line 168, in _display_warning
    self.notification_label.set_label(text)
    ^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'MdMainContainer' object has no attribute 'notification_label'
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