You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fresh install, gedit 3.18.3. Getting the following warnings and errors during the startup:
/home/vladius/.local/share/gedit/plugins/markdown-preview/__init__.py:21: PyGIWarning: WebKit was imported without specifying a version first. Use gi.require_version('WebKit', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gdk, Gtk, Gedit, GObject, WebKit
Traceback (most recent call last):
File "/home/vladius/.local/share/gedit/plugins/markdown-preview/__init__.py", line 113, in do_activate
self.addMarkdownPreviewTab()
File "/home/vladius/.local/share/gedit/plugins/markdown-preview/__init__.py", line 139, in addMarkdownPreviewTab
panel.add_item(self.scrolledWindow, "MarkdownPreview", _("Markdown Preview"), image)
AttributeError: 'Stack' object has no attribute 'add_item'
Traceback (most recent call last):
File "/home/vladius/.local/share/gedit/plugins/markdown-preview/__init__.py", line 128, in do_update_state
self.actionGroup1.set_sensitive(self.window.get_active_document() != None)
AttributeError: 'MarkdownPreviewPlugin' object has no attribute 'actionGroup1'
Traceback (most recent call last):
File "/home/vladius/.local/share/gedit/plugins/markdown-preview/__init__.py", line 128, in do_update_state
self.actionGroup1.set_sensitive(self.window.get_active_document() != None)
AttributeError: 'MarkdownPreviewPlugin' object has no attribute 'actionGroup1'
Traceback (most recent call last):
File "/home/vladius/.local/share/gedit/plugins/markdown-preview/__init__.py", line 128, in do_update_state
self.actionGroup1.set_sensitive(self.window.get_active_document() != None)
AttributeError: 'MarkdownPreviewPlugin' object has no attribute 'actionGroup1'
Traceback (most recent call last):
File "/home/vladius/.local/share/gedit/plugins/markdown-preview/__init__.py", line 128, in do_update_state
self.actionGroup1.set_sensitive(self.window.get_active_document() != None)
AttributeError: 'MarkdownPreviewPlugin' object has no attribute 'actionGroup1'
Traceback (most recent call last):
File "/home/vladius/.local/share/gedit/plugins/markdown-preview/__init__.py", line 128, in do_update_state
self.actionGroup1.set_sensitive(self.window.get_active_document() != None)
AttributeError: 'MarkdownPreviewPlugin' object has no attribute 'actionGroup1'
Traceback (most recent call last):
File "/home/vladius/.local/share/gedit/plugins/markdown-preview/__init__.py", line 119, in do_deactivate
manager = self.window.get_ui_manager()
AttributeError: 'Window' object has no attribute 'get_ui_manager'
The text was updated successfully, but these errors were encountered:
Fresh install, gedit 3.18.3. Getting the following warnings and errors during the startup:
The text was updated successfully, but these errors were encountered: